table, body {
	font-family: Arial, Verdana, Sans-serif;
	color: #000000;
	font-size: 11px;
}
.top {
	background-image: url(graphics/topbar.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.nav {
	background-image: url(graphics/navbar.gif);
	background-repeat: repeat-x;
}
.navbtn {
	padding-left: 16px;
	padding-right: 16px;
}
.navdivide {
	padding-left: 7px;
	padding-right: 7px;
}

a:link, a:visited, a:active {
	color: #A11135;
	text-decoration: underline;
}

a:hover {
	color: #CA7F93;
	text-decoration: underline;
}

a.bnav:link, a.bnav:visited, a.bnav:active {
	color: #FFFFFF;
	text-decoration: none;	
}

a.bnav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.title:link, a.title:visited, a.title:active {
	color: #A11135;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.title:hover {
	color: #CA7F93;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.bnavdivide {
	color: #FFFFFF;
	padding-left:5px;
	padding-right: 5px;
}

.textbox {
	background-color: #EBEBEB;
	padding: 10px;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;

}

#corner {
	background-image: url(graphics/btmcorner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.texttitle {
	font-size: 14px;
	font-weight: bold;
}

.titlebg {
	background-image: url(graphics/titlebg.jpg);
}

.titlemargin {
	margin-left:20px;
	margin-top: 5px;
}

li {
	list-style: url(graphics/bullet.gif);
	margin-left: 8px;
	}

li.trans {
	list-style: url(graphics/bullettrans.gif);
	margin-left: -8px;
	}

li.sub {
	list-style: url(graphics/bullet2.gif);
	margin-left: -8px;
	}