/* Default CSS Stylesheet for a new Web Application project */

BODY, TD, P
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1	{
	font-family: Verdana,Arial,Helvetica;
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	}

H2	{
	font-family: Verdana,Arial,Helvetica;
	color: #003399;
	font-size: 25px;
	font-weight: bold;
	}

H3	{
	font-family: Verdana,Arial,Helvetica;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	}

H4	{
	font-family: Verdana,Arial,Helvetica;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
	}

H5	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 11px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 11px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		

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;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.normal {
  font-family: Verdana,Arial,Helvetica;
  color: #000000;
  font-size: 12px;
  font-weight: normal;
}

.mediumBlack {
  font-family: Verdana,Arial,Helvetica;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
}

.smallBlack {
  font-family: Verdana,Arial,Helvetica;
  color: #000000;
  font-size: 10px;
  font-weight: normal;
}

.smallWhite {
  font-family: Verdana,Arial,Helvetica;
  color: #FFFFFF;
  font-size: .10em;
  font-weight: bold;
}

.smallBlack:link	{	
	text-decoration:	none;
	color:	#000000;
  font-weight: bold;
	}	
		
.smallBlack:visited	{	
	text-decoration:	none;
	color:	#000000;
  font-weight: bold;
	}	
		
.smallBlack:active	{	
	text-decoration:	none;
	color:	#333333;
  font-weight: bold;
	}	
		
.smallBlack:hover	{	
	text-decoration:	underline;
	color:	#333333;
  font-weight: bold;
	}


.mediumGrey {
  font-family: Verdana,Arial,Helvetica;
  color: #999999;
  font-size: 11px;
  font-weight: normal;
}

.smallGrey {
  font-family: Verdana,Arial,Helvetica;
  color: #999999;
  font-size: 10px;
  font-weight: normal;
}

.darkGrey {
  font-family: Verdana,Arial,Helvetica;
  color: #6F6F6F;
  font-size: 11px;
  font-weight: normal;
}

.largeWhite {
  font-family: Verdana,Arial,Helvetica;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

.mediumWhite {
  font-family: Verdana,Arial,Helvetica;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
}

.smallWhite {
  font-family: Verdana,Arial,Helvetica;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
}
.smallWhite:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.smallWhite:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.smallWhite:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
.smallWhite:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}

.mediumRed {
  font-family: Verdana,Arial,Helvetica;
  color: #BF0000;
  font-size: 18px;
  font-weight: Bold;
}

.smallRed {
  font-family: Verdana,Arial,Helvetica;
  color: #BF0000;
  font-size: 10px;
  font-weight: normal;
}

.smallRedBold {
  font-family: Verdana,Arial,Helvetica;
  color: #990000;
  font-size: 11px;
  font-weight: bold;
}

.mediumGreen {
  font-family: Verdana,Arial,Helvetica;
  color: #005B2E;
  font-size: 11px;
  font-weight: normal;
}

.cellContent {
	padding-right: 6px;
	padding-left: 6px;
}

#popup div {cursor: pointer;}
