body {
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
}
td, div {
	font: 12px Arial, Helvetica, sans-serif;
}
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
}
td.purpleHeader, div.purpleHeader {
	background-color: #644B66;
	font: bold italic 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.featured {
	font-size: 12px;
}

td.BGLeft {
	background: #C0C0C0 url(/images/bgleft.gif) repeat-y fixed right;
}

td.BGRight {
	background: #C0C0C0 url(/images/bgright.gif) repeat-y fixed left;
}

input.login {
	height: 19px;
	width: 140px;
	font-size: 12px;
}

.sideText {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
}

td.GrayLeft {
	border-style: solid;
	border-color: #b3b3b3;
	border-width: 1px 0px 1px 1px;
	background-color:#E6E6E6;
}

td.GrayRight {
	border-style: solid;
	border-color: #b3b3b3;
	border-width: 1px 1px 1px 0px;
	background-color:#E6E6E6;
}

td.Gray {
	border-style: solid;
	border-color: #b3b3b3;
	border-width: 1px 1px 1px 1px;
	background-color:#E6E6E6;
}

td.LightGray {
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px;
	padding: 3px;
	background-color:#eeeeee;
}

h1 {
	color: #644B66;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	margin-bottom: -15px;
}



/*  Tab Link Class  */
a.tabLinks {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000000;
	text-decoration:none;
}
a.tabLinks:Visited {
	text-decoration: none;
	color: #000000;
}
a.tabLinks:Active {
	text-decoration: none;
	color: #000000;
}
a.tabLinks:hover {
	text-decoration: underline;
	color: #000000;
}
a.tabOn, a.tabOn:visited, a.tabOn:active {
	color: #000000;
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	background-color: #DDBBDD;
	border:solid 1px #780078;
	padding: 3px;
	text-align: center;
}
a.tabOn:hover {
	color: #000000;
	border: solid 1px #AA44AA;
	background-color: #EECCEE;
}
a.tabOff, a.tabOff:visited, a.tabOff:active {
	color: #000000;
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-decoration:none;
	border:solid 1px #CCCCCC;
	background-color:#F7F7F7;
	padding: 3px;
	text-align: center;
}
a.tabOff:hover {
	border: solid 1px #AA44AA;
	background-color: #EECCEE;
}
a.tabDisabled, a.tabDisabled:visited, a.tabDisabled:active {
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #000000;
	text-decoration:none;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	padding: 3px;
	text-align: center;
}
div.tabDisabled {
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #555555;
	text-decoration:none;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	padding: 3px;
	text-align: center;
}



H2 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial, Helvetica, Sans-Serif;
    MARGIN-BOTTOM: 0px;
}
.optional {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
td.bottomline {
	font-weight: bold;
	border-bottom: 1px solid black;
}