@CHARSET "ISO-8859-1";

html {
	width: 100%;
}

body {
	background-image: url("../media/back.png");
	background-repeat: repeat-x;
	background-color: #B3B3B2;
	
	font-family: Century Gothic, Avant Garde, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin-bottom: 2px;
	font-size: 14pt;
	color: #660000;
}

h2 {
	font-size: 13pt;
	font-weight: normal;
	color: #666666;
	margin-bottom: 2px;
}

h3 {
	margin-top: 2px;
	font-size: 12pt;
	margin-bottom: 2px;
}

hr {
	height: 1px;
	border-top: dotted 1px #AAAAAA;
}

div.uploaded_image {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px;
	border: solid 1px #A0A0A0;
	font-size: 8pt;
}

div.image {
	width: 242px;
	height: 242px;
	height: 300px;
	font-size: 8pt;
}

input.grey {
	width: 250px;
	font-size: 8pt;
}

textarea.grey {
	font-family: Century Gothic, Avant Garde;
	width: 250px;
	height: 100px;
	font-size: 8pt;
}

span.button {
	font-family: Century Gothic, Avant Garde;
	font-size: 10pt;
	font-weight: normal;
}

span.small {
	font-size: 9pt;
}

button {
	cursor: pointer;
}

a img {
	border: none;
}

a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	font-weight: bold;
}

a.white {
	color: white;
}

.hidden {
	display: none;
}

.display {
	display: block;
}
