/* Default CSS Stylesheet for a new Web Application project */

body, td
{
	font-family:verdana;
	font-size:12px
}
A:visited	
{	text-decoration:none;
	font-family:Verdana;
	color:#FFFFFF;
}	
A:link	
{	text-decoration:none;
	font-family:Verdana;
	color:#FFFFFF;
}	
A:active	
{	
	text-decoration:none;
	font-family:Verdana;
	color:#FFFFFF;
}
A:hover
{
	color: #ffffff;
	font-family: Verdana;
	text-decoration: underline;
}
/*top link*/
A.top:visited	
{	
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}	
A.top:link	
{	
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}	
A.top:active	
{	
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}
A.top:hover	
{	
	text-decoration:none;	
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}

li
{
	margin-left:-15px;
	margin-bottom:5px;	
}

UL
{

	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

OL
{
		margin-left:45px;
	margin-bottom:-5px;	
	list-style-position: outside;
	list-style-type: decimal;
}
	
.bgDots {
	background-image: url(images/linedot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.box
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.head1
{
	font-weight: bold;
	font-size: 24px;
	color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	position: relative;
	top: 10px;
}

.head2
{
	font-weight: bold;
	font-size: 24px;
	color: black;
	font-family: Arial, Helvetica, Sans-Serif;
	position: relative;
	top: 10px;
}

.textSmall
{
	font-size:9px
}

.navLeft
{
	font-size: 9px;
	width: 166px;
}

A.navLeft:visited	
{	
	font-family:Verdana;
	font-size:9px;
	color:#000000;
}	

A.navLeft:link	
{	
	font-family:Verdana;
	font-size:9px;
	color:#000000;
}	

A.navLeft:active	
{	
	font-family:Verdana;
	font-size:9px;
	color:#000000;
}

A.navLeft:hover	
{	
	text-decoration:none;	
	font-family:Verdana;
	font-size:9px;
	color:#000000;
}

.flow
{
	clear: none;
	float: left;
	z-index:1000;
}
.z100
{
	z-index: 1001;
	clear: none;
	float: left;
	width: 120px;
	}

.noflow
{
	clear: both;
	float: none;
}

.offset9px
{
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;

}
	
H3
{
	font-size: 14px;
	color: #ff9900;
	position: relative;
}

H4
{
	font-size: 18px;
	color: #ffffff;
	position: relative;
}
.BUTTON
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 10px;
	border-left: 1px outset;

	border-bottom: 1px outset;
	height: 18px;
	
}

.AlignLeft
{
	text-align: left;
	font-size:9px;
}


