html, body, ul, ol, li, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {  
margin: 0; 
padding: 0; 
border: 0; 
} 

 body {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 40px 0px 40px;
	font-size : 80%;
	background-image:url(../images/background.gif);
} 

p.footer {
	padding : 5px;
	display : block;
	background-color : #CCCCCC;
	text-align : center;
}

/*Links*/

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

/*end of Links*/ 

#backtable {
	width: 900px;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	padding: 5px;
	background: #FFFFFF;
} 
#flashoverlay {
	position:absolute;
	width: 900px; 
	height:320px;
	z-index:6;
} 	
	
#flash {
	background-color : #000000;
	width: 900px; 
	z-index:9;
} 

#navigation {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background: #99B2CC;
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-top: 2px;
} 

#navigation a {
	color : #FFFFFF;
	text-decoration : none;
} 

#navigation a:hover {
	background: #6699CC;
	text-decoration: none;
} 

#sublist{
	font-size : 85%;
	text-align : center;
	color : #99B2CC;
	padding : 2px;
	border-bottom : 2px solid #99B2CC;
	font-weight : bold;
	border-left : 2px solid #99B2CC;
	border-right : 2px solid #99B2CC;
} 

#sublist a {
	color: #99B2CC;
	text-decoration: none;
} 

#sublist a:hover {
	color : #6699CC;
	text-decoration : none;
} 

#textarea {
	width:898px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	border : 1px solid #99B2CC;
} 
