/* Default CSS Stylesheet for a new Web Application project */

BODY
{
  font-weight: normal;
  font-size: 10px;
  word-spacing: normal;
  text-transform: none;
  color: black;
  font-family: Verdana;
  letter-spacing: normal;
  background-color: #ffffff;
}

A:link	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#cc0000;
	}
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.header {
	font: 20px Helvetica, Arial, sans-serif;
	color: #762729;
}
.normal {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.border_line
{
  background-color: #762729;
}
.tab_bkg
{
  background-color: #f5f5e6;
}
.table_row_normal
{
  background-color: #F5F5E6;
}
.table_row_alt
{
  background-color: #EEE8AA;
}
.table_row_head
{
  color: white;
  background-color: #762729;
}
.button1
{
  border-right: #ffffff 1px solid;
  border-top: #ffffff 1px solid;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  border-left: #ffffff 1px solid;
  color: black;
  border-bottom: #ffffff 1px solid;
  font-family: Verdana;
  height: 18px;
  background-color: #eee8aa;
}
.button2
{
  border-right: #ffffff 1px solid;
  border-top: #ffffff 1px solid;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  border-left: #ffffff 1px solid;
  color: #ffffff;
  border-bottom: #ffffff 1px solid;
  font-family: Verdana;
  height: 18px;
  background-color: #762729;
}
A.tblLink
{
	text-decoration:	underline;
	color:	#ffffff;
}
A.tblLink:active
{
	text-decoration:	underline;
	color:	#ffffff;
}
A.tblLink:hover
{
	text-decoration:	none;
	color:	#762729;
  background-color: #ffffff;
}
A.tblLink:link
{
	text-decoration:	underline;
	color:	#ffffff;
}
A.tblLink:visited
{
	text-decoration:	underline;
	color:	#ffffff;
}
.tab_bkgImg
{
  background-image: url(images/ig_tab_light1_mm.gif);
  background-repeat: repeat-x;
}
TD
{
  font-weight: normal;
  font-size: 10px;
  word-spacing: normal;
  text-transform: none;
  color: black;
  font-family: Verdana;
  letter-spacing: normal;
}
.pgHead
{
  font-weight: bold;
  font-size: 14px;
  color: black;
  font-family: Verdana;
}
.overview_txt
{
  font-size: 11px;
  color: black;
  font-family: Verdana;
}
.bannerTitle
{
	font-family: Verdana;
	font-size: 16px;
	color: #762729;
	font-weight: bold;
}
.bannerText
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.errMsg
{
  font-weight: bold;
  font-size: 11px;
  color: red;
  font-family: Verdana;
}
.mylistbx
{
  font-size: 11px;
  font-family: Verdana;
  height: 18px;
}
.txtBox
{
  font-weight: normal;
  font-size: 11px;
  height: 18px;
  font-family: Verdana;
}
.lblTxt
{
  font-weight: bold;
  font-size: 11px;
  color: black;
  font-family: Verdana;
}
