body {margin: 0; 
padding: 0; 
background-color: #ffffff;
}

a.topLink { 
	color: #757575; 
	text-decoration: underline; 
	cursor: hand; 
	font-size: 10; 
}  

a.topLink:hover { 
	color: #CC0000; 
} 


td{
font-family: verdana;
color: #3366CC;
font-size: 11px;
}

li.arrow{ 
list-style-image:url(/img/round.png);
font-family: verdana;
color: #3366CC;
font-size: 11px;
padding-bottom: 10px;

}

td.topLine{height: 10px; background: url(/go/images/topline.gif)  bottom left repeat-x;}
td.bottomLine{height: 10px; background: url(/go/images/bottomline.gif)  top left repeat-x;}

h2{
font-family: verdana;
color: #224386;
font-size: 12px;
}

table.regTable{
}

table.regTable td{
	font-family: verdana;
	font-size: 10px;	
}

table.regTable th{
	font-family: verdana;
	font-size: 11px;	
	font-weight: bold;
	text-align: right;
	color: #336699;

}
table.regTable input{
	font-family: verdana;
	font-size: 11px;	
	background-color: #FFFFEC;
}
table.regTable textarea{
	font-family: verdana;
	font-size: 10px;	
	background-color: #FFFFEC;
}


fieldset.regTable {
	width: 500px; 
	border: 1px solid #dd6900;
	border-style: outset;
	border-color: #cedcec;
	padding-bottom: 5px;
	padding-top: 5px;
}
fieldset.regTable legend{
	font-family: times;
	font-size: 16px;	
	font-weight:bold

}



table.lgTxtForm{
}

table.lgTxtForm td{
	font-family: verdana;
	font-size: 14px;	
}

table.lgTxtForm th{
	font-family: verdana;
	font-size: 14px;	
	font-weight: bold;
	text-align: right;
	color: #336699;

}
table.lgTxtForm input{
	font-family: verdana;
	font-size: 14px;	
	background-color: #FFFFEC;
}
table.lgTxtForm textarea{
	font-family: verdana;
	font-size: 14px;	
	background-color: #FFFFEC;
}


input.logIn{
	font-family: verdana;
	font-size: 11px;	
	background-color: #eeeeee;
}



.gutter{
	float:left;
	margin: 20px;
	margin-top: 30px;
	width: 185px;
	text-align: left;
}

.gutter span{
	display: block;

	margin: 5px;
}

.gutter a{
	margin-left: 7px;
	text-decoration: none;	
	font-weight: bold;
	font-size: 1.2em;
}

.gutter a:hover{
	text-decoration: underline;	
}

.gutter .title{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}