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

	font-size: 			11px;
	font-family: 		Arial;
	color: 				#ffffff;
	
}
p, h1, h2, h3, h4, ul, body {
	margin:0;
	border:0;
	padding:0;

 }

body {
	background-color:	#1F2B5E; 
	background-image: url('images/bg.gif'); 
    background-attachment: scroll;
    background-repeat: repeat-x; 
    background-position: right top;  }

A:link { text-decoration: none; color: #CAD0E7;}
A:visited { text-decoration: none; color: #CAD0E7;}
A:active {text-decoration:underline; color:#FFFFFF;}
A:hover {text-decoration:underline; color:#FFFFFF;}

h1 {
	font-size: 			14px;
	color: 				#CFCFCF;

}
h2 {
	font-size: 			13px;
	color: 				#CFCFCF;
}

h3 {
	font-size: 			12px;
	color: 				#CFCFCF;
}

h4 {
	font-size: 			13px;
	color: 				#CFCFCF;
}


input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#ffffff; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#9FA3B3;
	background-color:	#666A7D;

}

td.side1 {
  		background-image: url('images/side1.gif'); 
               background-attachment: fixed;
               background-repeat: no-repeat; 
               background-position: right top;  }
			   
td.side2 {
  		background-image: url('images/side2.gif'); 
               background-attachment: fixed;
               background-repeat: no-repeat; 
               background-position: left top;  }			   