body,tr,td {
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
	color:#FFFFFF;
}
body {
	background-image:url(/images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000000;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.ondertitle {
	color:#fdd600;
	font-size:16px;
	font-weight: bold;
}
.little {
	font-size: 9px;
}
img.border {
	border: 1px solid #000000;
}

a {  
	color: cfab7a;
	text-decoration: underline; 
}
a:hover {  
	color: #FFFFFF;
	text-decoration: none
}

textarea,select,input {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid ;
}
input.checkbox, input.radio {
	border: none;
}
input.error,textarea.error {
	border-color: #FF0000;
}

input.button {
	font-family: verdana;
	font-size: 11px;
	border: 1px ridge;
}

