/* CSS Document */

body {
background-color: #C1CAE7;
}

.highlightcopy {
	background-color:#FFFF66;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#003333;
	font-weight: bold;
}

.copy {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#003333;
}

.copylg {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}


.small {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navigation {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#003333;
}

.price {
	font-size: 16px;
	color: #3C4A6F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

li {
line-height: 18px;
}

A:link {
	color: #0033CC;
	text-decoration: underline;
}

A:visited {
	color: #0033CC;
	text-decoration: underline;
}

A:active {
	color: #0033CC;
	text-decoration: underline;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #3399CC;
}

