@charset "UTF-8";
/* CSS Document */

body {
	
	margin-top:0px;
	background-image: url(../images_2/back.gif);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Arial;
	font-size:12px;
	color:#000;
	line-height:14px;
}

h1 {
	font-size:20px;
	line-height:20px;
}

h2 {
	font-size:14px;
	line-height:14px;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.pageWrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	overflow:visible;
	height:auto;
}

.topNav {
	width:900px;
	text-align:right;
	padding-bottom:10px;
}
.logoHolder {
	width:900px;
	height:135px;
	margin-bottom:15px;
}
.centerContent {
	width:900px;
}
