/* Sets body specifications */

body	{
	background: #000000;
	color: #333333;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 0;
}
img{
	border:none;
	}


/* Sets basic font styles inside the following html elements */

body, div, p, td, li, ul, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border:none;
	
}

/* Sets spacing above and below */

p, ul, ol, dl	{
	margin-top: 0em;
	margin-bottom: .67em;
}

p {
	line-height:16px;
}
.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
.text a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color:#761F2E;
	font-weight:bold;
}
.text a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}
li {
	line-height:24px;
}



/* HYPERLINKS: STYLES FOR CONTROLLING HYPERLINK APPEARANCE */

/* SIDEBAR LINKS */

a.footer:link {  
	color: #ffffff; 
	text-decoration:none;
	background: transparent;
}

a.footer:active {  
	color: #cccccc;
	text-decoration:underline;
	background: transparent;
}

a.footer:visited {  
	color: #cccccc;
	text-decoration: none;
	background: transparent;
}

a.footer:hover {  
	color: #ffffcc; 
	text-decoration:underline;
	background: transparent;
}

/* FORMS: STYLES FOR CONTROLLING FORM INPUTS */

form {
	font-size: 11px; 
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding:0; 
	border:0; 
	margin:0
}

input { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	backgound-color: #ffffff;
}

select { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

textarea { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


/* HEADINGS: STYLES FOR H1-H6 */

h1	{
	font: 600 14px Georgia, Times, Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	color: #666633;
	background: transparent;
	
}

h2	{
	font: 600 12px Georgia, Times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	margin-top: 25px;
	margin-bottom: 5px;
}

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #474544;
	margin-top: 20px;
	margin-bottom: 5px;
} 


/* CUSTOM STYLES: STYLES FOR CUSTOM ELEMENTS BEGIN HERE */

td.grayline {
	background-color:#cccccc;
}

td.background {
    background-color: #ffffff;
}

img	{
	border: 0;
	margin: 0;
	display: inline;
}