
a:link {color: #009CFF; text-decoration: underline; }
a:active {color: #009CFF; text-decoration: underline; }
a:visited {color: #009CFF; text-decoration: underline; }

body {
	background-color: #2e2e2e;
	font-size: 12px;
	color: white;
	font-family:arial,sans-serif;
	text-align: left;
	vertical-align:text-top;
}

td, th, table, p, div{
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0px;
	border-width: 1px;
	border-color: black;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.hcenter{
	text-align: center;
}

.vcenter{
	vertical-align: middle;
}

.imageboarder, .imageboardercenter {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	border-spacing: 0px;
	text-align: center;
}

.imageboardercenter {
	vertical-align: middle;
}

.spaced {
	padding: 4px;
}

.top { border-top-style: solid; }

.right { border-right-style: solid; }

.bottom { border-bottom-style: solid; }

.left { border-left-style: solid; }

img {
	border-style: none;
	border-spacing: 0px;
}

h1 {
	text-align: center;
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 3px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
}

h5 {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: left;
}

subtext, .subtext {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

form {
	padding: 0px;
	margin: 0px;
}

.calwrapper {
	position:relative;
}

.cal {
	position: absolute;
	left: 162px;
	top: -24px;
	background-color:#2e2e2e;
	padding:4px;
	border:1px solid #000;
}