@charset "utf-8";
/* CSS Document */

body {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#midLeft {
	padding-left: 10px;
}
h2 {
	color: #FFCC00;
}

h3 {
	color: #FFCC00;
}

a:link {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
	
	
}
a:visited {
	text-decoration:none;
	color:#999999;
}

img {
	border: 1px solid #FFFFFF;
}
.divider {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}