@charset "utf-8";
/* CSS Document */

html {
    height: 100%;
}
body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #FFF;
	margin: 0px;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/top_bg_strip.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
table {
	border-collapse: collapse;
}
a:link {
	color: #555555;
}
a:visited {
	color: #555555;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table td {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	vertical-align: top;
	text-align: left;
}
table th {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}


div.divPageWidth {
	width: 1000px;
	margin: 0px auto;
}


h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0px;
}

a.aMainNav:link {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
a.aMainNav:visited {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
a.aMainNav:hover {
	font-size: 17px;
	color: #FFF;
	text-decoration: underline;
}
