/* CSS Document */

BODY {
	background-image:  url(images/page-back.jpg);
	background-repeat: repeat-y;
	background-color: #666666;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* This controls the table cell that the menu is in */
#menu {
	width: 150px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #CCFF99;
	margin: 0px;
	text-align: left;
}

/* This controls the table cell that the content is in */
#content {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
	text-align: left;
}

/* This section controls the container div for the UL list of the menu */
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer li {
	margin: 0 0 0px;
}

#navcontainer a
{
	display: block;
	padding: 6px 2px 1px 28px;
	width: 150px;
	background-image: url(images/menu-normal.jpg);
	background-repeat: no-repeat;
	color: #339933;
	text-decoration: none;
	background-position: left center;
	height: 30px;
}

#navcontainer a:link, #navlist a:visited
{
color: #339900;
text-decoration: none;
}

#navcontainer a:hover
{
	background-image: url(images/menu-over.jpg);
	color: #FF6600;
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: left center;
}


/* This controls paragraph tag styles */
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/* This controls Heading 1 tag styles */
H1 {
	font-size: 18px;
	color: #330099;
}


/* This controls Heading 2 tag styles */
H2 {
	font-size: 16px;
	color: #993300;
}

/* This controls Heading 3 tag styles */
H3 {
	font-size: 14px;
	color: #006699;
	}
	
/* This controls normal unordered list tag styles */	
UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/* This controls normal ordered list tag styles */
OL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/* This controls horizontal rule attributes */
HR {
	color: #339900;
	height: 2px;
}

/* This section controls the normal link styles */
a:link {
	color: #339900;
}
a:visited {
	color: #339900;
}
a:hover {

	color: #6633CC;
}
.tableHeader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-weight:bold;
	font-size:10;
	color:#339900;
	
}
.tableBody{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:10;
	color:blue;
	
	}
.TITLEBARS{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:black;
	font-size:10;
	font-weight:bold;
	color:red;
	

}