@charset "utf-8";
/* CSS Document */

.mainBody {
background-color:f4f4f4;
margin: 0;
padding: 0;
background-image:url(images/bg.gif);
background-repeat:repeat-y;
background-position:center;
}
.topTitle {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#000000;
font-weight:bold;
}
.colgap {
margin-top:20px;
background-image:url(images/vertical_line.gif);
background-position:center;
background-repeat:repeat-y;
}

p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {color: #000000; font-size: 22px;}
h2 {color: #000000; font-size: 20px;}
h3 {color: #000000; font-size: 18px;}
h4 {color: #000000; font-size: 16px;}
h5 {color: #000000; font-size: 14px;}
h6 {color: #000000; font-size: 12px;}
A {COLOR : #0000CC;}
A:hover {COLOR: #000000;}
A:visited {COLOR: #0000CC;}
.smallprint{font-size: 10px;}
.highlighttext{
	font-style: italic;
	color: #FFFFCC;
}
.TableClass{}
.TableTitle{
	color: #000;
	background-color: #9999FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.TableTitle:LINK{color: blue;}
.TableTitle:VISITED{color: blue;}
.TableTitle:HOVER{color: #000;}
.TableTitle:ACTIVE{color: blue;}
.TDTitle{
	color: #000;
	background-color: #9999FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.TDTitle:LINK{color: blue;}
.TDTitle:VISITED{color: blue;}
.TDTitle:HOVER{color: #000;}
.TDTitle:ACTIVE{color: blue;}
.TableInput{
	color: #000;
	background-color: #f4f4f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
.TableData{
	color: #000;
	background-color: #f4f4f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
.TableData:LINK{color: blue;}
.TableData:VISITED{color: blue;}
.TableData:HOVER{color: black;}
.TableData:ACTIVE{color: blue;}
.TableHelp{ 
	color: #000;  
	background-color: #f4f4f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* MENU */

#button {
	position: relative;
	width: 160px;
	border-bottom: 0px;
	border-top: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	background-color: #7007D2;
	}

* html #button { 
width: auto; 
}


#button ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		}
		
#button li {
		margin: 0px;
		padding-bottom: 3px;
		background-color: #ffffff;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 10px;
		border-left: 5px solid #9999FF;
		background-color: #f4f4f4;
		color: #000000;
		text-decoration: none;
		width: 100%;
		}


#button li a:hover {
		border-left: 5px solid #9999FF;
		background-color: #EEE6FF;
		color: #000000;
		}




