/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #000000;
	background-color: #6A64A2;
	font-size: 11px;
	}
	
td,th {
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #000000;
	
	font-size: 12px;
	}

p {
	color: #000000;
	}
#left ul {
	list-style-type: circle;
	}
#menu {
	color: #ffffff;
	font-size: 13px;
	font-weight:bold
	}
#menu a:link {
	color:#CCCCFF;
	text-decoration: none;
		}
		
#menu a:visited 
{
	color:#CCCCFF;
	text-decoration: none;
		}

#menu a:active 
		{
	color:#CCCCFF;
	text-decoration: none;
		}
		
#menu a:hover {
	text-decoration: underline;
	color:#FFFFFF
	
	}
ul li {
	color: #000000;
	font-size: 11px;
	}
#left strong { color: #663399; }
a:link {
	color: #330066;
	text-decoration: underline;
	font-weight:bold
	}
a:visited {
	color: #330066;
	text-decoration: underline;
	font-weight:bold
	}	
a:hover {
	text-decoration: none;
	}
h1, h2, h3, h4, h5 {
	color: #330066;
	}
h1 {
	color: #330066;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin-top: 10px;
	}

TABLE.height {
	HEIGHT: 100%
}

.text1Bold {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold}

.descriptionText {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}

.style1 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #660066; font-weight:bold}

.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; }

.style5 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #663399;
}
.style8 {	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.style10 {font-size: 14px}
.style12 {color: #330066}
.style13 {
	color: #6A64A2;
	font-size: 9px;
}

.style14 {	color: #330066;
	font-weight: bold;
}
.style15 {	color: #330066;
	font-weight: bold;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border-bottom: 1px solid;
border-color: #3D315B;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid;
border-color: #3D315B;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DFE0FF;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
