
img {
	border: 0;
}
a {
	color: #800000;
	text-decoration: none;
	font-size:13px;
	font-weight: bold;
	font-family: arial;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-size:13px;
	font-weight: bold;

}

a.menu {
	color: white;
}
.menu:hover {
text-decoration: underline;

}
b {
	color: url('images/bg.jpg');
	font-size:11px;
	font-family: verdana;
	font-weight: bold;
}
select, input, textarea {
color: black;
font-size: 7 px;
background: #dbdbdb;
border: solid black 1px;
}
body {
	background-image: url('images/bg.jpg');
	text-align: center;
	font: 12px arial, sans-serif;
	color: #2e2e2e;
	padding-top: 0px;
}



