﻿/* CSS Document */


body {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#footer {
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #717171;
}

.headerHome {
	font-size: 22px;
	color: #016a78;
	font-weight: bold;
	}
	
.textFooter {
	font-size: 11px;
	color: #6faeb6;
	}
	
.subPageHeader {
	font-size: 36px;
	color: #016a78;
	font-weight: bolder;
	letter-spacing: -1px;
	}
		
.subPageText {
	font-size: 15px;
	color: #717171;
	}
	
a:link {
	color: #016a78;
	text-decoration: none;
}
a:visited {
	color: #016a78;
	text-decoration: none;
}
a:hover {
	color: #008da0;
	text-decoration: underline;
}
a:active {
	color: #008da0;
	text-decoration: none;
}