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

	font-size: 			11px;
	font-family: 		Arial;
	color: 				#FFFFFF;
}

ul, body {
	margin:0;
	border:0;
	padding:0;
	background-color: #283047;
  	background-image: url('images/bg.gif');
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: top left;
 }


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

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

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

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

h3 {
	font-size: 			13px;
	color: 				#B6C0DF;
}

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

.footertxt {	font-size:			10px; }
.faqtxt { color: #DDD6C6; }

input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#FFFFFF;
	border-width :		1px;
	border-style :		solid;
	border-color :		#91A0CC;
	background-color:	#58699D;

}

 td.sideleft1 {
  	background-image: url('images/sideleft1.gif');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top right;  }

 td.sideleft2 {
 	background-image: url('images/sideleft2.gif');
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: top right;  }

 td.sideright1 {
  	background-image: url('images/sideright1.gif');
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top left;  }

 td.sideright2 {
 	background-image: url('images/sideright2.gif');
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: top left;  }
