@import url("/Common/Style-Sheets/Features-Main.css");
@import url("/Common/Style-Sheets/Grid.css");

/* ------------------- */
/* General HTML Styles */
/* ------------------- */
body 
{
	background-image: url("/Common/Images/Misc/Background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}

img, fieldset 
{
	border: 0;
}

.ErrorMessage
{
	color: Red;
	font-weight: bold;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.padding {
	padding: 10px;
}
.black_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

html, body{height:100%}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #000000;*/
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.padding {
	padding: 10px;
}
a:link {
	color: #336FB7;
	text-decoration: none;
}
a:visited {
	color: #336FB7;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}

h1 
{
	font-size: 24px;
	color: #336FB7;
	font-weight: bold;
}

a:link {
	color: #336FB7;
	text-decoration: none;
}
a:visited {
	color: #336FB7;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.style1 {color: #336FB7}
.style3 {
	font-size: 24px;
	color: #336FB7;
	font-weight: bold;
}
.style5 {font-size: 18px}
.style6 {
	font-size: 16px;
	font-weight: bold;
}
.style8 {font-size: 19px; font-weight: bold; }
.style9 {font-size: 16px; font-weight: bold; color: #0066CC; }
.style10 {font-size: 16px; font-weight: bold; color: #0066FF; }
.style11 {font-size: 24px; color: #336FB7; font-weight: bold; font-style: italic; }
.style12 {
  font-size: 15px;
  font-weight: bold;
  color: #0066CC;
}
.style12 {font-size: 12px; }
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3370B9;
}
.style14 {color: #3370B9}


a.HeaderMenuItem, a.HeaderMenuItem:visited, 
a.HeaderMenuItem:link, a.HeaderMenuItem:active
{
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	float: left;
}
 
a.HeaderMenuItem:hover
{
	color: #ffff00;
}

a.HeaderMenuItemSelected, a.HeaderMenuItemSelected:visited, 
a.HeaderMenuItemSelected:link, a.HeaderMenuItemSelected:active,
a.HeaderMenuItemSelected:hover
{
	padding: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffff00;
	text-decoration: none;
	float: left;
}

.Button
{
	font-size: 11px;
}

.ButtonSmall
{
	font-size: 10px;
}

.FieldPrompt
{
	font-size: 12px;
	font-weight: bold;
}

.FieldValue
{
	font-size: 12px;
}

.FieldValue150
{
	font-size: 12px;
	width: 150px;
}

.FieldValueSmall
{
	font-size: 10px;
}