/* Fonts */

body, table, td, select, textarea, input, br, li, ul, tr  {
	font-family: Calibri, Tahoma, Arial;
	font-size: 12px;
	list-style-position: outside;
	color: #333333;
}

form {
	margin:5px;
	height:15px;
	border:solid 0;
}

h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #400000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	}

a {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #400000;
	text-decoration: underline;
	font-weight: bold;
	}
	
.indent {
	padding: 10px;

}

.gelbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #400000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-position: center;
	font-size: 10px;

}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	font-weight: bold;

}
h3 {
	font-size: 10px;
	text-transform: uppercase;
	color: #400000;
	text-decoration: underline;
}
.quote {
	background-color: #CCCCCC;
	padding: 10px;
	border: thin solid #3366CC;
	font-style: italic;
	float: right;
	margin: 10px;
	color: #400000;
}
.jumpmenu {
	background-color: #EEEEEE;
	padding: 10px;
	border: thin solid #3366CC;
	float: none;
	margin: 10px;
}
