/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	
	}

.textBig
{
	font-weight: bold;
	font-size: 24pt;
	color: green;
	font-family: Arial;
}
.lblWhiteDarkBlueBold
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #000080;
}
.lblWhiteLightBlue
{
	font-size: x-small;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #4682b4;
}

.lblWhiteLightBlueBoldXSmall
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #4682b4;
}

.lblWhiteLightBlueBold
{
	font-weight: bold;
	font-size: small;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #4682b4;
}

.lblWhiteLightBlueBoldSmall
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #4682b4;
}

.lblBlackBold
{
	font-weight: bold;
	font-size: x-small;
	font-family: Arial, Verdana, Sans-Serif;
}


.lblBlackSmall
{
	font-size: xx-small;
	font-family: Arial, Verdana, Sans-Serif;
}



.leftLink
{
	font-size: x-small;
}

.navLink
{
	font-size: xx-small;
}
.txtBlackUCASE
{
	font-size: x-small;
	text-transform: uppercase;
	font-family: Arial, Verdana, Sans-Serif;
}
.lblBlack
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	font-family: arial, verdana, sans-serif;
}
.tblOne
{
	border-right: #7ca5f7 solid;
	border-top: #7ca5f7 thin solid;
	border-left: #7ca5f7 solid;
	border-bottom: #7ca5f7 solid;
}



.lblBlackBoldSmall
{
	font-weight: bold;
	font-size: xx-small;
	font-family: Arial, Verdana, Sans-Serif;
}

