 /* CSS Document */
body,html {
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#660000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3d-light-color:#CCCC9A;
	scrollbar-base-color:#CCCC9A;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-shadow-color:#CCCC9A;
	scrollbar-track-color:#CCCC9A;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	background-image:url(images/stripe_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #660000;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
	color: #000000;
	padding-top: 0;
	margin-top: 0;}


	
td {vertical-align: top;
font-size: 11px;
font-weight: normal;
line-height: 1.4em;
text-align: left;
color: #000000;}

	
a { color: #660000;}
a:hover { color: #000000;}

h1 {font-size: 1.35em;
	text-transform: uppercase; 
	line-height: 1.1em;
	font-weight:bold;}

hr {color: #8E191C;
	width: 65%;
	height: 1px;
	text-align: center;}


/* buttons */


/* text */

td.buttonarea {}

.textbuttonarea { padding: 20px 20px 0px 20px;}

td.buttonarea a { color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height:1.75em;}
td.buttonarea a:hover { color: #FFFFB3;}

td.buttonarea a.act { color: #FFFFB3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height:1.75em;}
td.buttonarea a.act:hover { color: #FFFFFF;}

td.textarea {	background-color: #FFFFB3;}
.textareapad { padding: 15px 15px 5px 15px;}
	
td.textareasub { background-color: #FFFFB3;}
.textareasubpad { padding: 15px 25px 25px 15px;}

td.textrightarea { background-color: #FFFFB3;}

.heading { color: #660000;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.3em;
	text-transform: capitalize;}
		
.emph { color: #F5821F;
	font-size: 1em;
	font-weight: bold;}

.textindent { padding-left: 30px;}
	
	
/* bottom */
td.bottomarea { color: white;
	font-size: 10px;
	line-height: 2em;
	padding-top: 10px;
	text-align: center;}
	
td.bottomarea a { color: white;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;}
td.buttonarea a:hover { color: #FFFFB3;}

/* forms */

.formbutton {background-color: #660000;
	color: #EBEBB7;
	font-weight: 700;
	font-size: 8pt;
	padding: 0px;
	}

.formfield { background-color: #ffffff;
	color: #660000;}
	
