/* CSS Document */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

a {
	text-decoration: none;
	color: #000000;
}

#title {
        color: #205574;
        font-size: 20px;
	text-align: center;
}

.footer {
	color: #FFFFFF;
	font-size: 12px;
}

.search {
	color: #000080;
	font-size: 10px;
	text-decoration: none;
	border: 0 ;
}

.footer_1 {
	color: #9c9c9c;
	font-size: 12px;
	text-decoration: none;
	    border: 0 ;
}

.footer_2 {
	color: #656565;
	font-size: 12px;
	text-decoration: none;
	border: 0 ;
}

.body_text {
        font-size: 12px;
}

.heading {
        color: #205574;
        font-size: 16px;
	margin-bottom: 5px;
}

.red_hyperlink, .blue_hyperlink {
	font-size: 12px;
	text-decoration: none;
}

.red_hyperlink:hover, .blue_hyperlink:hover {
	text-decoration: underline;
}

.red_hyperlink {
	color: #8b302d; 
}

.blue_hyperlink {
        color: #205574;
}

.img_link {
	border: 0px;
}

a.pdf, a.fck_doc, a.fck_xls, a.fck_zip, a.fck_aud {
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
        color: #205574;
}

a.pdf {background-image: url(/site/images/pdficon.gif);} 
a.fck_doc {background-image: url(/site/images/docicon.gif);}
a.fck_xls {background-image: url(/site/images/xlsicon.png);} 
a.fck_zip {background-image: url(/site/images/zipicon.gif);} 
a.fck_aud {background-image: url(/site/images/audicon.png);} 
