@charset "UTF-8";
body {
	background-color: #36361B;
	margin-left: 10%;
	margin-right: 10%;
}
img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}

.title {
	color: #CCCCCC;
	font-family: Georgia;
	font-size: 36px;
}
.bodytext {
	font-size: 16px;
	font-family: "Book Antiqua";
	color: #AFA77C;
}
.warning {
	font-size: 18px;
	font-family: "Book Antiqua";
	color: #F00 ;
}
.bodytxtlrg {font-size: 24px; color: #CCCCCC; }
.tlabel {
	font-family: "Bodoni MT";
	color: #FF9;
	font-size: 18px;
}
.roundedtable1 {
	font-family: Garamond;
	font-size: 16px;
	background-color: #030;
	border: ridge gold;
	-moz-border-radius: 3em;
}

.roundedtable2 {
	font-family: Garamond;
	font-size: 16px;
	background-color: #060;
	border: ridge gold;
	-moz-border-radius: 3em;
}
.medium {
   width : 19px;
	height : 25px;
	padding: 0px;
	margin: 0px;
}
.form_button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#9F6;
	color:#000;
	border-top-width:2px;
	border-left-width:2px;
}
.txtlrgcentered {
	font-size: 24px;
	color: #CCCCCC;
	text-align: center;
