/* Existing Tags */
a:link, a:active, a:visited {
	color: #493B5C;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #000066;
	padding-left: 5px;
	text-decoration: none;
	padding-right: 5px;
	font-weight: bold;
}
a.navLink:hover {
	color: #333333;
	padding-left: 5px;
	text-decoration: none;
	padding-right: 5px;
}
a.subnavLink:link, a.subnavLink:active, a.subnavLink:visited {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	padding-right: 15px;
}
a.subnavLink:hover {
	color: #000066;
	font-size: 14px;
	text-decoration: none;
	padding-right: 15px;
}
body {
	margin: 0px;
	background-image: url(../layout/bk.jpg);
}

/* Custom Tag */

.b1_bk {
	background-image: url(../layout/b1.jpg);
	background-repeat: repeat-y;
}

.c1_bk {
	background-image: url(../layout/c1.jpg);
	background-repeat: no-repeat;
}

.caption_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #008878;
}

.content_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
