/* CSS Document */
html,body 
{
	margin:0;
	padding:0;
	border:0;
	background-color:#D7D9D8;
}

body 
	{
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 14pt;
	}

td
	{
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 14pt;
	}
h1
	{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color:#0E2C8E;
	
	text-align:left;
	margin-top:0px;
	margin-bottom:7px;
	}
.header_line
	{
	width:95%;
	height:5px;
	background-color:#7E83BC;
	margin-bottom:20px;
	}
h2
	{
	font-size: 14px;
	border-bottom: 1px solid #333333;
	clear:both;
	margin-top:15px;	
	height: 20px;
	background-color: #C2C2DC;
	color:#333333;
	padding: 5px 5px 0px 5px;
	}
h3
	{
	font-size: 14px;
	font-weight:bold;
	color:#5C66AD;
	}
.bullet_list  
{	
	padding: 0; 
	margin: 0;
	margin-top:25px; 
	list-style: none;
}	
.bullet_list li 
	{ 
	list-style: none; 
	margin: 0 0 18px 0; 
	padding: 0 0 0 20px;
	background: url("../images/bullet.gif") 0 0.3em no-repeat; 
	}
.sub
	{
	padding: 0; 
	margin: 0;
	margin-top:15px; 
	list-style: none;
	}
.sub li 
	{ 
	list-style: none; 
	margin: 0 0 18px 0; 
	padding: 0 0 0 20px;
	background: url("../images/bullet_sub.gif") 0 0.2em no-repeat; 
	}

form
	{
	margin:0px;
	padding:0px;
	}
a:link,
a:visited
	{ 
	text-decoration: underline;
	color: black;
	}
a:hover
	{ 
	color: red; 
	}
a:active
	{ 
	color: black;
	}	
.normal 
	{
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 14pt;
	}
.small 
	{
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 12pt;
	}
.required 
	{
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 12px;
	color: red;
	}
.error
	{
	font-family: Arial, Helvetica, sans-serif;
	color:red;
	font-size:14px;
	}

.large 
	{
	font-family:"Times New Roman",Georgia,Serif;
	font-size: 16pt;
	}
.rowheader 
	{
	background-color: #333333;
	color:white;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	}
INPUT.buttons 
	{
	height: 20px;
	width: 130px;
	background-color: #efefef;
	border-color: #efefef;
	color: black;
	font-family: arial, verdana, ms sans serif;
	font-size: 8pt;
	text-align: center;
	cursor: pointer;
	}
.formspecial
	{
	display: none;
	}
p.breakhere 
	{
	page-break-before: always;
	}

#fixedtipdiv
	{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	}
.help
	{
	font-size:10px;
	cursor:help;
	}
.message
	{
	background-color:#FFFFCC;
	border:solid 1px #CCCCCC;
	padding:5px;
	margin-bottom:20px;
	width:490px;
	}
.errormessage
	{
	background-color:#FF9999;
	}

