body		{background:url('images/bg.png'); font-family: Arial, Verdana, Tahoma, Sans-serif, sans; font-size: 10pt; padding: 0px; margin: 0px; }
h1		{ font-family: Verdana, Sans-serif, sans; font-size: 20px; font-weight: bold; color: #ffffff; border: none; border-bottom: dotted 1px #8080ff; margin-top: 0px; padding-top: 0px; }
h2		{ font-family: Verdana, Sans-serif, sans; font-size: 12px; font-weight: bold; color: #f4f2f4; }
h3		{ font-family: Verdana, Sans-serif, sans; font-size: 14px; font-weight: bold; color: #b0b0ff; }
h4		{ font-family: Verdana, Sans-serif, sans; font-size: 20px; font-weight: bold; color: #000000; border: none; border-bottom: dotted 1px #8080ff; margin-top: 0px; padding-top: 0px; }


select, option, textarea, input {
border-right : 1px solid #808080;
border-top : 1px solid #808080;
border-bottom : 1px solid #808080;
border-left : 1px solid #808080;
color : #000000;
font-size : 11px;
font-family : Tahoma, Arial, Helvetica, sans-serif;
background-color : #ffffff;
}
a:active, a:visited, a:link {

color : #AAAAAA;
text-decoration : none;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size : 8pt;
}
a:hover {
text-decoration : underline;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size : 8pt
}
a.nav:active, a.nav:visited, a.nav:link {
color : #000000;
font-size : 10px;
font-weight : bold;
font-family : Tahoma, Arial, Helvetica, sans-serif;
text-decoration : none;
}
a:hover {
color : #0066cc;
text-decoration : underline;
font-family : Tahoma, Arial, Helvetica, sans-serif;
font-size : 8pt
}

table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: rgb(255, 245, 238);
	-moz-border-radius: 0px 0px 0px 0px;
}

table{
	border: 0px;
	background: #ffffff;
}

TD {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial, Verdana, Tahoma;
	border: 0px;
}

A {
COLOR: gray; FONT: 10pt Arial, Verdana, Tahoma; TEXT-DECORATION: none
}

A.type1:link    {color:white; text-decoration:none;}
A.type1:visited {color:white; text-decoration:none;}
A.type1:active  {color:#FFDD00; text-decoration:none;}
A.type1:hover   {color:red; text-decoration:underline;}


A.type2:link    {color:#FF0000; text-decoration:underline;}
A.type2:visited {color:#FF0000; text-decoration:underline;}
A.type2:active  {color:#FF0000; text-decoration:underline;}
A.type2:hover   {color:#ABCDEF; text-decoration:underline;}


A.type3:link    {color:#00CCFF; text-decoration:none;}
A.type3:visited {color:#00CCFF; text-decoration:none;}
A.type3:active  {color:#00CCFF; text-decoration:none;}
A.type3:hover   {color:#FF8000; text-decoration:overline underline;}

.main_box_header{
background-color: #EFEFEF;
font-size: 13px;
width: 98%;
border: 1px dashed gray;
margin-top: 0;
/*background-color: #FFFFD7;*/
padding: 5px;
}

.main_box_header2{
background-color: #eaf1f6;
font-size: 13px;
width: 98%;
border: 1px dashed gray;
margin-top: 0;
/*background-color: #FFFFD7;*/
padding: 5px;
}

hr {
	color: #83abda;
	font-weight: bolder;
	border : 2px dotted;
}