body, table, input, select, option, textarea, html {

	font-size: 			11px;
	font-family: 		Arial;
	color: 				#565656;
	
}
ul, body {
	margin:0;
	border:0;
	padding:0;
	background-color: #DDDFE5;
	
  	background-image: url('images/bg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 	
    background-position: top center;
 }

A:link { text-decoration: none; color: #5A5A5A;}
A:visited { text-decoration: none; color: #5A5A5A;}
A:active {text-decoration:underline; color:#000000;}
A:hover {text-decoration:underline; color:#000000;}


h1, h2, h3, h4, p 	{
    margin: 0;
	padding: 0;
}

h1 {
	font-size: 			15px;
	color: 				#2C4154;

}
h2 {
	font-size: 			12px;
	color: 				#2C4154;
}

h3 {
	font-size: 			11px;
	color: 				#2C4154;
}

h4 {
	font-size: 			14px;
	color: 				#2C4154;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#D7D2DA;
	background-color:	#F0F3F6;

}

#flashheader {
		border: solid 0px;
		width: 767px;
		height: 200x;
		float: left;
		margin:0px 0px;
 }

td.pagebg { 
  	background-image: url('images/pagebg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 	
    background-position: top center;
 }
 
 td.splash-bg { 
  	background-image: url('images/splash-bg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 	
    background-position: center center;
 }