body {
	background-color: #ffffff;
}

A:link {
	color: #4A0018;
	text-decoration: underline;
}
A:visited {
	color: #4A0018;
}
A:active {
	color: #4A0018;
}
A:hover {
	color: #626262;
	text-decoration: underline;
}

p {
	font-family: "arial";
	font-size: 12px;
	font-weight: none;
	text-decoration: none;	
}

td {
	font-family: "arial";
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #000000;	
}

ul {
	font-family: "arial";
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #000000;	
}

.content {
	font-family: "arial";
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #000000;	
}


.header {
	font-family: "arial";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #60326F;
}

.subheader {
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #60326F;
}

.title {
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #60326F;
}
.table
{
	border-bottom: solid #EFD6BD 1px;
	border-left: solid #EFD6BD 1px;
	border-right: solid #EFD6BD 1px;
	border-top: solid #EFD6BD 1px;
	background-color: #fff6ed;
}

.tableborder {
	border: 1px solid #EFD6BD;
}

.tableheaderbg {
	background-color: #4A0018;
}

.tableheader {
	font-family: "arial";
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
	color: white;
	background-color: #60326F
}

.question {
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
	color: white;
	background-color: #8F639E
}

.tablesubheader {
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.tablerowbg1 {
	background-color: #E8DCEC;
}

.tablerowbg2 {
	background-color: #f7eff7;
}

.border
{
	border-bottom: solid #4A0018 1px;
	border-left: solid #4A0018 1px;
	border-right: solid #4A0018 1px;
	border-top: solid #4A0018 1px;
}

.table
{
	background-color: #60326F;
}

.alert {
	font-family: "arial";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #840D31;	
}


