body {
	background-color : #ffffff;
	background-image : url(../images/bg2.gif);
	background-repeat : repeat-y;
	background-position : left;
	font-size: 1em;
	}
/* HTML */
p {
	font-size: 1.15em;
	margin: .75em 0 0 0;
	}
h1 {
	margin-top: .75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
	}
h2 {
	margin: .75em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0A38FF;
	}
h3 {
	margin: .75em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #0A38FF;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
.input {
	font-size: 6px;
	border-style: solid;
	border-width: 1px;
	}
ul { 
	list-style-type:square;
	}
li { 
	margin-bottom:3pt;
	margin-top:0pt;
	}
a:link { 
	text-decoration:underline; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
	color: #0A38FF; 
	font-weight:400;
	}
a:visited { 
	text-decoration:underline; 
	color:#0A38FF;
	}
a:active { 
	text-decoration:underline; 
	color:#0A38FF;
	}
a:hover { 
	text-decoration:none 
	}
.Button {
	margin: .15em; 
	background-color: #094d96;
	font-weight: 700;
	font-size: 90%;
	color: #fff;
	}
/* STYLES */
#members {
	color: #cc0000;
	font-weight: 700;
	}
.to {
	background-image : url(../images/bg1.gif);
	background-repeat : repeat-x;
	}
.fo {
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100px;
	}
.ma {
	padding-left: 30px;
	padding-right: 40px;
	}