@charset "utf-8";
/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
  }

html, body {
	height:100%;
	width: 100%;
	max-width:100%;
}

body {
	min-height: 100%;
	height: 1000px; !important;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size:13px;
	color: #796c76;
	background:#4B70B6;
	background-image: url(../images/tile.jpg);
	background-repeat:repeat-x;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color: #786d76;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #999197;
}

td.mainContentCell {
	vertical-align:top;
	text-align:center;
	background-color:#E6E2DD;

}
table.A1 {
	background-color:#FFFFFF;
	width:956px;

 
}
table.A1DCF {
	background-color:#FFFFFF;
	width:600px;
 
}
td.A2 {
	width:641px;
	vertical-align:top;
	text-align:left;
	border: 0px solid Fuchsia;
}

td.A3 {
	width:315px;
	vertical-align:top;
	text-align:left;
	border: 0px solid blue;
}

table.B1 {
	width:292px;
	border:#CBC3BA solid 1px;
  
}

.AlphaUp {
list-style: upper-alpha;
}

a:link {
	color:#2582d5;
	text-decoration:underline;
	}
	
a:visited {
	color:#2582d5;
	text-decoration:underline;
	}
	
a:hover {
	color:#ab2584;
	text-decoration:none;
	}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align:center;
}

a#footer:link {text-decoration:none;}
a#footer:visited {text-decoration:none;}
a#footer:hover {text-decoration:underline;}

/* forms */
.formf {
	border:#CBC3BA solid 1px;
	font-size:9pt;
	font-family:arial;
	color:#8A7E87;
	background:#ffffff;
}
.formfb {
	border:#CBC3BA solid 1px;
	font-size:9pt;
	font-family:arial;
	color:#8A7E87;
	background:#E6E2DD;
}
.borderf { 
	border:#CBC3BA solid 1px;
	font-size:9pt;
	font-family:arial;
	color:#8A7E87;
	background:#E6E2DD;
}
.borderG { 
	border:#CBC3BA solid 1px;
	line-height: 16px;
	font-size:13px;
	color: #796c76;
	background:#ffffff;
}

