/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 0px;
	font-weight: normal;
	font-size: 0.85em;
	word-spacing: normal;
	margin-left: 0px;
	overflow: auto;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	400;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	300;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	300;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	300;
	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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover
{
	font-weight: bold;
	color: #003399;
	background-color: #99ccff;
	text-decoration: underline;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI
{
	list-style: circle url(file:///C:\Pcscust\images\tick.gif) outside;
}	

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;
	}	



IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.TOCList
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	0.7em;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
.menuList
{
	font-weight: normal;
	font-size: 0.9em;
	padding-bottom: 0em;
	word-spacing: normal;
	text-transform: none;
	line-height: normal;
	padding-top: 0em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
}
.btnText
{
	font-weight: bold;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: blue;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
}
.listHeader
{
	font-weight: bold;
	font-size: 1.0em;
	word-spacing: normal;
	text-transform: none;
	color: blue;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
}
.listSummary
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
}
.CODE
{
	font-weight: normal;
	font-size: 1em;
	padding-bottom: 0px;
	word-spacing: normal;
	margin-left: 5px;
	overflow: auto;
	text-transform: none;
	color: black;
	padding-top: 0px;
	font-family: 'Courier New';
	letter-spacing: normal;
	background-color: gainsboro;
	text-align: left;
}
.CODECOM
{
	font-weight: normal;
	font-size: 1em;
	padding-bottom: 0px;
	word-spacing: normal;
	margin-left: 5px;
	overflow: auto;
	text-transform: none;
	color: green;
	line-height: normal;
	padding-top: 0px;
	font-family: 'Courier New';
	letter-spacing: normal;
	background-color: gainsboro;
	text-align: left;
}
.BANNER
{
	margin-top: 0px;
	font-weight: 300;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	color: #003366;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: right;
	text-decoration: none;
}	
.SUBTITLE
{
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 0.5em;
	word-spacing: normal;
	text-transform: none;
	color: #003366;
	text-indent: 25px;
	padding-top: 0.5em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: left;
	text-decoration: none;
}	
.PROMPT
{
	font-weight: bold;
	font-size: 1em;
	word-spacing: normal;
	text-transform: none;
	color: #003366;
	line-height: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-align: right;
	text-decoration: none;
}	
TD
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	overflow: auto;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}
.Items
{
	background-color: #f5f5f5;
}
.ItemsAlt
{
	background-color: #f0ffff;
}
.contentLeft
{
	clear: none;
	margin-top: 10px;
	display: inline;
	left: 10px;
	visibility: visible;
	margin-left: 10px;
	overflow: visible;
	width: 450px;
	margin-right: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
}
.BannerDiv
{
	CLEAR: both; 
	DISPLAY: block; 
	FLOAT: none; 
	WIDTH: 99%;
	POSITION: static
}
.contentFull
{
	
	display: inline;
	left: 10px;
	visibility: visible;
	padding-bottom: 10%;
	margin-left: 10px;
	margin-top: 10px;
	overflow: visible; 
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
}
		
.BoxRight
{
	clear: none;
	border-right: black thin solid;
	padding-right: 0px;
	border-top: black thin solid;
	padding-left: 0px;
	font-size: 10px;
	background: #dcf4fa;
	left: 500px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 0px;
	margin-left: 10px;
	border-left: black thin solid;
	width: 270px;
	color: #000;
	padding-top: 0px;
	border-bottom: black thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 140px;
	text-align: left;
}	
		
.BoxCenter
{
	clear: none;
	border-right: black thin solid;
	padding-right: 0px;
	border-top: black thin solid;
	/* Netscape does not like Display inline if position is static */
	/* display: inline; */
	padding-left: 0px;
	background: #dcf4fa;
	visibility: visible;
	margin-bottom: 20px;
	padding-bottom: 0px;
	margin-left: 50px;
	overflow: visible;
	border-left: black thin solid;
	width: 550px;
	padding-top: 0px;
	border-bottom: black thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: static;
	top: 100px;
	text-align: left;
}	

