/* All the Tags ---------------------------------------------------------------------------------------------------------------------*/
html, body{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family:  Verdana, Arial, Microsoft Sans Serif, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.bodyBG{background:url('../../Images/BackDrop2.gif') top left repeat-x;}
ul{ list-style-image:url('../../Images/RedSquare.gif'); padding: 0px; margin-left: 16px;}
ul ul{ list-style-type:circle; padding-left: 20px; }
ul ul ul{ list-style-type:circle; padding-left: 20px; }
label{ float: left; width: 100px; padding: 2px; color: #d3222a;  font-size: 12px;}
/* All the ID's---------------------------------------------------------------------------------------------------------------------*/
#WSPage
{
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	display: block;
	overflow: show;
	position: relative;
	margin: auto;
	height: 100%;
	z-index: 0;
}
#STHead
{
	position: relative;
	clear: both;
	height: 282px;
}
#STFlashBanner
{
	clear: both;
	width: 780px;
	padding: 0px 10px 0px 10px;
	height: 124px;
	background: url('../../Images/WhitePanel.gif') bottom left repeat-x;
}
#STBody
{
	position:relative;
	clear: both;
	width: 800px;
	padding: 0px 0px 0px 0px;
	background: url('../../Images/BodyImage.jpg') #FFFFFF bottom left no-repeat;
	display:block;
	overflow:show;
	z-index: -1;
}
#STFooterColBar{
	position:relative;
	clear: both;
	margin: auto;
	width: 780px;
	height: 5px;
	background: #b6da1f;
	background-color: #FFFFFF;
}
	
/* All the Classes ------------------------------------------------------------------------------------------------------------------*/
.WSClear { clear: both; }
.WSCursor { cursor: hand; cursor: pointer; }
.WSButton { font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
color: #ffffff;
margin: 0px 0px 0px 0px;
padding: 1px 3px 1px 3px;
background-color: #6c54a3;
letter-spacing: 0px;
font-variant: normal;
text-transform: uppercase;
border: solid 1px #6c54a3;
}
.WSButton:hover{ color: #6c54a3; background-color: #fcb524; border: solid 1px #fcb524; }
/* All the BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS BACKGROUNDS */
.BGBody{ background-color: #FFFFFF; }
/* All the FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS FONTS */
.FInput{ font-family: Verdana, Microsoft Sans Serif, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.2em; padding: 2px 2px 2px 2px; background: transparent; border: none; border: solid 1px #cccccc; }
a:link, a:visited{ color: #77787b; text-decoration: none; font-weight: normal; }
a:hover{ color: ; text-decoration: none; }
.FGrey{ color: #4d4d4f; }
.FGrey a, .FGrey a:link, .FGrey a:visited{ color: #4d4d4f; text-decoration: none; font-weight: normal; }
.FGrey a:hover{ color: #96b31b; text-decoration: none; }
.FWhite{ color: #ffffff; }
.FWhite a:active, .FWhite a:link, .FWhite a:visited{ color: #ffffff; text-decoration: none; font-weight: normal; }
.FWhite a:hover{ color: #ffffff; text-decoration: none; }
.FGreen{ color: #75ae14; }
.FGreen a:active, .FWhite a:link, .FWhite a:visited{ color: #75ae14; text-decoration: none; font-weight: normal; }
.FGreen a:hover{ color: #75ae14; text-decoration: none; }
.FRed{ color: #d3222a; }
.FRed a, .FGreen a:link, .FGreen a:visited{ color: #d3222a; text-decoration: none; font-weight: normal; }
.FRed a:hover{ color: #d3222a; text-decoration: underline; }
.FNav{
font-family:  Arial, Verdana, Microsoft Sans Serif, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.FNav a:active, .FNav a:link, .FNav a:visited{ color: #666666; text-decoration: none; font-weight: normal; }
.FNav a:hover{ color: #d3222a; text-decoration: none; }
.FFooter{
font-family: Verdana, Arial, Microsoft Sans Serif, Helvetica, sans-serif;
font-size: 8px;
color: #d3222a;
}
.FFooter a:active, .FFooter a:link, .FFooter a:visited{ color: #666666; text-decoration: none; font-weight: normal; }
.FFooter a:hover{ color: #d3222a; text-decoration: none; }
.F10{ font-size: 10px; line-height: 1.2em; }
.F11{ font-size: 11px; line-height: 1.2em; }
.F12{ font-size: 12px; line-height: 1.2em; }
.F13{ font-size: 13px; line-height: 1.2em; }
.F14{ font-size: 14px; line-height: 1.2em; }
.F16{ font-size: 16px; line-height: 1.2em; }
.F18{ font-size: 18px; line-height: 1.2em; }
.F20{ font-size: 20px; line-height: 1.2em; }
.F26{ font-size: 26px; line-height: 1.2em; }
.FArial{ font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, sans-serif;}
