body {
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 10;
	background-image: url("images/background.gif");
}

p {	
	font-family: Tahoma;
	font-size: 11px;
}
.footer-left {
	font-size: 11px;	
	color: #868686;
	margin-top: 15;
	margin-left: 50;
	margin-bottom: 20 ;
}
.class1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #4d4d4d;
	margin-top: 5;
	margin-left: 20;
}
.class2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #EFEFEF;
	margin-top: 5;
	margin-left: 25;
	margin-bottom: 5 ;
}

.highlight-dark {
	font-size: 1.5em ;
	color: #3671AD ;
}
h1 {
	font-size: 18 ;
	color: #3671AD ;
	margin-top: 10;
	margin-left: 20;
	margin-bottom: 10px ;
}
h2 {
	font-size: 14 ;
	color: #3671AD ;
	margin-top: 10;
	margin-left: 20;
	margin-bottom: 10px ;
}
h3 {
	font-size: 12 ;
	color: #3671AD ;
	margin-top: 10;
	margin-left: 20;
	margin-bottom: 10px ;
	
}
.white {
	color: #ffffff ;
}

li{
	display: list-item;
	list-style-image: url("http://www.mymapbuddy.com/images/bullet1.gif");
	font-family: Tahoma;
	font-size: 11px;
	color: #4d4d4d;
	margin-top: 8;
	margin-left: 20;
}
ul {
	margin-left: 20;
	margin-top: 5 px ;
}

a:link {
	color:#4d8a39;
	font-family: Tahoma;
	font-size: 11px;	
	text-decoration:underline;
}
a:visited {
	color:#4d8a39;
	font-family: Tahoma;
	font-size: 11px;	
	text-decoration:underline;
}	
a:hover {
	color:
	font-family: Tahoma;
	font-size: 11px;	
	text-decoration:none;
}
a:active {
	color:#4d8a39;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:underline;
}	
a:link.wh {
	color:#ffffff;
	font-family: Tahoma;
	font-size: 11px;	
	text-decoration:underline;
}
a:visited.wh {
	color:#ffffff;
	font-family: Tahoma;
	font-size: 11px;	
	text-decoration:underline;
}	
a:hover.wh {
	color:#ffffff;
	font-family: Tahoma;
	font-size: 11px;	
	text-decoration:none;
}
a:active.wh {
	color:#ffffff;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:underline;
}
.indent {
	margin-left:50px ;
	width : 450px ;
}
.menu {
	margin-left: 0px ;
	margin-bottom: 5px ;
	margin-top: 5px ;
}
.divider {
	border: none 0; 
	border-top: 1px dashed #999999;/*the border*/
	height: 1px;
}
input,textarea,select { 
	background: #E7E9E9; 
	font-size: 11px ;
	padding-left: 5px;
	border: solid; 
	border-width: 1px; 
	border-color: #845464;
}
.whiteback { 
	background: #FFFFFF; 
}
.button { 
	background: #FFCD40; 
	font-size: 10px;  
	padding:0px;
	margin: 0px
}
.buttonover { 
	background: #72A9D5; 
	color: #FFFFFF;
	font-size: 10px; 
	padding:0px;
	margin: 0px
}
.contents {
	padding-right: 10px ;
	border-right: 1px dashed #4d8a39 ;
}