/* CSS Document */

a:link { color: #cd202c; font-size: x-small; text-decoration: none; }

a:visited {
	color: #cd202c; 
	text-decoration: none;
}

a:active {
	color: #cd202c; 
	text-decoration: none;
}

a:hover { color: #000; background-color: #dcddde; text-decoration: none; }

body, td { font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #000; font-weight: normal; line-height: normal; }

h1{ font-family: Arial, Helvetica, sans-serif; color: #cd202c; font-size: x-small; font-weight: normal; line-height: normal; }
h2 { color: #cd202c; font-size: x-small; font-family: Arial, Helvetica, sans-serif; font-weight: normal; line-height: normal; background-color: #cdcdcd; }
h3 { color: #cd202c; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-stretch: semi-expanded; line-height: normal; background-color: transparent; text-decoration: none; }
p{
	margin-top: 12px;
	margin-bottom: 0;
	
}

hr{ width: 100%; height: 1px; border-top: 1px dashed #cd202c; border-right-style: none; border-right-width: medium; border-bottom-style: none; border-bottom-width: medium; border-left-style: none; border-left-width: medium; } 

