body { 
	background: #FFFFFF;
	font-size: 10pt;
	color: #000000; 
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 10px 10px 10px 10px;
	padding:				0;
}

p { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10pt;
}

td { 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10pt;
}

hr {
	color: #336699; 
	height: 1px; 
	background-color: #FFFFFF 
}

/* HEADINGS */
h1 {
	font-size: 				13pt;
	font-weight: 			bold;
	color: 					#336699;
	margin-top:				0px;
}

.imageHeading {
	margin-top:				0px;
	margin:					0px;
	padding:				0px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #666666;
}

h2.section{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

/* GENERAL LINK PROPERTIES */
a:link, a:visited, a:hover, a:focus, a:active { 
	color: #0000FF; 
	background-color: #FFFFFF; 
}

a.jurisdiction:link, a.jurisdiction:visited, a.jurisdiction:hover, a.jurisdiction:focus, a.jurisdiction:active {
	color:#FFCC66;
	background-color:#006699
}


a.sortColumn:link, a.sortColumn:visited, a.sortColumn:hover, a.sortColumn:focus, a.sortColumn:active {
	color:#000000;
	background-color: #EEEEEE;
}

/*
a:visited { 
	color: #990000; 
	background-color: #FFFFFF; 
}

a:hover, a:focus { 
	color: #0000FF;
	background-color: #FFFFFF; 
}

a:active { 
	color: #FF0000; 
	background-color: #FFFFFF; 
} */

/* LISTS */
ul {
	list-style: square;
	margin-bottom: 0%;
}

ul ul {
	list-style: circle;
	margin-bottom: 0%;
}

ul ul ul {
	list-style: disc;
	margin-bottom: 0%;
}

ol {
	list-style: decimal;
	margin-bottom: 0%;
}

ol ol {
	list-style: lower-alpha;
	margin-bottom: 0%;
}

ol ol ol {
	list-style: lower-roman;
	margin-bottom: 0%;
}

/* GENERAL PROPERTIES */
td { 
	font-size: 10pt; 
	font-family: verdana, arial, helvetica, sans-serif;
}

th {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

dt {
	font-weight : bold;
}

acronym {
	color : #006699;
	background : transparent;
}

abbr {
	color : #006699;
	background : transparent;
}

caption {
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

input { 
	font-size: 10pt; 
	font-family: verdana, arial, helvetica, sans-serif;
}

img { 
	border-style: 	none;
	border:			0px; 
}



/* TEXT STYLE CLASSES */
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.boldItalicText {
	font-weight: bold;
	font-style: italic;
}
.mandatory {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}

img.triangle {
	vertical-align: top;
}


/* @media print  */

page {
	margin: 10%;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	page-break-inside: avoid;
}

blockquote, ul, ol, dl {
	page-break-before: avoid;
}

/* @media aural */

h1, h2, h3, h4, h5, h6 {
	voice-family: paul, male;
	stress: 20;
	richness: 90;
}

h2 {
	pitch: x-low;
	pitch-range: 80;
}

h3 {
	pitch: low;
	pitch-range: 70;
}

h4 {
	pitch: medium;
	pitch-range: 60;
}

h5 {
	pitch: medium;
	pitch-range: 50;
}

h6 {
	pitch: medium;
	pitch-range: 40;
}

li, dt, dd {
	pitch: medium;
	richness: 60;
}

dt {
	stress: 80;
}

b, strong {
	pitch: medium;
	pitch-range: 60;
	stress: 90;
	richness: 90;
}

i {
	pitch: medium;
	pitch-range: 60;
	stress: 60;
	richness: 50;
}

u {
	richness: 0;
}

a:link {
	voice-family: harry, male;
}

a:visited {
	voice-family: betty, female;
}

a:active {
	voice-family: betty, female;
	pitch-range: 80;
	pitch: x-high;
} 

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.border {
	border: 2px;
	border-style:solid;
	border-color:#CCCCCC;
}

.white {
	background-color: #FFFFFF;
}

#content {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 10px;
}

.width100 {
	width: 100px;
}

table.grid td{
	border-bottom: 1px solid #666666;
	vertical-align: top;
}