body, html {
	background-image: url(/images/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #458bde;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div { z-index: 1; }
p, li, td,
.normal,font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.small_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.small_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
img { border: none; }
td { vertical-align:top; }

h1,
.heading_1 {
	color: #1c4c84;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 5px;
}
h2,.heading_2 {
	color: #1c4c84;
	font-size: 16px;
	font-weight:bold;
	letter-spacing: 1px;
}
h3,
.heading_3 {
	color: #1c4c84;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 1px;
}
.small_font {
	color: #000000;
	font-size: 10px;
}
.red { color:#ff0000; }

.button {
	 background-image: url(/images/bg_nav.gif); 
	 text-align: center;
	 padding: 3px 5px 3px 5px;
	 color: white;
	 width: 150px;
}
	.button a {
		color: white; 
		text-decoration: none;
	}
	.button a:hover {
		text-decoration: underline;
	}



/* MAIN LAYOUT */

#wrapper {
	margin: 0 auto; 
	width: 821px;
}


.nav {
	width: 74px;
	height: 24px;
	border: none;
	margin-left: 1px;
	margin-right: 1px;
}


#footer {
	text-align: center;
	font-family: Calibri, Arial, sans-serif;
	font-size: 10px;
	background-color: #384d67;
	color: white;
	padding: 5px 0px 5px 0px;
}
#footer a {
	color: #ffe68e;
}