/* === GLOBAL SETTINGS === */

body					/* applies to the document background */
{
	font-size:			9pt;
	font-family:			 Tahoma, Verdana, Arial;
}

p					/* applies to all paragraphs */
{
	font-size:			9pt;
	font-family:			Tahoma, Verdana, Arial;
; color: #000000
}

table					/* applies to all tables */
{
	font-size:			9px;
	font-family:			Tahoma, Verdana, Arial;
; color: #000000
}

td					/* applies to all table cells */
{
	font-size:			9pt;
	font-family:			Tahoma, Verdana, Arial;
; color: #000000
}

ol					/* applies to all ordered lists */
{
	font-size:			9px;
	font-family:			Tahoma, Verdana, Arial;
}

ul					/* applies to all unordered lists */
{
	font-size:			9pt;
	font-family:			Tahoma, Verdana, Arial;
; background-color: #FFFFFF
}

li					/* applies to all list items */
{
	font-size:			9pt;
	font-family:			Tahoma, Verdana, Arial;
}

}

h1
{
	font-size:			medium;
	font-family: Tahoma, Geneva, sans-serif;
	color: #9C6;
	font-weight: normal;
}

h2
{
	font-size:			12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #9C6;
}
.BDTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	color: #900;
}


h3
{
	font-size:			14pt;
}

h4
{
	font-size:			12pt;
}

h5
{
	font-size:			10pt;
}

h6
{
	font-size:			8pt;
}
a:visited
{
	color:				#99CC66;
	font-weight:			bold;
; text-decoration: underline
; font-family: Tahoma, Verdana, Arial; font-size: 9pt
}

a:hover
{
	color:				#FF9933;
; text-decoration: underline
; font-family: Tahoma, Verdana, Arial; font-size: 9pt; font-weight: bold
}


a:link { 
	color:				#FF0000;
	font-weight:			bold;
; text-decoration: underline
; font-family: Tahoma, Verdana, Arial; font-size: 9pt
 } 

 } 
