/*------------------------------------------------------------------
Type Styles
------------------------------------------------------------------*/

h1 {
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 28px;
	font-style: italic;
    color: #003069;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.maintext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #474747;
}

.maintext A:link {COLOR: #438dcc; font-weight: bold; text-decoration: underline;}
.maintext A:visited {COLOR: #438dcc; font-weight: bold; text-decoration: none;}
.maintext A:hover {COLOR: #663300;text-decoration: underline;}

.alerttext {
    FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
    COLOR: #990000;
    LINE-HEIGHT: 14px;
}

/*------------------------------------------------------------------
Attribute Styles
------------------------------------------------------------------*/

[icon ^="bullet"] {
   	padding-left: 18px;
   	background: transparent url(../images/nav_bullet.html) no-repeat center left;
	}
	
a.bullet {
   	padding-left: 9px;
   	background: transparent url(../images/nav_bullet.html) no-repeat center left;
	}
	
.stroke {
    border: 1px solid;
    border-color: #6594c3;
	}

.stroke:hover {
    border: 1px solid;
    border-color: #ffffff;
	}

.stroke:hover {
    color: red; /* Irrelevant definition to overcome IE bug */
	}
	
.stroke_red {
	border: 1px solid;
	border-color: #6b1b1d;
	}

.opacity img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: 1px solid #231c8b;
	}

.opacity:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
	border: 1px solid #231c8b;
	}
	
hr {
	margin-top:4px;
	height:1px; 
	border:none; 
	border-top:1px solid #999999;
    }

/*------------------------------------------------------------------
Footer Styles
------------------------------------------------------------------*/


.footertext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	}

.footertext a:link {color: #ffffff; text-decoration: none;}
.footertext a:visited {color: #ffffff; text-decoration: none;}
.footertext a:active {color: #ffffff; text-decoration: none;}
.footertext a:hover {color: #ffffff; text-decoration: underline;}

/*------------------------------------------------------------------
Form Styles
------------------------------------------------------------------*/

.formfield {
	background-color: transparent !important;
    border: 1px #666666 solid;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px
    }
    
 .formselect {
    border: 1px #666666 solid;
    background-color: #ffffff !important;
    color: #333333;
    font-family:: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 13px;
    line-height: 13px
    }
	
.formbutton {
    background-color: #666666;
    border: 1px #666666 solid;
    color: #ffffff;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
	}
	
.formbutton:hover {background-color: #333333; color: #ffffff;}

}

/*------------------------------------------------------------------
List Styles
------------------------------------------------------------------*/

li.list1 
{
	list-style: square;
	color: #801225;
}

ul.list1 
{
	margin-top: 6px;
	margin-right: 0; 
	margin-bottom: 19px; 
	margin-left: 30px;
}