.textfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #848383;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.text A,.text A:Visited {
color: #333333;
text-decoration: underline;
}

.text A:Hover,.text A:Active  {
text-decoration: none;
}

.textw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F1F1F1;
}

.textw A,.textw A:Visited {
color: #FFFFFF;
text-decoration: underline;
}

.textw A:Hover,.textw A:Active  {
text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color : white;
}

li{
	list-style-type : square;
	/*list-style-position: outside;*/
}

.form {
	color: #333333;
	font-size: 11px;
font-family: Tahoma,Verdana,Arial,sans-serif;
	background: #F1F1F1;
	border-style:groove;
	border-bottom: #F1F1F1 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #F1F1F1 1px solid;
	border-top: #CCCCCC 1px solid;
}

