	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;
}