body{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 13px;
	/*line-height: 8px;*/
}

p
{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 13px;
}

ul{
	list-style-image: url('/pic/aquaBullet.gif');
}

ul.dent1{
	list-style-image: url('/pic/aquaBullet.gif');	
}

ul ul li{
	list-style-image: url('');
	list-style-type: none;
}

.acronym{
	font-weight: bold;
	font-style: italic;
}

b.subtitle{
	text-decoration: underline;
}

font.pageTitle{
	font-size: 19px;
	font-weight: bold
}
font.sectionTitle{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
font.title{
	font-weight: bold;
	text-decoration: underline;
}

li{
	font-size: 13px;
	position:relative;
	line-height: 16px;
}

table{
	border-style: none;
	padding: 0px, 2px, 0px, 2px;
	font-size: 13px;	
}

hr{
/*	width: 97%;*/
	border-style: solid;
`	height:9px;
}

/*Styles for Tabular formatting*/
.oddRow {background-color: #E0E0E0}
.evenRow{background-color: #FFFFFF}
.titleRow{background-color: #C0C0C0; font-weight: bold;}

font.emphasize{
	font-weight: BOLD;
	font-size: 140%;
}

/*
A[href^='http:']{
		background: url(/pic/external.png) center right no-repeat;
        padding-right: 13px;
}

A.nonText{
	background: url("");
	padding-right: 0px;
}
*/

A.external[href^='http:']{
	background: url(/pic/external.png) center right no-repeat;
        padding-right: 13px;
}