A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	font-size: 11px;
	TEXT-DECORATION: underline;
}
a:link{}
a:visited{}
a:hover{TEXT-DECORATION: none;}
a.white{
	COLOR: #FFFFFF;
}
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 10px 10px 10px 10px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
	color : #FFFFFF;
	background-color: #000000;
	font-size : 8pt;
	background-attachment : fixed;
	background-image : url(/img/page_bg.gif);
	background-position : center;
	background-repeat : repeat-y;
}
.bodyline	{
	background-color: #E9E9E9;
	border: 1px dotted #000000;
}
P {  
	font-size : 11px;
	text-indent:20px;
}
td {  
	font-size : 11px;
	color: #FFFFFF; 
}
#tbl {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	BORDER-LEFT: 1px outset;
	BORDER-BOTTOM: 1px outset;
}
.tbl_green{
	BORDER-RIGHT: 1px dotted White;
	BORDER-TOP: 1px none White;
	BORDER-LEFT: 1px dotted White;
	BORDER-BOTTOM: 1px dotted White;
	background-color : #659A1F;
	color: White;
	font-weight : bold;
	font-family : "Courier New", Courier, monospace;
}
.tbl_red{
	width:70%;
	BORDER-RIGHT: 1px dotted White;
	BORDER-TOP: 1px none White;
	BORDER-LEFT: 1px dotted White;
	BORDER-BOTTOM: 1px dotted White;
	background-color : #ff0000;
	color: White;
	font-weight : bold;
	font-family : "Courier New", Courier, monospace;
}
.red{
	BORDER-RIGHT: 1px solid White;
	BORDER-TOP: 1px solid White;
	BORDER-LEFT: 1px solid White;
	BORDER-BOTTOM: 1px solid White;
	background-color : #FF0000;
	color: White;
	font-weight : bold;
}
.blue{
	BORDER-RIGHT: 1px solid White;
	BORDER-TOP: 1px solid White;
	BORDER-LEFT: 1px solid White;
	BORDER-BOTTOM: 1px solid White;
	background-color : #0099cc;
	color: White;
	font-weight : bold;
}
.dotted{
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	border-color: White White #999999 White;
	padding-left:5px;
	padding-bottom:5px;
}
input.text,textarea.text,select.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color : #ff0000;
	color: White;
	font-family : Verdana,"Courier New", Courier, monospace;
}
.title{
	background-color: #0099cc;
	color:#FFFFFF;
	height:20px;
	padding-left:5px;
	font-size : 12px;
	font-weight : bold;
}
.search{
	font-weight : bold;
	TEXT-DECORATION: underline;
}
.address{
	background-color: #A03137;
	color:#FFFFFF;
	padding-left:5px;
	font-size:11px;
}
td.nav{
	background-color: #4981B1;
	color:#FFFFFF;
	font-size:11px;
}
A.nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	font-size: 11px;
	TEXT-DECORATION: none;
}
A.nav:link{}
A.nav:visited{}
A.nav:hover{TEXT-DECORATION: underline;}
A.head_nav {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	font-size: 13px;
	font-weight : bold;
	TEXT-DECORATION: none;
}
A.head_nav:link{}
A.head_nav:visited{}
A.head_nav:hover{}
.black{
 color: #000;
}