BODY
{
	font-family: verdana, arial, sans-serif;
	background-color: white;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.block
{
	margin-left: 2em;
	margin-right: 2em;
	text-align: left;
}

.smallblock
{
	margin-left: 2em;
	margin-right: 2em;
	font-size: smaller;
}

a:link { color: black; }
a:visited { color: green; }
a:hover { color: #FF00FF; }
a:active { color: #0033FF; }

.short
{
	border-bottom: 1px #ccc default;
	width: 64px;
}

.graybar
{
	color: black;
	background-color: #cccccc;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.yellowbar
{
	color: black;
	background-color: #FFFB2E;
	border: 1px black dotted;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.pink { color: #FF069B; }

.rightpicno
{
	float: right;
	position: relative;
	right: 0px;
	margin: 0px 0px 0px 10px;
	border: 0px;
}
.leftpic
{
	float: left;
	position: relative;
	left: 0px;
	margin: 0px 10px 0px 0px;
	border: 1px solid black;
}
.pageheader
{
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.bigcol
{
	width: 70%;
	background-color: white;
	text-align: left;
}

.smallcol
{
	width: 25%;
	background-color: white;
	text-align: center;
}

.short
{
	border-bottom: 1px #ccc default;
	width: 64px;
}

.centerheader
{
	text-align: center;
	font-weight: bold;
}

#thinline { border: 1px #000 solid; }

.yellowbox
{
	width: 250px;
	height: auto;
	color: black;
	background-color: #FFFB2E;
	text-align: center;
	border: 1px black dotted;
	padding: 8px 0px 8px 0px;
}

.greenblock
{
	color: black;
	background-color: #99FF33;
	text-align: center;
	font-weight: bold;
}


