/* CSS Document */

BODY {
	background-color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #805739;
	scrollbar-DarkShadow-Color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tile {
	background-color: #f1f3f3;
	background-image:url(gui_images/background.gif);
	margin-left: 0px;
	margin-top: 300px;

}

H3
{
	color: #4f4f4f;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 3px;
}

H4
{	color: #4f4f4f;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
padding-top:0px;
padding-bottom: 0px;

}

H1
{	color: #4f4f4f;
	font-family: Georgia, Times, Times New Roman, Serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:.06em;

}

H2
{	color: #4f4f4f;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 16px;
	font-weight: bold;
padding-top:15px;
text-align:left;
}

td, tr, p, div {
	color: #4f4f4f;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}

hr {
	color: #805739;
	height: 1px;
	width: 100%;
}



i, italic, em
{
color: #805739;}



/*
Body Links ----------------------------------------
*/




a:link, a:active, a:visited {
	color: #805739;
	text-decoration: underline;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
}


/*
Footer ----------------------------------------
*/

.footer_text {
	color: #4f4f4f;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a.footer_links:link, a.footer_links:visited, a.footer_links:active
{
	color: #4f4f4f;
	text-decoration: underline;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a.footer_links:hover
{
	color: #000000;
	text-decoration: none;
	font-family: Helvetica Neue, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
}

