body{
	background-color: lightgrey;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

A:Link {
	color : #385CA0;
	font-size: 100%;
}
A:Visited {
	color : #8138A0;
  font-size: 100%;
}
A:Active {
	color : #AE3D40;
	font-size: 100%;
}
A:Hover {
	color : #AE3D40;
	font-size: 100%;
}


.menu_splitter {
	color : #ffffff;
	font-size: 110%;
	text-decoration : none;
	font-weight : bold;
}

A.menu:Link {
	color : #ffffff;
	font-size: 110%;
	text-decoration : none;
	font-weight : bold;
}
A.menu:Visited {
	color : #E4E4E4;
  	font-size: 110%;
  	text-decoration : none;
	font-weight : bold;
}
A.menu:Active {
	color : #FFAA9D;
	font-size: 110%;
	text-decoration : none;
	font-weight : bold;
}
A.menu:Hover {
	color : #FFAA9D;
	font-size: 110%;
	text-decoration : none;
	font-weight : bold;
}

.h2 {
	color : #86888A;
	text-decoration : none;
	font-weight : bold;
	font-size: 110%;
	margin: 0;
	padding: 0;
}
.h4 {
	color : #86888A;
	text-decoration : none;
	font-weight : bold;
	font-size: 160%;
	margin: 0;
	padding-bottom: 5px;
}
.h1 {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	font-size: 110%;
	margin: 0;
	padding: 0;
}
.h3 {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-size: 110%;
	margin: 0;
	padding: 5px 5px 5px 0px;
}

form{
	margin: 0;
	padding: 0;
}

body,td{
	font-family: tahoma, verdana, MS sans serif, sans-serif, Arial;
	font-size: 70%;
}

.button1{
	color : #3B5BA8;
	background: #E4E4E4;
	border: 0px;
	font-weight: bold;
	font-size: 100%;
	height: 20px;
}
.button2{
	color : #3B5BA8;
	background: #E4E4E4;
	border: 0px;
	font-weight: bold;
	font-size: 100%;
	height: 20px;
}
.textfield1{
	border: 1px solid #CCCCCC;
	width: 95px;
}	
.textfield2{
	border: 1px solid #CCCCCC;
}	
.textfield3{
	border: 1px solid #CCCCCC;
	width: 250px;
}
