﻿/****************************** Block Level Tags ********************************/
BODY {font: 9pt "Arial"; font-weight: normal; color: #333333;}
P { font: 9pt "Arial"; font-weight: normal; color: #333333;}
FONT { font: 9pt "Arial"; font-weight: normal; color: #333333; }
DL { font: 9pt "Arial"; font-weight: normal; color: #003366;}
DT { font: 9pt "Arial"; font-weight: normal; color: #003366;}
DD { font: 9pt "Arial"; font-weight: normal; color: #003366;}
UL { font: 9pt "Arial"; font-weight: normal; color: #A93920;}
LI { font: 9pt "Arial"; font-weight: normal; color: #A93920; list-style-image:url('images/list.gif')}
TH { font: 9pt "Arial"; font-weight: normal; color: #FFFFFF;}
TD { font: 9pt "Arial"; font-weight: normal; color: #333333;}
/********************************** Header Tags **********************************/

H1 { font-family: "Arial"; color: #49469D;}
H2 { font-family: "Arial"; color: #49469D;}
H3 { font-family: "Arial"; color: #49469D;}
H4 { font-family: "Arial"; color: #49469D;}
H5 { font-family: "Arial"; color: #49469D;}

/********************************** Anchor Tags **********************************/

a { font: 9pt "Arial";font-weight: bold;color: #A93920;text-decoration:none;} 
a:hover {font: 9pt "Arial";font-weight: bold;color: #333333;text-decoration:none;}

.footer a:link {font: 8pt "Arial";font-weight: normal;color: #A93920;text-decoration: none; letter-spacing:1px;}
.footer a:active {font: 8pt "Arial";font-weight: normal;color: #A93920;text-decoration: none; letter-spacing:1px;}
.footer a:visited {font: 8pt "Arial";font-weight: normal;color: #A93920;text-decoration: none; letter-spacing:1px;}
.footer a:hover {font: 8pt "Arial";font-weight: normal;color: #333333;text-decoration:none; letter-spacing:1px;}
.footer {font: 8pt "Arial";font-weight: normal;color: #A93920;text-decoration:none; letter-spacing:1px;}

/********************************** Other **********************************/

.form {padding: 4px; font-size: 12px; font-weight: bold; color: #000000; background: #0066CC; border: 1px solid #666666; border-bottom: 1; background-color: #9FD18A; font: Arial; width="400"}
.input { font-size:12px;  border: 1px solid #666666; vertical-align: top;}
.button { font-size:12px;  border: 1px solid #666666; vertical-align: top; width="125"}
/********************************** Background Images **********************************/

.page{ padding-left:10px; padding-top:5px; padding-right:10px; padding-bottom:10px;}

.small{font: 8pt "Arial"; font-weight: normal; color: #333333;}
/********************************** Box Styles **********************************/

.borderTable_pad {padding:8px;margin:0px}
#borderTable {padding:0 0 0px 0;margin:0px; background-color:#eef589;border:1px solid #d7d7d7;width:780px;"\"}\"";/*IE5 Fix*/width:780px;}

/********************************** Button Styles **********************************/

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8bb96), color-stop(1, #a8361f) );
	background:-moz-linear-gradient( center top, #e8bb96 5%, #a8361f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8bb96', endColorstr='#a8361f');
	background-color:#e8bb96;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #e8bb96;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #6a7741;
}
.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a8361f), color-stop(1, #e8bb96) );
	background:-moz-linear-gradient( center top, #a8361f 5%, #e8bb96 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8361f', endColorstr='#e8bb96');
	background-color:#a8361f;
	
		text-indent:0;
	border:1px solid #e8bb96;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #6a7741;

}
.btn:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */