/* Default CSS Stylesheet for a new Web Application project */
h1	{	
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}	
		
h2	{	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left: 5px;
	}	
h3	{	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left: 5px;
	margin-top: 65px;
	}	
a:link	{
    font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
	color: #333333;
	}	
a:visited	{	
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
	color: #333333;
	}
a:hover	{	
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
	color:	#666666;
	}			
p	{	
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	}	
p.smalltable	{	
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	}	
.bordercolor  {
	border-color: #FFE6B4;
	border:thin;
}	
.input { 
 background-color: #FFFFFF; 
}	  
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
smalltable	{	
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	}	
.h1	{	
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}	
		
.h2	{	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left: 5px;
	}	
.h3	{	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-left: 5px;
	margin-top: 65px;
	}	