@charset "UTF-8";
/* CSS Document */


.style4 {
	font-size: 10px;
	color: #CCCCCC;
}
.style4 a {
	font-size: 10px;
	color: #CCCCCC;
}
.style4 a:hover {
	font-size: 10px;
	color: #CCCCCC;
}
.style4 a:visited {
	font-size: 10px;
	color: #CCCCCC;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-color: #DDDDDD;
	height: 760px;
}
.oneColFixCtrHdr #header {
	background: #333333;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #DDDDDD url(images/gradient.jpg) repeat-x;
	position: relative;
	height: 560px;
}
.oneColFixCtrHdr #mainContent .a {
    color:#000000;
}
                    
.oneColFixCtrHdr #mainContent .a:visited {
    color:#000000;
}

.oneColFixCtrHdr #mainContent .a:hover {
    color:#000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bigbody {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.normalbody {
	font-size: 12px;
	color: #000000;
}
.normalbody a {
	font-size: 12px;
	color: #000000;
}
.normalbody a:visited {
	font-size: 12px;
	color: #000000;
}
.normalbody a:hover {
	font-size: 12px;
	color: #000000;
}
.normalbodyemph {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.normalbodyemphUL {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #008EB0;
	border-right-color: #008EB0;
	border-bottom-color: #008EB0;
	border-left-color: #008EB0;
}
.scrollbox {
	font-size: 10px;
	font-weight: lighter;
	color: #CCCCCC;
	overflow: scroll;
	height: 200px;
	width: 160px;
	text-align: justify;
}
.scrollboxTitle {
	font-size: 10px;
	font-weight: normal;
	color: #017072;
	height: 200px;
	width: 160px;
	text-align: center;
}
.tabledash {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-right-color: #008EB0;
	border-left-color: #008EB0;
	font-size: 10px;
	border-top-style: none;
	border-top-color: #008EB0;
	border-bottom-color: #008EB0;	
}
.tabledash a {
    color:#000000;
}
.tabledash a:hover {
    color:#000000;
}
.tabledash a:visited {
    color:#000000;
}
.tabledash td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #008EB0;
	border-right-color: #008EB0;
	border-bottom-color: #008EB0;
	border-left-color: #008EB0;
}
.smallbody {
	font-size: 10px;
	color: #000000;
}
.oneColFixCtrHdr #container #header #Table_01 .style2 img {
	padding: 0px;
}
.navtext {
	font-size: 10px;
	font-style: normal;
	color: #008EB0;
	text-decoration: none;
}
.hbar {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}
/***********************************************
* Forms With Style -  Design Melt Down (www.designmeltdown.com)
* This notice MUST stay intact for legal use
* Visit Design Melt Down at http://www.designmeltdown.com/ 
***********************************************/

form fieldset{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	width:680px;
	position:relative;
	display:block;
	padding: 0px 30px 10px;
	background-color: #CCCCCC;
	border: 1px dashed #0099FF;
}

form fieldset legend{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: thin solid #0066CC;
	padding: 3px;
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

label{
	color:#000000;
	font-size:90%;
	font-weight:bold;
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin:4px 5px 0px 0px;
}

input{
	margin:2px 0px 0px;
	border-width: 0px 0px 1px;
	border-style: dashed;
	border-color:#0066CC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	background-color: #CCCCCC;
	font-size: 12px;
}

textarea{
	width:500px;
	margin:2px 0px 0px;
	border-width: 1px 1px 1px 1px;
	border-style:  dotted;
	border-color:#008EB0;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 2px;
	background-color: #CCCCCC;
	height: 150px;
	font-size: 12px;
	font-weight: lighter;
}

.button{
	color: #003366;
	
}
.darklink {
font-size: 12px;
	color: #000000;
}
.darklink a {
font-size: 12px;
}
.darklink a:hover {
font-size: 12px;
	color: #000000;
}
.darklink a:visited {
font-size: 12px;
	color: #000000;
}
