 /* The main body elements */
BODY {
	font-family: verdana, arial;
	font-size: 10pt;             /* Font Size */
	font-weight: medium;
	color:#000000;
	margin-top: 10px;
	background-color: #0080C0;
	}

.mhead{
	color:#ffffff;
	font-weight:  bold;
    }
.red{ color:red;font-style:italic;
}
/*Anything that is in tables*/
td{
	font-family: verdana, arial;
    	color:#000000;
	font-size: 10pt;             /* Font Size */
	font-weight: medium;
    	}

h1{
	font-size: 12pt;             /* Font Size */
	color:#004080;
	}
h2{
	font-size: 10pt;             /* Font Size */
	color:#006291;
	}
h3{
	font-size: 10pt;             /* Font Size */
	color:#006291;
	}


/* Srollbars */
html{
	scrollbar-face-color: #006291;
	scrollbar-highlight-color: #000066;
	scrollbar-darkshadow-color:#000066;
	scrollbar-track-color: #006291;
	}
.indent{
	margin-left:10px;
	margin-top:10px;
	}
.indent2{
	margin-left:20px;
	margin-top:10px;
	}
.line{
	width:95%;
	height:1;
	color:#004080;
	}
.line2{
	width:100%;
	height:1;
	color:#004080;
	}

.menu{
	width:16%;
	}

.menubox{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px solid #004080;
	width:100%;
	background-color: #006291;
	}
.tbl_ad{
width:153px;
border: 1px solid #004080;
background-color:#DFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
.tbl_ad_td{
	font-family: verdana, arial;
    color:#000000;
	font-size: 10pt;                 /* Font Size */
}
.tbl_pbs{
	width:95%;
	border: 1px solid #004080;
	}

.tbl_main {
    width:100%;
	height:90%;
	background-color: #0080C0;
	   }
.tbl_head{
	width:98%;
	border: 0px solid #000066;
	}

.tbl_inhead{
	width:96%;
	}
.tbl_content {

    background-color:#DFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	border: 1px solid #004080;
	width:98%;
	height:100%;
	}
.cwrite {
	font-size: 8pt;
	color:#000000;
	}

/* All the links */

a.hlite:link {color: #DFFFFF;text-decoration: none ;font-weight: normal;font-size:8pt;}         /* Font Size */
a.hlite:active {color: #DFFFFF;text-decoration: none ;font-weight: normal;font-size:8pt;}
a.hlite:visited {color: #DFFFFF;text-decoration: none ;font-weight: normal;font-size:8pt;}
a.hlite:hover{color: #FFFF00;text-decoration: underline;font-size:8pt;}

a:link{color: #0080C0;text-decoration: underline ;font-weight:  bold;}
a:active{color: #0080C0;text-decoration: underline ;font-weight:   bold;}
a:visited{color: #0080C0;text-decoration: underline ;font-weight:   bold;}
a:hover{color: red;text-decoration: none;font-weight:   bold;}

a.nolink:link{color: #FFFFFF;text-decoration: none ;font-weight: normal;}
a.nolink:active{color: #FFFFFF;text-decoration: none ;font-weight: normal;}
a.nolink:visited {color: #FFFFFF;text-decoration: none ;font-weight: normal;}
a.nolink:hover{color: #FFFF80;text-decoration: none;}

a.there:link {color: #FFFF00;text-decoration: none ;font-weight: bold;}
a.there:active {color: #FFFF00;text-decoration: none ;font-weight: bold;}
a.there:visited{color: #FFFF00;text-decoration: none ;font-weight: bold;}
a.there:hover {color: #FFFFFF;font-weight: bold;text-decoration: underline ;}

a.here:link {color: #FFFFC1;text-decoration: none ;font-weight: normal;}
a.here:active {color: #FFFFC1;text-decoration: none ;font-weight: normal;}
a.here:visited{color: #FFFFC1;text-decoration: none ;font-weight: normal;}
a.here:hover {color: #FFFFFF;text-decoration: underline ;}

a.outs:link{color: #FFFF80;text-decoration: none ;font-weight: bold;}
a.outs:active{color: #FFFF80;text-decoration: none ;font-weight: bold;}
a.outs:visited {color: #FFFF80;text-decoration: none ;font-weight: bold;}
a.outs:hover{color: #FFFFFF;text-decoration: none;}
