/************************************************************
 * Main Page formats for the generic page                   *
 ************************************************************/
 
body         { 
	color: #000000; 
	TEXT-DECORATION: none;
	background-repeat: repeat-x; 
	background-color: #fef9ea; 
    font-family: 'sunsans-regular', Arial, sans-serif; 
	margin-left: 2px; 
	margin-top: 2px;
	font-size: 9pt }
	
header       { 
	font-size: 16px; 
	TEXT-DECORATION: none;
	color: #fef9ea; 
	margin-top: 3px; 
	margin-bottom: 3px }
	
table        { 
	font-style: normal; 
	TEXT-DECORATION: none;
	font-variant: normal; 
	font-weight: normal; 
	font-size: 9pt; 
    font-family: 'sunsans-regular', Arial, sans-serif }
	
p            { 
	margin-top: 0px; 
	TEXT-DECORATION: none;
	margin-bottom: 0px }

.leftborder  { 
	border-right: 2px solid #fef9ea; 
	TEXT-DECORATION: none;
	padding-left: 0px; 
	padding-right: 8px }
	
.rightborder  { 
	border-left: 2px solid #fef9ea; 
	TEXT-DECORATION: none;
	padding-left: 10px; 
	padding-right: 50px }
	
.heading     { 
	font-size: 100%; 
	font-weight: bold; 
	TEXT-DECORATION: none;
	color: #000000; 
    border-bottom: 1px solid #bd1094 }
	
.maintext { 
	padding-left: 8px; 
	TEXT-DECORATION: none;
	padding-right: 8px }
	
.footer         { 
	color: #00335e; 
	TEXT-DECORATION: none;
    font-family: 'sunsans-regular', Arial, sans-serif; 
	margin-left: 2px; 
	margin-top: 2px;
	font-size: 9pt }

/************************************************************
 * Format the navigation links on the generic page          *
 ************************************************************/
 
A:link {
	color: #00335e; 
	TEXT-DECORATION: none; 
	background-repeat: repeat-x; 
    font-family: 'sunsans-regular', Arial, sans-serif; 
	font-size: 9pt
}
A:visited {
	color: #00335e; 
	TEXT-DECORATION: none; 
	background-repeat: repeat-x; 
    font-family: 'sunsans-regular', Arial, sans-serif; 
	font-size: 9pt
}
A:active {
	color: #00335e; 
	TEXT-DECORATION: none; 
	background-repeat: repeat-x; 
    font-family: 'sunsans-regular', Arial, sans-serif; 
	font-size: 9pt
}
A:hover { 
	color: #067bde; 
	TEXT-DECORATION: none; 
	background-repeat: repeat-x; 
    font-family: 'sunsans-regular', Arial, sans-serif; 
	font-size: 9pt
}


/************************************************************
 * Format the drop down java menu i.e. the top menu         *
 ************************************************************/

/* root level; text properties for states: normal, hover, click */


/* root level; box properties for states: normal */
.TM0o0 {
	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	color: #000000;
	background: #ffcc33;
	padding: 2px;
	text-align: top;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold; 
}

/* root level; box properties for states: hover */

.TM0o1 {
	font-family: verdana, arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	color: #ffffff;
	background: #ffcc33;
	text-align: top;
	padding: 2px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold; 
}
