a:link, a:active, a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #000033;
	padding-left: 5px;
	font-size: 18px;
	text-decoration: none;
	padding-right: 5px;
}
a.navLink:hover {
	color: #660000;
	padding-left: 5px;
	font-size: 18px;
	text-decoration: none;
	padding-right: 5px;
}
a.subnavLink:link, a.subnavLink:active, a.subnavLink:visited {
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 14px;
	text-decoration: none;
}
a.subnavLink:hover {
	color: #FFFFCC;
	padding-left: 15px;
	font-size: 14px;
	text-decoration: none;
}
.bodytitle {
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.pagetitle {
	font-size: 20px;
	color: #000033;
}
body {
	margin: 0px;
	background-image: url(../images/layoutv2.0/rightedgebk.jpg);
}
.content {
	background-attachment: fixed;
	background-image: url(../images/layoutv2.0/bodybk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 13px;
	padding-left: 10px;
}
.red {
	color: #FF0000;
}
