.ms_body {
	font-family:Georgia,"Nimbus Roman No9 L",serif;
	font-size: 13px;
	color: #4e4e4e;
}

table.ms_table { 
	padding: 0; 
	border: none; 
	font-size: 13px;
}

table.ms_table td { 
	font-size: 13px; 
	color:#000;
	border: 1px solid #B3B3B3;
	padding: 6px;
	line-height:1.5em;	
}

table.ms_table_noborder { 
	padding: 0; 
	border: none; 
}

table.ms_table_noborder td { 
	font-size: 13px; 
	color:#000;
	line-height:1.5em;	
}

.ms_smallTxt {
	font-size:.9em;
	color:#666;
}

.ms_short_hed {
	font-size:65%;
}

.ms_gray {
	color:#666;
}

.h2color {
	color:#999;
}


/*////////////////////////////////*/

.ms_button {
    border: 1px solid #666;
    background-color: #FFF;
	color:#000;
	margin:0;
	font-size:11px;
	padding:4px 6px;
	*padding:4px 0; /*WINDOWS FIX*/
	cursor:pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	line-height:normal;
	text-decoration:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	*display:inline;
	-webkit-appearance: none;
}

/*BUTTON HOVER IS ON TEAM.CSS*/

.ms_form {
  	border: 1px solid #999;
	font-size:11px;
	line-height:140%;
	color:#000;
	font-size:11px;
	padding-left:2px;
}

.ms_bullet {
	background-image:url(/ms-images/bullet.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding-left:16px;
	margin:.5em 0 0 0;
}


/*////////////////////////////////*/

.ms_rule {
	height:10px;
	width:auto;
	margin-bottom:10px;
	border-bottom:#666 1px solid;
}

.ms_ruleLt {
	height:10px;
	width:auto;
	margin-bottom:10px;
	border-bottom:#CCC 1px solid;
}

.ms_ruleMed {
	height:10px;
	width:auto;
	margin-bottom:10px;
	border-bottom:#B3B3B3 1px solid;
}

.ms_volunteer_list {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #666;
	background-color: #F5F5F5;
	padding: 6px;
	opacity: 0.9;
	width:200px;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#000;
	line-height:1.5em;
	font-weight:normal;

}


