@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background: #f4f2d1;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	color: #593502;
}

table tr td { vertical-align:top; }
tr.even td { background-color:#e6e6e6; }
tr.odd td { background-color:#fff; }

em { font-style:italic; }
strong { font-weight:bold; }

a { color: #724300; }
a:visited { }
a:hover { }
a:active { }

.noBorder { border:none; text-decoration:none; }

h1 { font-size:18px; font-weight:bold; }
h2 { font-size:13px; font-weight:bold; }

.floatRight { float: right; }
.floatLeft { float: left; }
.clearFloat { clear:both; }

div#container { width: 775px; margin: 0 auto; text-align: center; }

table.info { margin:0 auto; }
table.info tr td { text-align:center; padding:5px; }

.size14 { font-size:14px; }