/*
	This document contains the main style information for WVSOM pages. It should be used on every page to present
	a standard look and feel for the website.
*/
body{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #005232;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #005232;
	text-decoration: none;
}
a:hover {
	color: #005232;
	text-decoration: underline;
}
p {
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	text-indent: 0pt;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	list-style-position: inside;
	list-style-type: circle;
}

h1 {
	font-family: "Avant Garde", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #005232;
	text-decoration: none;
}
h2 {
	font-family: "Avant Garde", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h3 {
	font-family: "Avant Garde", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #005232;
	text-decoration: none;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: baseline;
	word-spacing: normal;
}
dt {
	font-family: "Avant Garde", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-right: 30px;
	padding-top: 25px;
	padding-left: 5px;
}
address {
	font-family: "Avant Garde", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005232;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
ul {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family:  Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0pt;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
	margin-right: 35px;
	list-style-position: outside;
}

/* User defined classes */
/* Tim Luce */
.style1 {
	font-weight: bold;
	font-size: 14pt;
}
.QuickStartContentTable {
	background-image: url(/Developer/QST_BGD_TILING_SHADOW.png);
	background-repeat: repeat-y;
	background-position: top center;
	padding: 0px;
	text-align: left;
}
.QuickStartContentTableHeader {
	background-image: url(/Developer/QST_HDR_Black_Blank.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 3px 0px 0px 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
	height: 23px;
}
.QuickStartActuaContentTable, .QuickStartActualContentTable {
	padding: 7px 3px 7px 5px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
}
.QuickStartContentTableFooter {
	background-image: url(/Developer/QST_FTR_Black_223X26.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 10px 5px 0px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #FFFFFF;
	letter-spacing: 1px;
	word-spacing: 5px;
	white-space: nowrap;
	height: 26px;
}
.Error {
	border:1px solid #000;
	font-weight:bold;
	color:#F00;
}