/* CSS Document */

/* -----tag selectors -----*/

body
{	/* -----set page font face, color, size ------*/
padding: 0px;
margin: 0px;
font-family: Georgia, Times New Roman, Times, serif;
background-color: #000000;
font-size: 10pt;
line-height: 200%;
color: #999999;
/*letter-spacing: .1em;*/
}


h1, h2, h3, h4, h5, h6 {
font-size: 110%;
font-weight: bold;
font-family: Georgia, Times New Roman, Times, serif;
}

h1 {
	font-size: 150%;
}

h2 {
font-size: 125%;
Padding:0;
margin:0;
}

h3 {
font-size: 100%;
Padding:0;
margin:0;
}

img {
border: none;
margin: 0px;
}

a {
/*font-weight: bold;*/
text-decoration: underline;
color:#cccccc;
}

a:link 		{ color:#cccccc; }
a:visited	{ color:#cccccc; }
a:hover		{ color:#ffffff; text-decoration:underline;}

hr {
height: 1px;
color: #81896B;
/*margin-bottom: 20px;*/

}



/*-------------------------------------------------------------------*/


#mainTable{
font-size: 90%;
line-height: 160%;
}




#footer
{
margin: 0;
padding:0;
font-size: 90%;
background-image: url(../images/footer_bkg.gif);
background-repeat: repeat-x;
}


/*------------general class selectors------------------*/


/*-----------------------------------------------------*/
