h1 {
	font-family: Verdana;
	font-size: 14px;
}

body {
	margin : 0px;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: white;
}

td {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.normal {
	font-family: Arial;
	font-size: 12px;
}

.whitebackground {
	background-color: #FFFFFF;
}

.tdbody {
	color: #424242;
	background: url('images/bg.gif') repeat-x #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.pictureborder {
	border-right: 1px inset #801d4c;
	border-bottom: 1px inset #801d4c;
	border-left: 1px outset #801d4c;
	border-top: 1px outset #801d4c;
}

.greybackground {
	background-color: #a7a7a7;
}

.bottomborder {
	background-color: #801d4c;
	font-family: Verdana;
	font-size: 9px;
	color: white;
}

.bodytext {
	color: #dda0dd;
}

input.name { 
	border: 1px solid #801d4c; 
	font: 12px Verdana; 
	width: 250px; 
	background: #e3d0da; 
	padding: 2px;  
	line-height: 16px;
}

input:focus { 
	background: #efefef;  
}

textarea.name { 
	border: 1px solid #801d4c; 
	font: 12px Verdana; 
	width: 295px; 
	background: #e3d0da; 
	padding: 2px;  
	line-height: 16px;
}

textarea:focus { 
	background: #efefef;  
}
