body {
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #9BCDD6;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #999999;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active  {text-decoration: none; color: #003366;}
a:hover {text-decoration: none; color: #06F;}
input, textarea, select, option
			{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003399;
	background:#FFFFFF;
	border:solid 1px #999999;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-arrow-color:#006600;
	text-decoration: none;
	width: 95%;
}
.maindisplay {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	list-style-type: square;
}
.maindisplay p {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 13px;
	color:#444;
}
.maindisplay li {
	padding: 4px 0px 2px 0px;
	list-style-type: square;
	color: #003399;
	font-weight: bold;
}
.maindisplay H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #003399;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #003399;
	border-left-color: #D20000;
}
.maindisplay a:link, .maindisplay a:visited, .maindisplay a:active  {text-decoration: none; color: #06F;}
.maindisplay a:hover {text-decoration: none;color: #003366 ;}



.maindisplay img { float: left; border: none; margin: 0px 15px 10px 0px;}
.mainspace {
	background-repeat: repeat-x;
	background-image: url(../images/main_bk.jpg);
}
td.botbar {
	font-size: 9px;
	color: #819EBC;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../images/botbar.jpg);
}

.maindisplay H2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #003399;
	margin: 0px;
	padding: 0px 0px 0px 5px;

}


td.botbar a:link, td.botbar a:visited, td.botbar a:active  {
	color: #9B9B9B;
	text-decoration: underline;
	padding: 1px 5px 1px 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #D3CFD1;
}
td.botbar a:hover {text-decoration: none; color: #C9443D; border-left: 2px solid #ffffff;}
.forms {
	font-weight: bold;
	background-color: #F4F4F4;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
td.side {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 45px;
	list-style-type: square;
	background-image: url(../images/side_back.jpg);
	color: #666666;
	list-style-image: url(../images/BULLET_arrow.gif);
}
td.side li {
	padding: 8px 0px 6px 0px;
	list-style-type: square;
	color: #666666;
	list-style-image: url(../images/BULLET_arrow.gif);
	border-bottom: 2px solid #d6d6d6;
}
.infobar h1 {
	font-size: 16px;
	color: #3082CB;
	font-weight: bold;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 43px;

}

td.side H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #B4B4B4;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
td.side img { float: centre; border: 2px solid #CCCCCC; margin: 0px 0px 0px 0px;}
td.side a:link, td.side a:visited, td.side a:active  {color: #0066CC; text-decoration: underline;}
td.side a:hover {text-decoration: none; color: #FF0000;}
/*tooltips....................................................*/
a.regions{position:relative;z-index:24; text-decoration:none;font-weight:bold;}
a.regions:hover{z-index:25; background-color: #F1F1F1;}
a.regions span{display: none}
a.regions:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    bottom:1em;
    padding: 10px;
    border:2px solid #CCC;
    background-color:#F5F5F5;
    text-align: justify;
    text-decoration:none;
    width:600px;
    font-size:0.9em;
    font-family:Arial,Helvetica,sans-serif;
    line-height:1em;
left:0;
color:#414141;
}
/*.........................................*/

#bookmark a {
font-size: 14px;
font-weight: bold;
color: #6d6d6d;
margin-right: 50px;
padding-top: 7px;
float: right;
}

.style1 {color: #003399}



tr.infobar {
	background-image: url(../images/infobar.jpg);
}

img {
	border:none;
}
