/* CSS Document */
a.normalLink,a.normalLink:active,a.normalLink:hover,a.normalLink:visited{
	font-family: Georgia, Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
a.smHigh, a.sm:hover, a.smHigh:hover {
	color: #633679;
	text-decoration: none;
	cursor: hand;
	font-size: 15px;
	line-height: 17px;
}  
a.sm {
	color: #E70C00;
	text-decoration: none;
	cursor: hand;
	font-size: 15px;
	line-height: 17px;
} 
a.ssmHigh, a.ssm:hover, a.ssmHigh:hover {
	color: #633679;
	text-decoration: none;
	cursor: hand;
	font-size: 13px;
	line-height: 13px;
	display: block;
}  
a.ssm {
	color: #E70C00;
	text-decoration: none;
	cursor: hand;
	font-size: 13px;
	line-height: 13px;
	display: block;
} 

.redLine {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E00C00;
	border-right-color: #E00C00;
	border-bottom-color: #E00C00;
	border-left-color: #E00C00;
}

.redLineBottom {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E00C00;
	border-right-color: #E00C00;
	border-bottom-color: #E00C00;
	border-left-color: #E00C00;
	height: 80px; 
	width:894px; 
	background-color:#C0FE2D
}
