/* Body */

body { 
	font-family: Verdana;
	font-size: 11px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px; }
	
body.background { 
	background-color: #1e5446; }
	
/* Table */

table { }

table.blank { 
	background-color: #ffffff; }

table.gold { 
	background-color: #cdb758; }
	
table.yellow { 
	background-color: #eee7c7; }
	
table.outline { 
	border-collapse: collapse;
	border: 1px solid #1e5446;
	border-width: 1px; }

/* Table Data */
	
td { 
	font-family: Verdana;
	font-size: 11px; }	
	
td.blank { 
	background-color: #ffffff; }
	
td.gold { 
	background-color: #cdb758; }

td.green { 
	background-color: #1e5446; }	

td.lightgreen { 
	background-color: #597a71; }
	
td.yellow { 
	background-color: #eee7c7; }
	
td.grey { 
	background-color: #acacab; }
	
td.outline { }
	/* border: 1px solid #1e5446; } */
	
td.outlinebottom { 
	border-bottom: 1px solid #cdb758; } 
		
td.outlinetopbottom { 
	border-top: 1px solid #1e5446; 
	border-bottom: 1px solid #1e5446; } 
	
td.yellowoutlineall { 
	background-color: #eee7c7; 
	border: 1px solid #1e5446; } 
	
td.yellowoutline { 
	background-color: #eee7c7; 
	border-top: 1px solid #1e5446; 
	border-bottom: 1px solid #1e5446; } 
			
/* Inline Frame */

iframe { }
	
/* Font */
	
font { 
	font-family: Verdana;
	font-size: 11px; }

font.small { 
	font-size: 9px; }
	
font.blank { 
	color: #ffffff; }
	
font.red { 
	color: #c00000; }
	
font.smallblank { 
	font-size: 9px;
	color: #ffffff; }
	
font.smallgold { 
	font-size: 9px;
	color: #cdb758; }
	
font.smallgreen { 
	font-size: 9px;
	color: #1e5446; }
	
font.large {	
	font-size: 14px; }
	
font.font18pt {
	font-size: 18px; }
	
/* Paragraph  */
	
p { 
	font-family: Verdana;
	font-size: 11px; }
	
/* Bold */

b, strong { }
	
/* Input */ 

input { 
	font-family: Verdana;
	font-size: 11px; }
	
input.button { 
	color: #ffffff; 
	background-color: #597a71;
	font-size: 10px; 
	font-weight: regular; 
	width: 120px; }}
	
/* Text Area */
	
textarea { 
	font-family: Verdana;
	font-size: 11px; }
	
/* Select */
	
select { 
	font-family: Verdana;
	font-size: 11px; }
	
/* Hyperlink */
	
a { 
	color: #1e5446; }
	
a:hover { 
	color: #cdb758; }
	
a.red { 
	color: #c00000; }
	
a.red:hover { 
	color: #c00000; }
	
/* List */
	
ul { }
	
/* Horizontal Rule */
	
hr {
	height: 1px;
	color: #1e5446; }