body, h2, small {
	font-family: Verdana;
	color: black;
	background-color:white;
}

table tr td {
	font-family: Verdana;
	font-size: 10px;
}

p {
	margin-bottom:30px;
}

a 
{
	text-decoration:none;
	border:none;
	font-weight:bold;
	color:White;
}

/*
a:hover 
{
	text-decoration:underline;
}

img {
	border-width:3px;
	border-color:#444444;
	border:ridge;
	border-bottom-color:#333333;
	border-right-color:#333333;
	border-bottom-width:4px;
	border-right-width:4px;
}
*/

.noborder {
border:none;
}

.titel {
	color: #6AD400;
	font-weight: bold;
	font-size:16px;
	margin-bottom:35px;
}

.inputstyle {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}

.buttonstyle {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #BBBBBB;
	border: 1px solid black;
}

.itemstyle {
	background-color:#E2EDEB;
}

.alternatingitemstyle {
	background-color:white;
}

.headerstyle {
	font-weight:bold;
	background-color:#727878;
	color:White;
}

.multiline 
{
	width:450px;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;	
}

