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

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

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

h1 {
	font-size: 			16px;
	color: 				#6D6D6D;

}
h2 {
	font-size: 			14px;
	color: 				#6D6D6D;
}

h3 {
	font-size: 			11px;
	color: 				#6D6D6D;
}

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


input, select, textarea {

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

}

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

td.side3 {
  		background-image: url('images/side3.jpg'); 
               background-attachment: fixed;
               background-repeat: no-repeat; 
               background-position: left top;  }
			   
td.side4 {
  		background-image: url('images/side4.jpg'); 
               background-attachment: fixed;
               background-repeat: repeat-y; 
               background-position: left top;  }
