body {
	background-image: url('/images/blueStone.jpg');
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;

}
/* FORM ELEMENT BORDERS */
.formtextbox1 {
	border: 1px inset #CCCCCC;
	background-color: #CCCCCC;
}

.formtextbox1required {
	border: 1px inset #CCCCCC;
	background-color: #CCCCCC;
	background-image: url(/images/red_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.submit-button-1 {
	border: 1px inset #000000;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}
.submitLink {
   color: #00ff00;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
}

.inputFormat {
	border: thin solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
.verticalBorder1 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bottomHorizontalBorder1 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* LINK STYLES */
a.whitelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a.whitelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a.whitelink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a.whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF9900;
}
.darkblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	background-color: #003366;

}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	background-color: #000066;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;

}

