	input,textarea,option,body,tr,table,td{font-family:verdana;font-size:10pt;}
	.header{font-weight:bold;background-color:#00004B;color:white;}
	.border{border:1pt solid #00004B;}
	.members_selected{font-weight:bold;font-size:10pt;color:#00004B;text-decoration:none;}
	.links{color:black;text-decoration:underline;font-size:10pt;}
	.imagelink{color:blue;}
	.imagelink:hover{border:1pt solid red;}
	.headline{font-weight:bold;}
	.sidemenu{color:#000000;text-decoration:none;}
	.sidemenu:hover{color:#000000;text-decoration:underline;}
	.pagetitle{font-size:14pt;font-weight:bold;}
	.title{font-weight:bold;color:#00004B;}
	.reg{font-weight:bold;}
	
a.facebook{
	display:block;
	width:175px;
	height:38px;
	background: #FFFFFF url(images/social.gif) no-repeat;
	background-position: 0px 0px;
}

a:hover.facebook{
	display:block;
	width:175px;
	height:38px;
	background: #FFFFFF url(images/social.gif) no-repeat;
	background-position: 0px -38px;
}

a.twitter{
	display:block;
	width:175px;
	height:38px;
	background: #FFFFFF url(images/social.gif) no-repeat;
	background-position: 0px -76px;
}

a:hover.twitter{
	display:block;
	width:175px;
	height:38px;
	background: #FFFFFF url(images/social.gif) no-repeat;
	background-position: 0px -114px;
}

	div.field{
		clear:both;
		padding-bottom:5px;
	}
	
	div.field label{
		font-weight:bold;
		float:left;
		display:block;
		width:200px;
	}
	
	form{margin:0;padding:0;}
	div.location_sel_form{
		text-align:center;
		padding:3px;
		background-color:#f3f3f3;
		border:1px solid #333333;
		margin-bottom:14px;
	}
	
	div.location_sel_form label{
		font-weight:bold;
		font-size:14px;
	}
	p{
		margin:0 0 0px 0;
		padding:0;
	}
