﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;	
	font-weight: normal;
	font-size: 10px;	
	color: #000000;
	/*006699;*/
	font-family: Verdana, Tahoma;	
}
.CenterText, 
{
	font-family:Verdana, Tahoma;
	font-size:10px;
	text-align:justify;
	line-height:20px;
	color:Black;
}
.CenterText A, .CenterText A:visited
{
	text-decoration:underline;
	color:Gray;
}
.CenterText A:hover
{
	color:#cc0000;
}
.LeftLinks a, .LeftLinks a:visited
{
font-family:Verdana;
font-size:10px;
color:#999999;
font-weight:bold;
text-decoration:none;
}
.LeftLinks a:hover
{
color:#cc0000;
}
.GeneralCSS, .GeneralCSS A, GeneralCSS A:visited
{
	font-family:Verdana, Tahoma;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
.textCss
{
	font-family:Verdana, Tahoma;
	font-size:10px;
	color:#000000;
}