/* GENERAL */

body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}


/* MAIN NAV */

.section, .sectionSelected {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #FFFFFF;
	width: 100px;
}

.section {
	background-color: #000000;
	color: #FFFFFF;
}

.sectionSelected {
	background-color: #66CC33;
	color: #FFFFFF;
}

.section a, .sectionSelected a {
	color: #FFFFFF;
}


/* SUB NAV */

#subnav {
	margin: 0;
	padding: 0;
	background: #CCFF99;
}


#subnav li {
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 100%;
	padding: 5px 5px 5px 10px;
	line-height: 100%;
}

#subnav a, #subnavSelected a {
	color: #666666;
	background: url("bullet.gif") no-repeat;
	padding-left: 10px;
	margin-left: 5px;
}

#subnavSelected a {
	font-weight: bold;
}

#subnav a:hover {
	color: #66CC33;
}


/* CONTENT */

.contenttext {
	vertical-align: top;	
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 20px;	
	text-align: justify;
	font-size: 75%;
}


.contentheading {
	vertical-align: top;	
	font-size: 125%; 
	font-weight: bold;
}


.contenttext a {
	color: #66CC33;
}

.path {
	font-weight: bold
}



/* FOOTER */

#footer {
	padding: 10px;
	font-size: 60%;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #66CC33;
}

/* HOME PAGE */

.sslinks a {
	color: #666666;
}

.sslinks a:hover {
	color: #66CC33;
}


/* CLIENT LOGIN */

.LoginTableTitle, .LoginTableContent {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #000000;
}

.LoginTableTitle {
	font-weight: bold;
	background-color: #66CC33;
}
