 /* 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;
    }
.intipTab{
	width:85%;
    border: 1px solid #000000;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;

    }
.intip {

	font-style:italic;
	display:none;
	color: #990000;
	}
/*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:#000000;
	}
h2{
	font-size: 10pt;             /* Font Size */
	color:#000000;
	}
h3{
	font-size: 10pt;             /* Font Size */
	color:#000000;
	}


/* 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%;
	}
.stats{
	border: 1px solid #004080;
}
.menubox{
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px solid #004080;
	width:100%;
	background-color: #006291;
	}

.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;}

a.edit:link{color: red;text-decoration: none ;font-weight: bold;}
a.edit:active{color: red;text-decoration: none ;font-weight: bold;}
a.edit:visited {color: red;text-decoration: none ;font-weight: bold;}
a.edit:hover{color: #000000;text-decoration: none;}

a.intipL:link{color: #000080;text-decoration: none ;font-weight: bold; font-size:8pt;}
a.intipL:active{color:  #000080;text-decoration: none ;font-weight: bold; font-size:8pt;}
a.intipL:visited {color:  #000080;text-decoration: none ;font-weight: bold; font-size:8pt;}
a.intipL:hover{color: red;text-decoration: none; font-size:8pt;}

a.intipS:link{color: red;text-decoration: none ;font-weight: bold; font-size:8pt;}
a.intipS:active{color:  red;text-decoration: none ;font-weight: bold; font-size:8pt;}
a.intipS:visited {color:  red;text-decoration: none ;font-weight: bold; font-size:8pt;}
a.intipS:hover{color: black;text-decoration: none; font-size:8pt;}


