/* Default CSS Stylesheet for a new Web Application project */

.smallLinks
{
	font-size: 9px;
	color: blue;
	cursor: hand;	
	font-family: Verdana;
	text-decoration:none; 
}

.mediumLinks
{
	font-size: 13px;
	cursor: hand;
	color: blue;
	font-family: Verdana;
	text-decoration: none;
}
.largeLinks
{
	font-size: small;
	cursor: hand;
	color: blue;
	font-family: Verdana;
	text-decoration:none; 
}
.largeLinks_u
{
	font-weight: bold;
	font-size: 14px;
	cursor: hand;
	color: blue;
	font-family: Verdana;
	text-decoration: underline;
}

.lnk_bluereg
{
	font-size: 13px;
	cursor: hand;
	color: blue;
	font-family: Arial, Verdana;
	text-decoration:none; 
}
.label_blkreg
{
	font-size: 11px;
	font-family: Arial, Verdana;
	text-decoration:none; 
}
.label_blkverd20px
{
	font-weight: bold;
	font-size: 20px;
	font-family: Verdana;
	text-decoration:none; 
}
.label_blkverd11px
{
	font-size: 11px;
	font-family: Verdana;
	text-decoration:none; 
}
.label_blkarial12px
{
	font-size: 12px;
	font-family: Arial;
	text-decoration:none; 
}
.label_navyverd11px
{
	color:Navy;
	font-size: 11px;
	font-family: Verdana;
	text-decoration:none; 
}
.label_navyverd14px
{
	color:Navy;
	font-size: 14px;
	font-family: Arial;
	text-decoration:none; 
}
.label_burgverd11px
{
	color:#670033;
	font-size: 11px;
	font-family: Verdana;
	text-decoration:none; 
}

.label_blueverd11px
{
	color:Blue;
	font-size: 11px;
	font-family: Verdana;
	text-decoration:none; 
}
.lnk_bluebold
{
	font-weight: bold;
	font-size: 13px;
	color: blue;
	font-family: Arial, Verdana;
	cursor: hand;
	text-decoration:none; 
}
.label_blkbold
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
}
.label_redbold_med
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana;
	color:#cc3333
}
.label_bluebold_med
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana;
	color:blue
}

.label_whtbold
{
	color:White; 
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
}
.smallLabels
{
	font-size: 9px;
	color: black;
	font-family: Verdana;
}
A:link	
{
	text-decoration:	none;
}
A:visited	{	
	text-decoration:	none;
	color:Blue;
	}
A:active	
{
	text-decoration:	none;
	color:Blue;
	}			
A:hover	{	
	text-decoration:	underline;
	}
.title
{
	font-size: 22px;
	color: #cc3333;
	font-weight:bold;   
	font-family: Arial;
}
.title_0
{
	font-size: 20px;
	color: #cc3333;
	font-weight:bold;   
	font-family: Arial;
}	
.title_1
{
	font-size: 13px;
	color: #cc3333;
	font-weight:bold;   
	font-family: Arial;
}
.subtitle_1
{
	font-weight: bold;
	font-size: 13px;
	color: #cc3333;
	font-family: Arial;
}
.subtitle_2
{
	font-weight: bold;
	font-size: 13px;
	color: Navy;
	font-family: Arial;
}
.subtitle_3
{
	font-weight: bold;
	font-size: 13px;
	color: #cc3333;
	font-family: Arial;
}
.subtitle_4
{
	font-weight: bold;
	font-size: 15px;
	color: #cc3333;
	font-family: Arial;
}
.subtitle_5
{
	font-weight: bold;
	font-size: 16px;
	color: #cc3333;
	font-family: Arial;
}
.errString
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: Verdana;
	background-color: cornsilk;
}
.rowColor
{
	background-color: cornsilk;
}
.highLight
{
	border:1px blue solid;
	background-color:white;
	text-decoration:none; 
}
.test
{
	background-color:#ffff99; 
}
.rem_highLight
{
	background-color: Transparent; 
}
.sepBorder
{
	border:1px black solid;
}
.textSmall
{
	font-size: xx-small;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}
.text
{
	font-size: 13px;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
}
.clssErrStr
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-family: Arial;
}

