h1 {
	display: none
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FEFEFE;
	margin: 0;
	
}
h2 {
	display: none
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FEFEFE;
	margin: 0;
	
}
.blanktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FEFEFE;
	display: none;
	visibility: hidden;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #FF8A8A;
	text-decoration: none;
}
a:active {
	color: #CC0000;
}
.boxborder_ds {
	border-top: 1px solid #999999;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #666666;
}
.boxborderlight {
	border: 1px solid #999999;
}

.boxborderblack {


	border: 1pt solid #000000;
}

.boxbordergrey {

	border: 1pt solid #666666;
}
.boxborderdarkgrey {

	border: 1pt solid #666666;
}

.lineverticaldashed {
	border-left-style: dashed;
	border-left-color: #C9C9C9;
	border-left-width: 1px;
}
.linehorizontaldashed {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C9C9C9;
}

.text_formbutton {
	font-family: tahoma;
	font-size: 9px;
	font-weight: normal;
}
.text_nav {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
}
.text_nav a:link {
	color: #480000;
	text-decoration: underline;
}
.text_nav a:visited {
	color: #480000;
	text-decoration: underline;
}
.text_nav a:hover {
	color: #CC0000;
	text-decoration: none;
}
.text_nav a:active {

	color: #CC0000;
}





/**********************  submenu test 1 **********************/



#leftNav {
	font: 12px Arial, Helvetica, sans-serif;
	width: 120px;
	float: left;
	padding: 0px;
	text-align: left;
	text-indent: 16px;
	
}
#leftNav a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #999999;
	display: block;
	line-height: 20px;
}
#leftNav a:hover {
	background: #8b3099;
	color: #FFFFFF;
}
