img, div, a, input { behavior: url(iepngfix.htc) }

body{
	background-color: #E1E1E1;
	background-image:url('images/background_tile.jpg')
}

a:link {
	color: #CC3333;
	text-decoration: underline;
}

a:visited {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	color: #FF6666;
	text-decoration: none;
}

hr {
	border: 0;
	width: 100%;
	color: black;
	background-color: black;
	height: 1px;
}

input, textarea {
	font: 10pt/18pt georgia;
	color: #282828;
	padding: 2px;
	border: inset 1px black;
}

.button {
	font: 8pt/16pt georgia;
	border: solid 1px black;
}

input.btnhover{
	border: solid 1px #5B5B5B;

}

p{
	font: 10pt/18pt georgia;
	margin-right: 3px;
}

.imgborder {
	border:1px double black;
	padding: 3px;
}

.menu {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 9pt;
	text-align: center;
	font-variant: small-caps;
	color: white;
}

.h1 {
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: bold;
}

.h3 {
	font-weight: bold;
}