body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}


.main 
{
	background-color: #FFFFFF;
	font-size : small;
	color : #663399;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.strngUnderLN {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color : #663399;
}

.timeline
{
	background-color: #CCCCFF;
	font-size : small;
	color : #663399;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	border-color : #663399 #663399 #663399 #663399;
	border : thin solid #663399;
}

.timeline a:link {
	color : #663399;
	text-decoration: none;
}
.timeline a:visited {
	color : #663399;
	text-decoration: none;
}
.timeline a:hover {
	color : #cc0000;
	text-decoration: none;
}
.timeline a:active {
	color : #663399;
}

.ProdLnk
{
	background-color: #FFFFFF;
	font-size : small;
	color : #663399;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	
}

.ProdLnk a:link {
	color : #663399;
	font-weight : bold;
	text-decoration: underline;
}
.ProdLnk a:visited {
	color : #663399;
	font-weight : bold;
	text-decoration: underline;
}
.ProdLnk a:hover {
	color : #CC0000;
	font-weight : bold;
	text-decoration: underline;
}
.ProdLnk a:active {
	color : #663399;
	font-weight : bold;
	text-decoration: underline;
}

.HorzBar {
	background-color: #CC0000;
}



.nav 
{
	background-color: #663399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #CCCCFF;
}

.nav a:link {
	color: #CCCCFF;
	text-decoration: none;
}
.nav a:visited {
	color: #CCCCFF;
	text-decoration: none;
}
.nav a:hover {
	color: #CC0000;
	text-decoration: none;
}
.nav a:active {
	color:#CCCCFF;
}

.nav-selected
{
	background-color: #663399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF9933;
}

.nav-selected a
	color: #FF9933;
	text-decoration: none;
}	
.nav-selected a:link {
	color: #FF9933;
	text-decoration: none;
}
.nav-selected a:visited {
	color: #FF9933;
	text-decoration: none;
}
.nav-selected a:hover {
	color: #FF9933;
	text-decoration: none;
}
.nav-selected a:active {
	color: #FF9933;
}

.headline1
 {
	color: #663399;
	font-family: "Century Gothic", Verdana;
	font-size: large;
	font-weight: bold;
}

.headline2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #663399;
}

.headline2  a:link {
	color : #8000FF;
	text-decoration: none;
}
.headline2  a:visited {
	color : #8000FF;
	text-decoration: none;
}
.headline2  a:hover {
	color : #cc0000;
	text-decoration: none;
}
.headline2  a:active {
	color : #8000FF;
}




.Form-Txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #663399;
}

.ReqField
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
}



input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border-color: #663399 #663399 #663399 #663399;
	background-color : #E1E1FF;
	color: #660066;
}
select, checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #660099;
	border-color: #663399 #663399 #663399 #663399;
	background-color : #E1E1FF;
	outline-color : #FF1493;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-color: #663399 #663399 #663399 #663399;
	color: #660066;
	background-color : #E1E1FF;
}
