@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #232323;
	
	background-image:url(../images/background.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #002c66;
}

p {
	margin: 0px;
}

.pageText {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #232323;
}

.tableDots tr td {
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#CCCCCC;
}

.menu a:link, .menu a:visited, .menu a:active {
	text-decoration: none;
	color: #232323;
}

.menu a:hover {
	text-decoration: underline;
	color: #002c66;
}

.header {
	color: #002c66;
	font-size: 18px;
	font-weight: bold;
}

.footer, .footer a:link, .footer a:active, .footer a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}	

.footer a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #232323;
}

a:hover {
	text-decoration: underline;
	color: #002c66;
}

.image {
	padding: 5px;
	border: 1px;
	border-style: solid;
	background-color:#FEFEFE;
	border-color: #CCCCCC;
}

.section ul {
	list-style: inside;
	list-style:outside
	padding:8px;
	margin:4px;
}



.bullets {
	list-style: inside;
	padding:12px;
	margin:8px;
}
* { behavior: url(iepngfix.htc) }