body, td li {
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
}
	
a:link, a:active{
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-weight: normal;
	font-style: normal;	
	background: none transparent scroll repeat 0% 0%; 
	color: #0000FF; 
	text-decoration: underline ;
}
a:visited{
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-weight: normal;
	font-style: normal;	
	background: none transparent scroll repeat 0% 0%; 
	color: #808080; 
	text-decoration: underline ;
}
a:hover {  
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-weight: normal;
	font-style: normal;	
	background-color: #8d362d;
	color: #FFFFFF;
	text-decoration: underline ;
}
	
		
a.masterMenu:link, a.masterMenu:active{
	font-family: verdana, arial, helvetica, Geneva, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	font-style:italic;	
	background: none transparent scroll repeat 0% 0%; 
	color: #0000FF; 
	text-decoration: underline ;
}
a.masterMenu:visited{
	font-family: verdana, arial, helvetica, Geneva, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	font-style:italic;	
	background: none transparent scroll repeat 0% 0%; 
	color: #808080; 
	text-decoration: underline ;
}
a.masterMenu:hover {  
	font-family: verdana, arial, helvetica, Geneva, sans-serif; 
	font-size: 13p;
	font-weight: bold;
	font-style:italic;	
	background-color: #8d362d;
	color: #FFFFFF;
	text-decoration: underline ;
}

a.bigLink:link, a.bigLink:active, a.bigLink:visited{
	font-family: arial, helvetica, Geneva, sans-serif;
	font-size: 12pt;	 
	font-weight: bold;
	font-style: italic;	
	background: none transparent scroll repeat 0% 0%; 
	color: #0000FF; 
	text-decoration: underline ;
}
a.bigLink:hover {  
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-size: 12pt;		
	font-weight: bold;
	font-style: italic;	
	background-color: #8d362d;
	color: #FFFFFF;
	text-decoration: underline ;
}


.maroon {
	color: #8d362d;
}

.blue {
	color: #0000a0
}		
		
.tableMaster {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #8d362d;
	border-right-color: #8d362d;
	border-bottom-color: #8d362d;
	border-left-color: #8d362d;
}		

.copyright {
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 7pt;
	color: #8d362d;
}

h1 {
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	color: #8d362d;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	font-style: italic;

}

h2 {
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	color: #8d362d; 
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}


// Form

.formError{
  	COLOR: #FF0000;
	FONT-WEIGHT: normal; 
	TEXT-DECORATION: none
}
.formNormal{
	font-family: arial, helvetica, Geneva, sans-serif; 
	font-size: 9pt; 
	FONT-WEIGHT: normal; 
	TEXT-DECORATION: none
}

.fieldOK {
	font-family: arial, helvetica, Geneva, sans-serif;
	font-weight: normal;
	padding: 3px;
	color: #363636;
	background-color: #F5FAFF;
	border: inset 1px #B48A77;
}
.fieldERROR{
	font-family: arial, helvetica, Geneva, sans-serif;;
	font-weight: normal;
	padding: 3px;
	color: #FFFFFF;
	background-color: #EE0000;
	border: inset 1px #B48A77;
}


/*  popup menu*/

.navlist li {
	width: 135px;
	background-color: #FFFFB9;
	padding-bottom: 2px;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
}

.anylinkcss a{
color: #0000FF;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #8d362d;
	color: #FFFFFF;
}