.navtable {
	WIDTH: 160px;
	}
	
.navmenu {
	background-color : #999999;
	WIDTH: 160px;
	HEIGHT: 24px;
	BORDER-BOTTOM: #CCCCCC 5px solid;
	margin-bottom : 5px;
}

.navmenutext{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	FONT-FAMILY: Verdana, Arial, sans-serif; 
	color: White;
	margin-left : 0px;
	text-decoration : none;	
	margin-top: 3px;
	margin-bottom: 3px;
}

.navmenu a:link {
	color: white;
	text-decoration : none;	
}
.navmenu a:visited {
	color: white;	
	text-decoration : none;	
}
.navmenu a:hover {
	color : #CC0000;
	text-decoration : none;	
}
.navmenu a:active {
	color : #CC0000;
	text-decoration : none;	
}
	
.navsubmenu {
	background-color : #CCCCCC;
	BORDER-TOP: #CCCCCC 0px solid;
	WIDTH: 160px; 
	BORDER-BOTTOM: #CCCCCC 5px solid;
	margin-top: 0; margin-bottom: 0
}

.navsubmenutext {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	margin-left : 10px;
	text-decoration : none;
	color: Black;
	margin-top: 1px; 
	margin-bottom: 0px;
}

.navsubmenu a:link {
	color: black;
	text-decoration: none;	
}
.navsubmenu a:visited {
	color: black;
	text-decoration: none;	
}
.navsubmenu a:hover {
	color : #CC0000;
}
.navsubmenu a:active {
	color : #CC0000;
}

.navmenubottom {
	WIDTH: 160px; 
	background-color : #FFFFFF;
	text-decoration: none;
}

.smalltext
{
 font-family: Arial, Helvetica, sans-serif;
 font-size : xx-small;
 font-weight: normal;
 color : #000000;
}

.tableForm {
	background-color : Silver;
	border : 0px none;
}

.tableGrayHeader {
	background : Gray;
	background-color : #999999;
	color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	text-transform : capitalize;
}

.tableGrayHeader a:link {
	color: white;
	text-decoration: underline;
}
.tableGrayHeader a:visited {
	color: #DCDCDC;
	text-decoration: underline;
}
.tableGrayHeader a:hover {
	color : #CC0000;
	text-decoration: underline;
}
.tableGrayHeader a:active {
	color: white;
	text-decoration: underline;
}
.tableGray {
	background-color : #E3E3E3;
	border : thin solid White;
	margin-left : 0px;
	vertical-align : top;
	border-width : 1px 1px 1px 1px;
	margin : 5px;
	padding-left : 3px;
	padding : 3px 3px;
	}
 
.bannertitle {
	FONT-SIZE: 18px;
	FONT-FAMILY: Arial, sans-serif;
	FONT-WEIGHT: bold;
	}

.bannerlink {
	FONT-SIZE: 12px;
	color: White;
	FONT-FAMILY: Arial, sans-serif;
	FONT-WEIGHT: normal;
	}
	
.alert {
	color : #CC0000;
}

BODY
{
 font-family: Arial, Helvetica, sans-serif;
 font-size : x-small;
 font-weight: normal;
 color : #000000;
}

table {
	font-size : x-small;
	height : auto;
	}

h5, h6 {
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
	margin-bottom : 8px;
}

h4 {
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
	margin-bottom : 8px;
}

h3 {
	text-transform: uppercase;
	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
	margin-bottom : 8px;
}

h2 {

	font-size : 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : Black;
	margin-bottom : 6px;
	margin-top: 12px;
}

h1 {
	text-transform: uppercase;
	font-size : 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #CC0000;
	margin-bottom : 6px;
	margin-top: 12px;
}


a {
	background:transparent;
}

a:link {
	color : #000000;
}

a:visited {
	color : #800080;
}

a:active {
	color : #CC0000;
}

a:hover {
	color : #CC0000;
}

p, blockquote{
	font-family : Arial, Helvetica, sans-serif;
		font-size : x-small;
		color : #000000;
	margin-top: 6px;
	margin-bottom: 6px;

}

ul, ol {
	margin-left: 16px;
	margin-top: 3px;
	margin-bottom: 6px;
	type : square;
}

li {
	font-family : Arial, Helvetica, sans-serif;
		font-size : x-small;
		color : #000000;
        margin-left : 13px; 
        margin-bottom : 6px;
		margin : 0px;
}

textarea {
	font-family : Arial, Helvetica, sans-serif;
}
