/* Default CSS Stylesheet for a new Web Application project */



A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}


.av A:link	{	
	text-decoration:	none;
	color:	navy;
	}	
		
.av A:visited	{	
	text-decoration:	none;
	color:	navy;
	}	
		
.av A:active	{	
	text-decoration:	underline;
	color:	#cc3300;
	}	
		
.av A:hover	{	
	text-decoration:	underline;
	color:	#cc3300;
	}
	
	.mav A:link	{	
	text-decoration:	none;
	color:	blue;
	}	
		
.mav A:visited	{	
	text-decoration:	none;
	color:	blue;
	}	
		
.mav A:active	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
.mav A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
LI { color: black }

/* /////////////////////////////////////////////// */

.fntHeader {font-family: tahoma, sans-serif; font-size: 20px; font-weight: bold;} 
.fntNewsHeader {font-family: tahoma, sans-serif; font-size: 18px; font-weight: normal;} 
.fntRadio {font-family: tahoma, sans-serif; font-size: 12px; font-weight: normal;} 
.fntCheck {font-family: tahoma, sans-serif; font-size: 12px; font-weight: normal;} 
.fntError {font-family: tahoma, sans-serif; font-size: 12px; font-weight: normal;} 
.fntNewsArticle {font-family: tahoma, sans-serif; font-size: 15px; font-weight: normal;} 
.fntDate {font-family: tahoma, sans-serif; font-size: 12px; font-weight: normal;} 
.fntNavLink {font-family: verdana, sans-serif; font-size: 13px; font-weight: normal;} 
.fntNavHeader {font-family: tahoma, sans-serif; font-size: 16px; font-weight: normal;} 
.fntText {font-family: tahoma, sans-serif; font-size: 12px; font-weight: normal;} 



/* TEXTBOX STYLE */
/* ////////////////////////////////////////////////// */
.textB {
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 12px
} 

/* BUTTON STYLES */
/* /////////////////////////////////////////////// */
.BtnSave {background-color: green;
color: white;
font-family: arial, verdana, ms sans serif;
 font-weight: bold;
font-size: 12px
} 

.BtnCancel {background-color: #cc3300;
color: white;
font-family: arial, verdana, ms sans serif;
 font-weight: bold; 
font-size: 12px
} 

