/* Default CSS Stylesheet for a new Web Application project */
.labelText
{

	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
	
}

.smallText
{
	font-family:verdana;
	font-size:xx-small;
}

.tinytext
{
	font-family:tahoma;
	font-size:9px;
}
.smallTextRed
{
	font-family:Verdana;
	font-size:xx-small;
	color:Red;

}
.labelMsgText
{
	font-family:Verdana;
	font-size:10px;

}

.smallTextBold
{
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;

}

.medText
{
	font-family:Verdana;
	font-size:small;
}

.medTextBold
{
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;

}

.loginButton
{
	color: #FFFFFF;
	background-color: #010066;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
}

.commandButton
{
	font-family:Tahoma;
	font-size:7pt;
	width:80px;
}


.seperator
{
	width: 100%;
	color: #21459c;
	border: dotted;
	height: 1pt;
}

.copyrightText
{
	font-family: Verdana;
	font-size: 9px;
	color: #000000;

}
.errorText
{
	font-family:Verdana;
	font-size:medium;
	
}
.regularButton
{
	font-family:Verdana;
	font-size:xx-small;
	width:100px;	
}

.legendheader
   {
	color:#000000; 
	font-size:11px; 
	font-family:tahoma;
	font-weight:bold;
	}

.legend 
   {
	color:#000000; 
	font-size:11px; 
	font-family:tahoma;
	font-weight: bold;
	}
	
.legendfields
   {
	color:#000000; 
	font-size:11px; 
	font-family:tahoma;
	}


