body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d6c8dc;
}
.table_wrapper {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #460656;
	border-left-color: #460656;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #460656;
}

#nav {
	height: 20px;
	padding: 3px 0 3px 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#nav ul {
	list-style:none;
	margin:0;
		
}
#nav ul li {
	float: right;
	margin-right: 20px;
}
#nav ul li a:link,
#nav ul li a:visited,
#nav ul li a:active  {
	color: #8b8a8a;
	font-weight:normal;
	text-decoration:none;
	padding-left: 10px;

}
#nav ul li a:hover {
	color: #7f2a97;
	font-weight:normal;
	text-decoration:none;
	padding-left: 10px;
	background-image: url(images/navbutton_rollover.gif);
	background-repeat: no-repeat;
	background-position: -11px -2px;

}

.text {
	font-size: 12px;
	font-style: normal;
	line-height: normal;

}
.textitle {
	font-size: 12px;
	font-weight: bold;
	color: #7f2a97;

}
.linktag {
	font-size: 10px;
	font-weight: bold;
	color: #7F2A97;
	text-decoration: underline;
}
.linkbig {
	font-size: 12px;
	font-weight: bold;
}
.titlebig {
	font-size: 14px;
	font-weight: bold;
	color: #7F2A97;
	text-transform: uppercase;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #7F2A97;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	color: #7F2A97;
	font-size: 20px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 5px;
	margin-right: 5px;
}
.homeh1 {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
}
a:link{ font-weight: bold; color: #7F2A97; text-decoration: underline}
a:visited{ font-weight: bold; color: #7F2A97; text-decoration: underline}
.textitleright {

	font-size: 14px;
	font-weight: bold;
	color: #7f2a97;
}

