<%--
------------------------------------------------------------------------------------------

Name: desert_stylesheet.jsp

Description: Stylesheet for the UNITY Template called "Desert"

------------------------------------------------------------------------------------------
--%>
<%response.setHeader("Cache-Control", "no-cache");
response.setDateHeader("Expires", 0);
response.setHeader("Pragma", "No-cache");%>

a, a:link, a:visited {
	color: #4a4aff;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #4a4a4a;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

a.menu, a.menu:link, a.menu:visited {
	color: #4a4a4a;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

a.menu:hover {
	color: #8a8a8a;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

.text, TD, TR, BODY {
	color: #4a4a4a;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

TD.menu {
	color: #4a4a4a;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.header {
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 15px;
	font-weight : bold;
}

.box_top,  {
	color: #FFFFFF;
	font-family: Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight : bold;
}


/***** Headers *****/

p {
	margin-top: 0px;
}


H1 {
	color:#4a4a4a;
	font-size:20px;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-weight:normal;
	line-height:normal;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 28px;
}

H2 {
	font-size:12px;
	font-family: Verdana, Arial;
	font-weight: bolder;
	color:#4a4a4a;
	text-decoration: none;
}

H3 {
	font-size:11px;
	font-family: Verdana, Arial;
	font-weight: bolder;
	color:#4a4a4a;
	text-decoration: none;
}