BODY
{
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url('../design_imgs/background.jpg');
	background-color: #000000;
}

input
{
    border-right: thin groove;
    border-top: thin groove;
    font-size: 9px;
    border-left: thin groove;
    border-bottom: thin groove;
    font-family: verdana
}

textarea
{
    border-right: thin groove;
    border-top: thin groove;
    font-size: 11px;
    overflow: auto;
    border-left: thin groove;
    border-bottom: thin groove;
    font-family: verdana
}

select
{
    border-right: thin groove;
    border-top: thin groove;
    font-size: 10px;
    border-left: thin groove;
    border-bottom: thin groove;
    font-family: verdana
}

p
{
	font-size: 10pt;
	color: #000000;
	line-height: 22px;
	font-family: Verdana, Arial;
}

hr
{
	color: #a2a2a2;
	height: 1px;
	line-height: 0px;
}

.dataFont
{
	font-size: 10pt;
	color: #000000;
	line-height: 1.5em;
	font-family: Verdana, Arial;
}

.dataFontBold
{
	font-size: 10pt;
	color: #000000;
	line-height: 130%;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.Heading
{
	font-size: 13pt;
	font-weight: bold;
	color: #000000; padding-bottom: 8px;
	font-family: Myriad Pro, Arial;
}

.subheading
{
	font-size: 10.5pt;
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial;
}

.bodytext
{
	font-size: 10pt; vertical-align: top;
	color: #000000;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 25px;
	line-height: 1.5em;
	font-family: Verdana, Arial;
	background-repeat: repeat-y;
	background-image: url('../design_imgs/textbg.jpg');
}

ul, ol
{
	font-size: 10pt;
	color: #000000;
	line-height: 22px;
	font-family: Verdana, Arial;
	list-style-image: url('../design_imgs/bullet.jpg');
}
