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

/*Subheaders*/
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em; 
	font-weight: bold;
	color: #655F8B;
	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: 10px;
	font-weight: normal;
	color: #1A5F79;
	text-decoration: none;
	background:none;
	line-height: 17px;
}

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


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

.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	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: #E9E7F2;
}
	
/*Content default*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 17px;
	color: #1F1E35;
	text-align: left;
}

.sidelinks {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.sidelinks:hover {
	text-decoration: underline;
}

.sidelinks-small {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	font-weight:bold;
}
.sidelinks-small:hover {	
	text-decoration: underline;
}

/*Pictures*/
.picborder {
	border: 2px solid; 
	border-color:#9290C1;
}

.picRight {
	border: 2px solid; 
	border-color:#9290C1; 
	float:right; 
	margin-left:20px;
}

.picLeft {
	border: 2px solid; 
	border-color:#9290C1; 
	float:left; 
	margin-right:20px;
}


/*Contact Form*/
.inputSelect {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER: 1px solid;
	color: #176371;
	width:200px;
	background-color: #F5FAFD;
	border-color: #9290C1;
}

.inputButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	CURSOR: pointer;
	COLOR: #FFFFFF;
	FONT-SIZE: 10px;
	width:90px;
	background-color: #437282;
}
.repeat-x {
	background-repeat: repeat-x;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 17px;
	font-weight: bold;
	color: #655F8B;
	text-decoration: none;
}
