@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #10182D;
}
.title1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #053C7E;
	line-height: 30px;
}
.title2 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #28650C;
	line-height: 30px;
}
.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

.features a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	line-height: 24px;
	text-decoration: none;
}
.features a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999933;
	line-height: 24px;
	text-decoration: none;
}
.features a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	line-height: 24px;
	text-decoration: none;
}
.featureshighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0D1D37;
	line-height: 24px;
}

.box-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #172937;
	line-height: 24px;
}
.content-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	background-position: left;
	padding-top: 7px;
}
.content-box-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #025A06;
	line-height: 18px;
	background-position: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5C9E18;
	text-decoration: none;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.bottom-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #588558;
	line-height: 15px;
	background-position: left;
}
.bottom-menu a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669966;
	line-height: 15px;
	background-position: left;
	text-decoration: none;
}
.bottom-menu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
	background-position: left;
	text-decoration: none;
}
.bottom-menu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669966;
	line-height: 15px;
	background-position: left;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 22px;
	background-position: left;
	letter-spacing: 1px;
}
.content a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #008C00;
	line-height: 22px;
	background-position: left;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009900;
}
.content a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006699;
	line-height: 22px;
	background-position: left;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009900;
}
.content a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #008C00;
	line-height: 22px;
	background-position: left;
	letter-spacing: 1px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009900;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	background-position: left;
	padding-top: 7px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.heading1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #003597;
	text-decoration: none;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 22px;
	background-position: left;
	letter-spacing: 1px;
}

.ErrorStyle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR:#EC1F04;
    FONT-FAMILY: Verdana;
}

.InfoMsg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: green;
    FONT-FAMILY: Verdana;
}

.modalBackground {
	FILTER: alpha(opacity=40); BACKGROUND-COLOR: gray; opacity: 0.4
}
.modalPopup {
	BORDER-RIGHT: gray 2px solid; 
	PADDING-RIGHT: 2px; 
	BORDER-TOP: gray 2px solid; 
	PADDING-LEFT: 2px; 
	PADDING-BOTTOM: 2px; 
	BORDER-LEFT: gray 2px solid; 
	WIDTH: 250px; 
	PADDING-TOP: 3px; 
	BORDER-BOTTOM: gray 3px solid; 
	BACKGROUND-COLOR: #132844;
	COLOR: white;
}
.modalText
{
    FONT-SIZE: 12px;
    COLOR:White;
    FONT-FAMILY: Verdana;
}
.Invisible
{
	display:none;  
	border-style: none;
	border-width: 0px;	
}