a:focus, a:hover, a:active { outline:none } 

body { 
	background-image: url('/images/background2.jpg'); 
	background-repeat: repeat;
    background-position:  top center;
	background-attachment: scroll; 
	background-color: #818286;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #842249; 
}
h2 {
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #842249; 
}
.bodytext {
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.bodytext_light {
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

.data {
	font-family: Trebuchet MS;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}
ul {
	margin-top: 0em;
	margin-left: 2em;
	padding-left: 0px;
}
li	{
	margin-left: 0em;
}
A, A:Visited {
	color: #842249;
	text-decoration: None;
}
A:Hover {
	color: #000000;
}
.input {
	font-family:  Trebuchet MS,verdana,geneva,sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #000000;	
	background-color: #ffffff;
	border: 1px solid #842249;
	margin: 0;
	padding: 0px;
}