body {
	background-color: #e6e6e6;
	margin: 20px;
	font-family: Verdana, Sans-Serif;
	background-image: url(images/overall-bkgd.gif);
	font-size: 10px;
}
p {
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
}
a {
	background-color : Transparent;
	color:#AE000B;
}
a:hover {
	background-color: Transparent;
	color:#0094FA;
}

.outerTable {
	background-color	: #ffffff;
	width				: 70%;
}

.outerSendToTable {
	background-color	: #FFFFFF;
	width: 100%;
}

.sendToTable td {
	font-size			: 11px;
	color				: #666666;
	padding				: 6px;
	white-space			: nowrap;
}

.sendToTable textarea {
	font-size			: 11px;
	color				: #666666;
	width: 100%;
}

.sendToTable input {
	font-size			: 11px;
	color				: #666666;
	width: 100%;
}

.headerTitle {
	width: 100%;
	font-size: 18px;
	color: #CC0000;
	padding: 0px 10px 0px 0px;
	background-image: url(images/stripe-wood-background.jpg);
	text-align: right;
}

.navBar {
	background-color: #CC3300;
	background-repeat: repeat-x;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	height: 40px;
	font-weight: bold;
}

.navBar a {
	background-color: Transparent;
	color: White;
}

.navBar a:hover
{
	background-color: Transparent;
	color: #CBCC00;
}

.subNavBar
{
	background-color	: #F8F8F8;
	background-image	: url(images/subnav_bg.gif);
	background-repeat	: repeat-x;
	font-size			: 9px;
	font-weight			: bold;
	color				: #979797;
	padding				: 0px 10px 2px 0px;
	height				: 27px;
	text-align			: right;
}

.subNavBar a
{
	background-color	: Transparent;
	color				: #CC0000;
}

.subNavBar a:hover
{
	background-color	: Transparent;
	color				: #333333;
}

.mainTable
{
	background-color	: Transparent;
}

.mainTable td
{
	background-color	: Transparent;
	font-family			: Verdana, Sans-Serif;
	font-size			: 11px;
	color				: #666666;
	padding				: 6px;
}


/* Custom Styles */

.textBlock
{
	font-size			: 11px;	
}

.currentPageHighlight
{
	color: #8A2205;
}

.topCorner
{
	vertical-align: top; 
	width: 0px;
	background-image: url(images/stripe-wood-background.jpg);
}

.bottomCorner
{
	vertical-align: bottom;
	width: 0px;
	background-image: url(images/stripe-wood-background.jpg);
}

.flatVertical
{
	height: 20px;
	width: 100%;
	background-image: url(images/stripe-wood-background.jpg);
	padding-top: 5px;
}