/* Body */

BODY {
	color:             #000000;
	background-color:  #FFFFFF;
	background-image:  url(/js/img/bk.gif);
	background-repeat: repeat-y;
}



/* Anchor */

A {
	color: #003366;
	text-decoration: none;
}

A:visited {
	color: #663366;
}

A:active {
	color: #FF6600;
	text-decoration: underline;
}

A:hover {
	color: #FF6600;
	text-decoration: underline;
}



/* Text Size */

.xsmall {
	font-size:   11px;
}

.small {
	font-size:   12px;
}

.medium {
	font-size:   14px;
}

.large {
	font-size:   16px;
}

.xlarge {
	font-size:   18px;
}

.xsmain {
	font-size:   11px;
	line-height: 110%;
}

.smain {
	font-size:   12px;
	line-height: 150%;
}

.main {
	font-size:   14px;
	line-height: 150%;
}

.subtitle {
	font-size:   14px;
	font-weight: bold;
}

.uline a {
	text-decoration: underline;
}


/* pullDown menu */
#productLocation, #supportLocation, #eventLocation, #companyLocation, #downloadLocation, #contactLocation {
    position : relative;
	width:125px;
}
