/* Default CSS Stylesheet for a new Web Application project */


H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		

TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


TD.PageHeader	
{
	padding-left:10px;
	padding-top:10px;
	font-size:	20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #424683;
	}	

TD.PageSubHeader	
{
	padding-left:10px;
	padding-top:10px;
	font-size:	20px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #424683;
	}	

TD.PageText	
{
	padding-left:10px;
	padding-right:10px;
	font-size:	16px;
	font-family: Arial, Helvetica, sans-serif;
	}	

TD.ListBack
{
	background: #C0E1B9;
}


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;
	}	
Table.tblFramed
{
	/* border: solid 1px black; */
	background-color:#C0E1b9;
}
TD.BoxedHeader
{
	background-image:url(images/CalloutHeader.jpg);
	height:36px;
	width:656px;
	font-weight:bold;
	color:white;
	padding-left:10px;
	background-repeat:no-repeat;
}
TD.BoxedHeaderShort
{
	background-image:url(images/ShortCalloutHeader.jpg);
	height:36px;
	width:656px;
	font-weight:bold;
	color:white;
	padding-left:10px;
	background-repeat:no-repeat;
}
OL.BoxedList
{
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
OL.BoxedList2
{
	padding-bottom:0px;
	margin-bottom:0px;
}

UL.BoxedList
{
	padding-bottom:0px;
	margin-bottom:0px;
}

P.Quote	
{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #010a6b;
	padding-left:20px;
	padding-right:40px;
	
		}	

P.QuoteSig	
{
	font-family: Arial, Helvetica, sans-serif;
	color: #010a6b;
	padding-left:100px;
	font-weight:bold;
	}	

IMG.ImageLeft 
{
	float:left;
	padding-right:20px;
}
IMG.ImageRight 
{
	float:right;
	padding-left:20px;
}
