/* CSS Document */
BODY { 
	background-color:#456174;
}

td {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.tdSmall { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7.5pt; 
	letter-spacing:0.1em;
}

.tLink {
	color:#ffffff;
	font-weight: bold;
}

A:visited { 
	color: #0000FF;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A:link {

	text-decoration: none;
}

.title1 {
	font-size: 13px;
	letter-spacing: 0.3em;
	font-weight: bold;
}

.specials {
	font-size: 16pt;
	color: #FF0000;
	letter-spacing: 0.1em;
	font-weight: bold;
}


.cright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
}

.text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}

.req { color: #FF0000; }

