/* CSS Document */
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FF0000;

	
	scrollbar-face-color: #FF0000; scrollbar-shadow-color: #ffffff; 
    scrollbar-highlight-color: #666666; scrollbar-3dlight-color: #ffffff; 
    scrollbar-darkshadow-color: #333333; scrollbar-track-color: #ffffff; 
    scrollbar-arrow-color: #cccccc
	
}
.contenttable{
vertical-align: top;
}
h1{	
    color: #FF0000;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	border-bottom-style: solid;
	border-color: #999999;
	border-bottom-width: thin;	
	text-align:left;
}
.pheader{
	color: #FF0000;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	border-bottom-style: solid;
	border-color: #999999;
	border-bottom-width: thin;
	text-align:left;
}
.pheader2{
	color: #FF0000;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	border-color: #999999;
	border-bottom-width: thin;
	text-align:left;
}
.theader{
	color: #000000;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	border-bottom-style: solid;
	border-color: #999999;
	border-bottom-width: thin;	
	text-align:left;
}
.tfooter{
	color: #333333;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	border-bottom-style: solid;
	border-color: #999999;
	border-bottom-width: thin;
	text-align:right;
}
.pcontent{
	font-family:Arial;
	font-size:11px;
	padding-top: 3px;
	vertical-align: top;
	list-style-type: square;
	list-style-color: #FF0000;
}
.pcontentlist{
    color: #FF0000;
	font-family:Arial;
	font-size:11px;
	/*font-weight:bold;*/
	padding-top: 3px;
	vertical-align: bottom;
	list-style-type: square;
	list-style-color: #FF0000;
	border-bottom-style:solid;
	border-color: #999999;
	border-bottom-width: thin;
	
}
.pcontentcontrol{
	text-align: center;
	font-family:Arial;
	font-size:11px;
	padding-top: 3px;
	border-style: solid;
	border-width: thin;
	border-color: #333333;
}
.pcontentleftcolumn{
	font-family:Arial;
	font-size:11px;
	padding-top: 5px;
	padding-right: 5px;
	vertical-align: top;
	border-right-width: medium;
	border-right-width: thin;
	border-right-style: solid;
	border-color: #000000;
		
	
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

-->

