body {
	background-color: #CEE3F7;
	margin: 0px;
	padding: 0px;
}

.style1 {font-weight: bold}
.style4 {font-size: 10px}
.style6 {font-size: 10px; font-weight: bold; }
.style9 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
}
.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
	padding-top: 6px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px 20px;
	text-align: left;
}

a:link, a:active, a:visited {
color: #43659E;
text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}
	  
a.link_css:link, a.link_css:active, a.link_css:visited  {
	color: #243BFF;
	text-decoration: none;
	font-size: 12px;
	margin: 4px 0px 2px;
	font-weight: bold;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	
}
 
a.link_css:hover {
	text-decoration: none;
	color: #000099;
	background-color: #FFFF99;
}

#main_table {
    background-repeat:repeat-y;
	
	text-align: left;
}


.linkscol {
    background-image:  url("../images/border.gif");
	background-repeat: repeat-y;
	background-position: right; 
	padding-top: 5px;
	width: 210px;

}

.footbox {
	width:440px;
	background-color: #E5F2F8;
	border: 1px solid #85ABD2;
	margin-left: 35px;
	}
	.footbox p {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #000000;

}

.headbox {
	width:440px;
	background-color: #FFFFDD;
	border: 1px solid #FFCC00;
	margin-left: 35px;
}

.headbox p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}

.blubold {
	font-weight: bold;
	color: #133672;
}

.small_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6889BF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.small_blue:link, a.small_blue:active, a.small_blue:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6889BF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
 
a.small_blue:hover {
	text-decoration: none;
}
.tabl {
	margin-left: 20px;
	border: 1px solid #93AAD1;
}
.txtbox, input, textarea {
background-attachment : scroll;
background-color : #FCFDFE;
color : #003366;
border : 1px solid #cccccc;
background-position : 50% 50%;
font-family : verdana;
font-size : 11px;
}
