body 
{
	font-size: 10pt;
	font-family: Verdana;
	color: #353535;
}

a
{
	color: #80a50e;
	font-weight: bold;
	text-decoration: none;	
}

a.share
{
	color: #0f6e8a;
	font-weight: normal;
	text-decoration: none;	
}

a.share:hover
{
	color: #0f6e8a;
		font-weight: normal;
	text-decoration: underline;	
}

h1
{
   font-weight: bold;
   font-size: 18pt;
   font-family: Verdana;
   margin: 0px 0px 0px 0px; 
}

h2
{
   font-weight: bold;
   font-size: 16pt;
   font-family: Verdana; 
   margin: 0px 0px 0px 0px;
}

h3
{
   font-weight: bold;
   font-size: 14pt;
   font-family: Verdana;
   margin: 0px 0px 0px 0px; 
}

h4
{
   font-weight: bold;
   font-size: 12pt; 
   font-family: Verdana;
   margin: 0px 0px 4px 0px;
}

h5
{
   font-weight: bold;
   font-size: 10pt; 
   font-family: Verdana;
   margin: 0px 0px 0px 0px;
}

h4.Fail
{
   font-weight: bold;
   font-size: 10pt; 
   font-family: Verdana;
   margin: 0px 0px 0px 0px;
   color: #0f6e8a;
}

p
{
   font-size: 10pt; 
   font-family: Verdana;
}

label
{
   font-size: 10pt; 
   font-family: Verdana;
}

span
{
   font-size: 10pt; 
   font-family: Verdana;
}

div
{
   font-size: 10pt; 
   font-family: Verdana;
}

form
{
	padding: 0px;
	margin: 0px;
	line-height: 1.3em;
}

input
{
	
}

a:hover
{
	color: #a7d90f;
	font-weight: bold;
	text-decoration: underline;
}

#centered_container
{
	margin: 0 auto;
	width: 500px;
}

#footer
{
	clear: both; 
	width:500px; 
	margin-top:20px; 
	margin-left:5px;
	float:left;
}

.Success
{
	color: #88b10b;
	font-weight: bold;
	font-size: 10pt;
}

.ButtonLargeBlue
{
	font: 9pt Verdana;
	color: #ffffff;
	height: 34px;
	width: 127px;
	background: url(/content/images/button_large_bg.jpg) no-repeat;
	border: 0px;
	margin-top: 5px;
	border: none;
	cursor: pointer;
	font-weight: bold;
}

.ButtonSmallBlue
{
	font: 9pt Verdana;
	color: #ffffff;
	height: 29px;
	margin-top: 0px;
	Padding-top: 0px;
	width: 88px;
	background: url(/content/images/button_small_bg.jpg) no-repeat;
	border: 0px;
	cursor: pointer;
	font-weight: bold;	
}

.friendSelected
{
width: 230px; height: 48px; background: url(/content/images/selected.png) no-repeat;font-weight: bold;color: #FFFFFF;cursor:pointer;
}

.friendSelected:hover
{
width: 230px; height: 48px; background: url(/content/images/selectedHover.png) no-repeat;font-weight: bold;color: #FFFFFF;cursor:pointer;
}

.friendSelected:active
{
width: 230px; height: 48px; background: url(/content/images/selectedActive.png) no-repeat;font-weight: bold;color: #FFFFFF;cursor:pointer;
}

.friendDeselected
{
width: 230px; height: 48px; background: url(/content/images/deselected.png) no-repeat; font-weight: bold;color: #888888;cursor:pointer;
}

.friendDeselected:hover
{
width: 230px; height: 48px; background: url(/content/images/deselectedHover.png) no-repeat; font-weight: bold;color: #888888;cursor:pointer;
}

.friendSelectedNoHover
{
width: 230px; height: 48px; background: url(/content/images/selected.png) no-repeat;font-weight: bold;color: #FFFFFF;cursor:pointer;
}

.friendDeselectedNoHover
{
width: 230px; height: 48px; background: url(/content/images/deselected.png) no-repeat; font-weight: bold;color: #888888;cursor:pointer;
}

