/* Main CSS */

body { 
 height: 100%;
 background-color:#333333;
 font-family:'Helvetica';
 font-size:10pt;
}

h1,h2,h3,h4,h5,h6,p {
 color:#000000;
 font-family:'Helvetica';
}
h1 { font-size:24pt; }
h2 { font-size:20pt; }
h3 { font-size:15pt;  }
h5 { font-size:8pt; }
h6 { font-size:6pt; }
h4,p { font-size:10pt; }

img {
 padding:0px;
 border:0px;
}

table { border:0px; border-spacing:0px; }

tr { padding:0px; border:0px; }

td { padding:0px; border:0px; }

.maintable {
 font-family:'Helvetica';
 font-size:10pt;
 height:100%;
 width:100%;
}

.innertable {
 font-family:'Helvetica';
 font-size:10pt;
 height:100%;
 width:100%;
}

.content-tab {
	color:#000000;
	background-color:#AAAAAA;
}

.banner-tab {
 background-color:#006600;
 text-align:center;
}

.nav {
 font-family:'Helvetica';
 font-size:10pt;
 height:25px;
 vertical-align:top;
 background-color:#000088;
 color:#00FF00;
}

.sidebar {
 width:120px;
 background-color:#550000;
 vertical-align:top;
 text-align:center;
}

.mainnav {
 font-family:'Helvetica';
 font-size:10pt;
 vertical-align:top;
 text-align:center;
 background-color:#000088;
 color:#00FF00;
}

.conclusion {
 font-family:'Helvetica';
 font-size:10pt;
 border:2px dashed #3399FF;
 padding:5px;
 vertical-align:top;
 background-color:#99CCFF;
}

.note {
 font-family:'Helvetica';
 font-size:10pt;
 border:2px dashed #FFAA00;
 padding:5px;
 vertical-align:top;
 background-color:#FFFFAA;
}

.warn {
 font-family:'Helvetica';
 font-size:10pt;
 border:2px dashed #FF0000;
 padding:5px;
 vertical-align:top;
 background-color:#FF8080;
}

.dir {
 font-family:'Helvetica';
 font-size:10pt;
 border:2px dashed #80FF00;
 padding:5px;
 vertical-align:top;
 background-color:#C6FF8C;
}

.newlist {
 font-family:'Helvetica';
 font-size:10pt;
margin-left:50px;
}

.footer { color:#FFFFFF; }
