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

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: #a5a5a5;
	font-family: Arial, Verdana;
}

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

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

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

.Heading
{
	font-size: 23pt;
	color: #ffffff; padding-left: 10px;
	font-family: Myriad Pro, Arial;
}

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

.bodytext
{
	font-size: 10pt; vertical-align: top;
	color: #000000; padding: 2px;
	line-height: 1.5em;
	font-family: Arial, Verdana;
	background-repeat: repeat-x;
}

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