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

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

.small {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 8pt;
}

/* HEADINGS */
h1 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-color: transparent;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

h3.book {
	font-size: 12pt;
	font-weight: bold;
	font-style:oblique;
	color: #336699;
	background-color: transparent;
}

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

/* GENERAL LINK PROPERTIES */
a:link { 
	color: #0000FF; 
	background-color: transparent;
}

a:visited { 
	color: #990000; 
	background-color: transparent;
}

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

a:active { 
	color: #FF0000; 
	background-color: transparent;
}

/* 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; 
}

/* 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;
}

/* @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;
} 

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.grey {
	background-color:#CCCCCC;
}
