/* CSS Document */
body
{
	background-color: #EACE3F;
	margin-top: 0px;
	margin-bottom: 0px;
}
.wrapper_table
{
	margin: auto;
	width: 750px;
	background-color: #261B09;
}
.logo
{
	color: #FF0000;
	font-family: Courier, Serif;
	font-size: 18px;
	font-weight: bold;
}
.quote_table
{
	padding:5px;
	color: #FFFFFF;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	width: 90%;
	margin: auto;
}
.boilerplate_table
{
	padding:5px;
	color: #FFFFFF;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	width: 90%;
	margin: auto;
	text-align: justify;
}
.qa_table
{
	width: 500px;
	padding:5px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: Courier, Serif;
	font-size: 16px;
	font-weight: bold;
	border-width:1px;
	border-style:solid;
	text-align: left;
}
.archive_link_table
{
	width: 500px;
	margin: auto;
	padding:5px;
	color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}
.archive_link_table a
{
	color: #FFFFFF;
}
.footer_table
{
	width: 500px;
	margin: auto;
	padding:5px;
	color: #FFFFFF;
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}
.contact_button
{
	color: #EACE3F;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #261B09;
}
a
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.header
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}