/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	background: #ffffff;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	font-family:verdana,arial,helvetica;
	font-size:10pt;
}

IMG {margin-top: 0px;margin-left: 0px;margin-right: 0px; border:0;}

a 
{	color:#333366;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	font-family:verdana;
}

a:large {font-size:12px;}
a:hover {text-decoration:underline;}
a.footer {color:Gray;font-weight:normal;}
a.small {color:Gray;font-weight:normal;}


.shade {background-color:#FFFFCC;}
.shade2 {background-color: #cccc99;}

TABLE {font-size:10pt;}

/*Fonts ******************************************************************/
.Title {font-size:14px;font-weight: bold;}
.Large {font-size:12px;font-weight: bold;}
.Normal {font-size:12px;}
.Normal2 {font-size:12px;color:Gray;}
.Small {font-size:10px;}
.Small2 {font-size:10px;color:Gray;}
.Smaller {FONT-SIZE: 8pt;COLOR: Black;font-weight:lighter;}
