A:link {
	color: #0f3183; 
	cursor: pointer;
	border-bottom: 1px dashed;
	text-decoration:none;
}

A:active {
	color: #f19900; 
	cursor:	pointer;
	text-decoration:none;
	border-top:1px dashed;
	border-bottom: 1px dashed;

}
A:visited {
	color: #0f3183; 
	cursor: pointer;
	border-bottom: 1px dashed;
	text-decoration:none;
}

A:hover {
	color: #f19900; 
	cursor:	pointer;
	text-decoration:none;
	border-top:1px dashed #f19900;
	border-bottom: 1px dashed #f19900;
}

A.nav {
	color: #0f3183; 
	cursor:	pointer;
	border-top:0px;
	border-bottom: 0px;
	border-bottom: 0px;
	margin-left:15px;
	font-weight:bold;
}

A.nav:link {
	color: #0f3183; 
	cursor: pointer;
	border-top:0px;
	border-bottom: 0px;
	text-decoration:none;
}

A.nav:active {
	color: #f19900; 
	cursor:	pointer;
	text-decoration:none;
	border-top:0px;
	border-bottom: 0px;
}
A.nav:visited {
	color: #0f3183; 
	cursor: pointer;
	border-top:0px;
	border-bottom: 0px;
	}

A.nav:hover {
	color: #f19900; 
	cursor:	pointer;
	border-top:0px;
	border-bottom: 0px;
	text-decoration:none;
}

A.image
{
	text-decoration:none;
	cursor:pointer;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border:0px;
}

A.image:hover
{
	text-decoration:none;
	cursor: pointer;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border:0px;
}

a.image:visited
{
	text-decoration:none;
	cursor: pointer;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border:0px;
}

a.image:active
{
	text-decoration:none;
	cursor: pointer;
	border-top:0px;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	border:0px;
}

.boldText
{
	font-weight:bold;
	color:#0f3183;
}

div.statusInformation
{
	font-weight:bold;
	color:#f19900;
	font-size:14px;
}

.italicText
{
	font-style:italic;
}



hr.line
{
	color:#0f3183; 
	height:1px;
	margin-right:0; 
	text-align:center; 
	border-style:solid;
	border-width:1px 0 0 0;
	margin-top: 20px;
}

li.list
{
	margin-left:10px;
}

ul.list
{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:30px;
	list-style-image: url("../images/arrow_nav1.gif");
	list-style-position:outside;
	padding:0px;
}


TABLE.noBorder{
	margin-bottom:0;
	margin-top:0;
	empty-cells:hide;
	text-align:justify;
	border-top: 0px none white;
	border-bottom: 0px none white;
	border-left: 0px none white;
	border-right: 0px none white;
	padding:0;
	background-color:transparent;/*#ffff00;*/
}

div.referenceRightMargin{
	margin-right:10px;
	text-align: right;
}

div.referenceLeftMargin{
	margin-left:10px;
	text-align: left;
}


div.nav_vertical_title
{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:bold;
	letter-spacing:4px;
	color:#f19900;
	font-variant:small-caps;
}

div.nav_vertical_item
{
	margin-left:10px;
	margin-top:15px;
	font-weight:bold;
	background:url(../images/arrow_nav.gif) left center;
	background-repeat:no-repeat;
}


#borderStrip{
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	empty-cells:hide;
	border-collapse:collapse;
	border-color:#0f3183;
	background-color:white;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	padding:0;
	height:25px;
	vertical-align:middle;
}


 



