/* FSL Internet CSS Style Sheet 06/11/2006 

This file is used as an attachment to any web page */

/* ---------------This File Must Not Be Change At All By Anyone ----------------------- */


/* Hyperlinks */

a:link {
	color: #003366;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #003366;
	}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.bluelinks a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.greylinks a:link {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.greylinks a:visited {
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.greylinks a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.greylinks a:active {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.greytext
{
    Z-INDEX: 2;
    LEFT: 325px;
    POSITION: absolute;
    TOP: -565px
}

/* Page BackGround */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}

/* All Text */

.Small_Grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.Normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #003366; 
}

.Blue_page_text {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #003366; 
}

.Blue_page_topics {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: Bold; 
	color: #003366; 
}






