/* Default CSS Stylesheet for a new Web Application project */

.txtbxlt1 
{
	BORDER-RIGHT: #b2b2b2 1px solid; 
	BORDER-TOP: #b2b2b2 1px solid; 
	BORDER-LEFT: #b2b2b2 1px solid; 
	COLOR: #121212; 
	height: 18px;
	font-size: 11px;
	BORDER-BOTTOM: #b2b2b2 1px solid
}
.MaroonLink 
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	MARGIN: 0px; 
	text-decoration:none;
	color: #660000;
}

.CapsBold 
{
	font-family: Arial, Verdana; 
	font-size: 14px; 
}

.Titles
{
	FONT-SIZE: 11px; 
	MARGIN: 0px; 
	COLOR: #000000; 
	font-weight: bold;
	FONT-FAMILY: Verdana, Arial, Tahoma
	
}

BODY
{
	margin-top: 0px;
	margin-left: 0px;
	FONT-SIZE: 11px; 
	MARGIN: 0px; 
	COLOR: #000000; 
	FONT-FAMILY: Tahoma, Verdana, Arial 
}

TABLE {
	FONT-SIZE: 11px; 
	MARGIN: 0px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Tahoma
}
.ComboBx
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-family: Verdana, Arial, Tahoma
}

.AlignMent
{
	text-align:center
}

.RedColor
{
	color: Red
}

.txtjustify
{
	text-align:justify;
}

.OrangeLink
{
	color: #FF9900;
	text-decoration: none;
}

.OrangeBoldLink
{
	color: #FF9900;
	font-weight:bold;
	text-decoration: none;
}