
{
	/* Reset the margins so IE doesnt barf all over with Box Model problems */
	/*margin: 0px;
	padding: 0px;*/
}

html
{
	height: 100%;
	/* fix height to 100% for IE */
	max-height: 99%;
	/* fix height for other browsers */
	padding: 0;
	/*remove padding */
	margin: 0;
	/* remove margins */
	border: 0;
	/* remove borders */
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #6B614B;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

table.main
{
	height: 100%;
	width: 769;
	background-color: #241700;
}

a:link, a:active, a:visited
{
	color: #6D1D07;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
}

a:hover { text-decoration: underline; }

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

a.footlink:link, a.footlink:active, a.footlink:visited
{
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

a.footlink:hover { text-decoration: underline; }

a.bsts:link, a.bsts:active, a.bsts:visited
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.bsts:hover { text-decoration: underline; }

#flashcontent
{
	/*border: solid 0px #000;
		width: 250px;
		height: 288px;
		/*float: left;*/
	/*margin: 15px 20px;*/
}

#userinput
{
	border-color: #600;
	border-width: 1px;
	padding: 1px;
}

.pdf { font-size: 9px; margin-left: 20px;}