/* CSS Document */

/* Initializing Styles */

body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}

/* Basic Styles */
.navytitle1 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #003366; text-decoration: none}
.navy12 {  font-family: "Georgia", "Times New Roman", Times, serif; font-size: 12px; color: #003333; text-decoration: none}
.black12 {  font-family: "Georgia", "Times New Roman", Times, serif; font-size: 12px; color: #000000; text-decoration: none}
.black10 {  font-family: "Georgia", "Times New Roman", Times, serif; font-size: 10px; color: #000000; text-decoration: none}
a.listblue {  font-family: "Georgia","Times New Roman", Times, serif; font-size: 12px; color: #336699; text-decoration: underline}
a.listblue:hover {  font-family: "Georgia","Times New Roman", Times, serif; font-size: 12px; color: #0099FF; text-decoration: none}
a.listgreen {color: #000000; text-decoration: none}
a.listgreen:hover {color: #006600; text-decoration: none}
.style1 {font-family: "Georgia","Times New Roman", Times, serif; font-size: 12px; color: #003366; text-decoration: none; font-weight: bold; }
.style2 {font-family: "Georgia", "Times New Roman", Times, serif; font-size: 10px; color: #000000; text-decoration: none; font-weight: bold; }
.style3 {font-family: "Georgia", "Times New Roman", Times, serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold; }
.style4 {font-family: "Georgia", "Times New Roman", Times, serif; font-size: 14px; color: #003366; text-decoration: none; font-weight: bold; }
.style5 {font-family: "Georgia", "Times New Roman", Times, serif; font-size: 14px; color: #003366; text-decoration: none; font-weight: bold; }
.style5hi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	background-color: #F0FCFF;
	display: block;
	padding: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;

}


/* Special Tables Styles */

table#tblBanner {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-color: #FFFFFF;
}

table#tblBanner img {
	display: block;
	margin-right: 30px;
	margin-left: 15px;

}

table#content td {
	padding: 5px 20px 5px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}

table#content td.ColMain {
	font-size: 12px;
}

table#content td.ColMain li {
	margin-bottom: 10px;
}

table#content td.ColLinks1 {
	width: 150px;
	padding-right: 10px;
	border-right: 1px solid #999999;
	background-color: #FFFFFF;
}

table#content td.ColLinks1 ul {
	font-size: 10px;
	list-style: none;
    padding-top: 0;
    padding-left:0;
    margin-left:0;}

table#content td.ColLinks1 ul li{
	margin-bottom: 3px;
	padding-left: 3px;
    margin-left: 3px;
}

table#tblRight1 {
     margin-left: 25px;
	 margin-bottom: 12px;
}

table#footer {
     font-family: "Georgia", "Times New Roman", Times, serif; 
	 font-size: 10px; color: #000000; 
	 text-decoration: none;
	 padding: 1px 0px 5px 15px;
}

.fileinfo {
	font-size: xx-small;
	color: #666666;
	white-space: nowrap;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Lucida, Helvetica, sans-serif;

}
