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