#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 4px double #AA0000;
	padding: 5px;
	width: 1003px;
}
#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 160%;
	font-weight: bold;
	padding: 1px;
	border: 1px solid #333333;
	background: #f9f9f9;
	width: 160px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background2.gif);
}
#content {
	height: 100%;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.header {
	border: 1px solid #000000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #330000;
	letter-spacing: .13em;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #330000;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .07em;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.04em;
}
.table th {
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	letter-spacing: .04em;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000033;
}
.table {
	border: 1px solid #000033;
}
.table td {
	font-size: 11px;
	color: #000000;
	background-color: #F9F9F9;
	letter-spacing: .03em;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
.table td a:link, .table td a:active, .table td a:visited {
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.table td a:hover, .table td a:focus {
	color: #FF0000;
	text-decoration: underline;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
.table input, .table textarea {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFEE;
	letter-spacing: .03em;
	border: 1px solid #990000;
}

a:hover, a:focus {
	text-decoration: underline;
}
