body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	color:#333;
	line-height: 22px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #CED5DB;
}
a:link {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color:#900;
	text-decoration: underline;
}

a.nav:link {
	font-size: 14px;
	color:#333;
	padding-right: 25px;
	padding-left: 25px;
	line-height:40px;
	display: block;
	text-decoration: none;
	font-weight:bold;
}
a.nav:visited {
	font-size: 14px;
	color:#333;
	padding-right: 25px;
	padding-left: 25px;
	line-height:40px;
	display: block;
	text-decoration: none;
	font-weight:bold;
}
a.nav:hover {
	font-size: 14px;
	color:#fff;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(images/nav_hover.gif);
	background-repeat: no-repeat;
	line-height:40px;
	display: block;
	text-decoration: none;
}
.content_bg {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
}



.titletab {
	background-image:url(images/titletab.jpg);
	background-repeat:no-repeat;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	width:150px;
	height:30px;
	text-align:center;
	line-height:30px;
}