body {
	font-family: "Trebuchet Ms";
	font-size: 11px;
	color: #949494;
	line-height:13px;
	text-align: justify;
}

A:link,a:active,a:visited {
	color:#91c7d5;
	text-decoration: none;
	font-weight:bold;
}
A:hover {
	color:#8D8D8D;
	text-decoration: none;
	font-weight:bold;
}

h1 {
	background-image: url('images/h1.jpg');
	color: #A7A7A7;
	letter-spacing: 0px;
	-moz-border-radius:  6px;
	text-decoration: none;
	font-size: 14px;
	font-family: Lucida Sans Unicode;
	border: 1px solid #ffffff;
	line-height: 30px;
	height: 30px;
	text-transform:uppercase;
	text-align: center;
	font-weight:normal
}


h2, h3 {
background-color:#FFFFFF;
color: #000000;
text-transform:uppercase;
font-size: 7px;
text-align:left;
padding: 2px;
font-family: "Small Fonts";
margin-bottom: 5px;
font-weight:normal
}


input, submit, textarea {
font-family: Trebuchet MS;
font-size: 10px;
padding: 5px;
color:#333333;
background: #d3d3d3;
border: 1px solid #ffffff;
}

b, strong {
	color:#696969;
	font-weight:bold;
}

img {
border: 1px solid #000000;
	-moz-border-radius:  3px;
background-color:#ffffff;
padding:3px;

}

a img {
border: 1px solid #91c7d5;
	-moz-border-radius:  3px;
background-color:#ffffff;
padding:3px;
}

a:hover img {
border: 1px solid #8d8d8d;
background-color:#ffffff;
padding:3px;
	-moz-border-radius:  3px;
}
