/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	color: #003366;
	font-weight: normal;
	font-size: 0.9em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 0px;
	margin-bottom: 0px;
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	}	
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	}	
		
H4	{	
	font-size:	1.3em;
	font-weight:	500;
	margin-bottom: 20px;
	}	
H5	{	
	font-size:	1em;
	font-weight:	700;
	margin-top: 8px;
	margin-bottom: -10px;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	}	
DT
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 1px;
	margin-bottom: 0px;
	}
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, 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;
	}	


A:link
{
	color: navy;
	text-decoration: underline;
}	
		
A:visited	{	
	text-decoration:	underline;
	color:	navy;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	blue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI
{
	font-size: 12px;
	padding-bottom: 2px;
	/*line-height: 13pt;*/
	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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
#wrapper
{
	margin-left: 0%;
	width: 100%;
	height: 100%;
	background-color: navajowhite;
}
#topdiv
{
	margin-top: 25px;
	padding-top: 10px;
}
#rightdiv
{
	padding-right: 10px;
	padding-left: 10px;
	background: white;
	padding-bottom: 10px;
	margin-left: 200px;
	margin-top: 25px;
	width: 80%;
	padding-top: 10px;
	height: auto;
}
#leftdiv
{
	clear: left;
	float: left;
}
td, Normal, Body
{
	font-family: StoneSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.hdrblock
{FONT-SIZE: 9pt; WIDTH: 100%; BACKGROUND-COLOR: white; TEXT-ALIGN: right;
}
.navlink
{
	padding-left: 6px;
	font-weight: bold;
	font-size: 13px;
	border-left: navy 14px solid;
	color: navy;
	background-color: #dcdcdc;
}
P, p
{
	font-family: StoneSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom:auto;
}

/* 
  @font-face {
    font-family: StoneSans;
    font-style:  normal;
    font-weight: normal;
    src: url(STONESA2.eot);
  }
  @font-face {
    font-family: StoneSans;
    font-style:  normal;
    font-weight: 700;
    src: url(STONESA1.eot);
  }
//  @font-face {
//    font-family: Verdana;
//    font-style:  normal;
//    font-weight: 700;
//    src: url(VERDANA2.eot);
//  }
  @font-face {
    font-family: StoneSans;
    font-style:  oblique;
    font-weight: 700;
    src: url(STONESA0.eot);
  }
*/

