/*  
 * Stylesheet for mobile pages
 */
body {
	background-color:#003300;
	color:#000000;
	font-size:small;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;
	line-height: 130%;
}
.highlights {
	font-weight: normal;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #996666;
}

a:active {
	color: #CC6666;
	text-decoration: underline;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
.highlights-med {
	font-size: medium;
	color: #666666;
}
h2 {
	font-size: small;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: medium;
	color: #666666;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
h5 {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 100%;
}
.body-reverse {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
}

