﻿BODY
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	WORD-SPACING: normal;
	margin: 0px;
    }

a:link {
	color:#FF0000;
}

a:visited {
	color:#da3637;
}

a:active {
	color:#FF9999;
}

a:hover {
	color:#FF0000;
}
h1 {
	font-size:small;
}
h2 {
	font-size:smaller;
}

.StyledButton
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 10px;
    border-left: black 1px solid;
    color: white;
    border-bottom: black 1px solid;
    font-family: Verdana;
    background-color: maroon;
    text-align: center;
    text-decoration: none;
}


.StyledLinks:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	padding: 2px;
}
.StyledLinks:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	padding: 2px;
}
.StyledLinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #da3637;
	text-decoration: underline;
	padding: 2px;
}
.SkinLinks
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #da3637;
    text-decoration: none;
    padding: 2px;
    font-weight: bold;
}
.SkinLinks:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FF0000;
    text-decoration: underline;
    padding: 2px;
    font-weight: bold;
}

.content
{
    background-color: white;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.TextBox {
	font-size: 10px;
	border: 1px solid #CCCCCC;
}
.Button {
	font-size: 10px;
}
td {
	vertical-align:top;
	text-align:left;
}
.PageHeaders
{
    font-size: 24px;
	font-variant:small-caps;
    color: #384c91;
    font-weight: bold;
}
.TableHeaders {
	font-size: 12px;
	color: #5B8DC4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4BFDE;
	padding: 5px;
}
.StyledText {
	font-style: italic;
	font-weight: bold;
	color: #da3637;
}
.GreyText {
	color: #999999;
}
.RowColor {
	background-color: #A4BFDE;
}
.ColumnHeaders {
	color: #da3637;
	background-color: #EFEFEF;
}
.RowColorLight {
	background-color: #EFEFEF;
}
.ItemTemplateCells {
	font-size: 10px;
	padding: 5px;
	border: 1px solid #A4BFDE;
}
.TableHeaderCells {
	font-size: 10px;
	color: #5B8DC4;
}
.maindiv {
	position:relative;
	top:20;
	vertical-align:top;
}
.RHMenu {
	text-align:left;
	font-weight:bold;
	padding-left:20px;
}
.RHMenu a:link {
	margin-bottom:8px;
}
.RHMenu a:visited {
	margin-bottom:8px;
}
.RHMenu a:hover {
	margin-bottom:8px;
}
.login {
	padding:6px;
	color:#ffffff;
	background-color:#384c91;
	border-top:solid 2px #6699FF;
	border-left:solid 2px #000000;
	border-bottom:solid 3px #000000;
	border-right:solid 2px #000000;
}
.featured {
	padding:6px;
	color:#000000;
	background-color:#efefef;
	border-top:solid 2px #ffffff;
	border-left:solid 2px #000000;
	border-bottom:solid 2px #666666;
	border-right:solid 2px #000000;
	text-align:center;
}
.svst1 {
	text-align:center;
	height:150px;
	width:150px;
	background-color:#ffffff;
	border-top:solid 2px #ffffff;
	border-left:solid 2px #cccccc;
	border-bottom:solid 3px #999999;
	border-right:solid 2px #bbbbbb;
	padding:5px;
}
.spacer 
{
margin-bottom:120px;
}