html, body {
	margin: 0px;
	padding: 0px;
	background-color: #999999;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0px;
}



/* generic hyperlink */

a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #2B2B2B;
	text-decoration: underline;
}



/* targetted hyperlink */

a.navLink:link {
	color: #000000;
	text-decoration: underline;
}
	
a.navLink:visited {
	color: #000000;
	text-decoration: underline;
}
	
a.navLink:hover {
	color: #993300;
	text-decoration: underline;
}



/* alt targetted hyperlink */

a.selectedLink:link {
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}
	
a.selectedLink:visited {
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}
	
a.selectedLink:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}



/* text style control */

h1, h2, h3, h4, h5 {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -.01em;
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.2em;
}

h2 {
	font-size: 20px;
	color: #660000;
	line-height: 1.3em;
}

h3 {
	font-size: 14px;
	color: #660000;
	line-height: 1.3em;
}

/* form css elements */



.box {
	background-color: #FF9933;
	border-top: 1px solid #D6690D;
	border-right: 1px solid #EB9B4A;
	border-bottom: 1px solid #EB9B4A;
	border-left: 1px solid #D6690D;
	padding-top: 2px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	width: 100px;
}
.button2 {
	background-color: #D6690D;
	border-top: 1px solid #EB9B4A;
	border-right: 1px solid #AE5409;
	border-bottom: 1px solid #AE5409;
	border-left: 1px solid #EB9B4A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat: no-repeat;
	height: 20px;
	color: #FFFFFF;
	width: 168px;
}
.heading {
	color: #FFFFFF;
	font-size: 20px;
}
.admin-heading {
	font-size: 16px;
	color: #599F8A;
}
.sub-heading {
	font-size: 14px;
	color: #00CCCC;
}
