/*Headers*/
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A50C0F;
	line-height: 17px;
}

/*Subheaders*/
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
	line-height: 17px;
}

/*Footer*/
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;  
	font-weight: normal;
	color: #333333;
	line-height: 17px;
}

/*Footer Links*/
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #06234D;
	text-decoration: none;
	background:none;
	line-height: 17px;
}

.footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #9D0504;
	text-decoration: none;
	background:none;
	line-height: 17px;
}


/*Content Links*/
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A50C0F;
	line-height: 17px;
	text-decoration: none;
	background: none;
}

.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 17px;
	text-decoration: none;
	background: none;
}

/*Page Properties*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: #4D6891;
}
	
/*Content default*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	font-weight: normal;
	line-height: 17px; 
	color: #333333;
}

/*Pictures*/
.picborder {
	border: 1px solid; 
	border-color:#93AED3;
}

.picRight {
	border: 1px solid; 
	border-color:#93AED3; 
	float:right; 
	margin-left:10px;
    margin-top:5px;
}

.picLeft {
	border: 1px solid; 
	border-color:#93AED3; 
	float:left; 
	margin-right:10px;
    margin-top:5px;
}


/*Contact Form*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #93AED3 1px solid;
	color: #176371;
	width:200px;
	background-color: #FFFFFF;
}

.inputButton {
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #25324A;
	FONT-SIZE: 10px;
	BORDER: #93AED3 1px solid;
	width:90px;
	background-color: #DCE4EF;
}
.norepeat {
	background-repeat: repeat-x;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A50C0F;
	text-decoration: none;
}
.inputSelectSmall {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: #93AED3 1px solid;
	color: #176371;
	width:100px;
	background-color: #FFFFFF;
}
