/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

A:link, A:visited, A:active
	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
A.white:link, A.white:visited, A.white:active
	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.white:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}

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;
	}	
TD.optionscelltop
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 1px;
	color: black;
	padding-top: 1px;
	font-family: Verdana;
	background-color: #6673a8;
}
TD.optionscell
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 10pt;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana;
	background-color: gainsboro;
}
td.sideblocks
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: white;
	padding-top: 3px;
	border-bottom: darkgray 1px solid;
	background-color: #383ba6;
}
td.sideblockstop
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	color: white;
	padding-top: 3px;
	border-bottom: darkgray 1px solid;
	font-family: Verdana, Arial;
	background-color: #6673a8;
}
TABLE.contactinfo
{
	border-right: lightgrey 0px solid;
	border-top: lightgrey 0px solid;
	border-left: lightgrey 0px solid;
	border-bottom: lightgrey 0px solid;
}

