body {
	margin: 0px;
	background-image: url(../images/bg_filler.png);
	background-repeat: repeat-x;
	background-color: #D4E0EC;
}

a:link {
	color: #322675;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #322675;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #322675;
}

.Tahoma9pxBold {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
}
a.Tahoma9pxBold:link {
	color: #ffffff;
	text-decoration: underline;
}
a.Tahoma9pxBold:visited {
	text-decoration: underline;
	color: #ffffff;
}
a.Tahoma9pxBold:hover {
	text-decoration: none;
	color: #FBF849;
}
a.Tahoma9pxBold:active {
	text-decoration: underline;
	color: #ffffff;
}

.Tahoma12px {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
}
a.Tahoma12px:link {
	color: #322675;
	text-decoration: underline;
	line-height: 16px;
}
a.Tahoma12px:visited {
	text-decoration: underline;
	color: #322675;
	line-height: 16px;
}
a.Tahoma12px:hover {
	text-decoration: none;
	color: #ffffff;
	line-height: 16px;
}
a.Tahoma12px:active {
	text-decoration: underline;
	color: #322675;
	line-height: 16px;
}

.Tahoma13px {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}

.Times30pxBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}

.Times14px {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

#nav a{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	/*padding: 10px;*/
}

#nav a:hover {
	color:#FF0;
}

#nav li {
	display:inline;
	text-decoration:none;
	list-style:none;
	padding:0 .9em;
}
/*#nav ul {
	height:8px;
}*/
