/* 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:	navy;
	}	
		
.mav A:visited	{	
	text-decoration:	none;
	color:	navy;
	}	
		
.mav A:active	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
.mav A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	

LI { color: navy }


.fntHeader {font-family: verdana, sans-serif; font-size: 17px; font-weight: bold;} 
.fntTitle {font-family: verdana, sans-serif; font-size: 17px; font-weight: bold;} 
.fntNewsHeader {font-family: verdana, sans-serif; font-size: 15px; font-weight: normal;} 
.fntNewsText {font-family: verdana, sans-serif; font-size: 13px; 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: verdana, sans-serif; font-size: 14px; 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: verdana, sans-serif; font-size: 13px; font-weight: normal;} 
.fntForm {font-family: verdana, sans-serif; font-size: 11px; font-weight: normal;} 
.fntPostDate {font-family: verdana, sans-serif; font-size: 9px; font-weight: normal; color: Gray;} 

.fntButton {font-family: verdana, sans-serif; font-size: 14px; font-weight: bold;} 

/* 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
} 


