﻿/* Default CSS Stylesheet for a new Web Application project */


html 
{
	
scrollbar-arrow-color: #686B7C;
scrollbar-3dlight-color: #fffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #DDE2E7;
scrollbar-track-color: #F2F5F8;

}

Label
{
	color :#5CB355;
	}

body
{
	font-family:Arial;
	font-size:8pt;
	color:#5C82A0;
}
td
{
	font-family:Arial;
	font-size:9pt;
	color:#5C82A0;
	}
A:link	{	
	text-decoration:	underline;
	color:	#5C82A0;
	
	font-size :8pt;
	font-family : Arial ;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#5C82A0;
	
	font-size :8pt;
	font-family : Arial ;
	
	}	
		
A:active	
{
	text-decoration:	underline;
	
	color:	#5C82A0;
	
	font-size :8.5pt;
	font-family : Arial;	
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#5C82A0;
	
	font-size :8.5pt;
	font-family : Arial ;
	}