/* Text */

body { 
	background-color: #FFFFFF; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-width: 0px; 
	margin-height: 0px;
	font-size: 12pt;
}

p {
	font-family: Times New Roman, Times, serif;
	color: #000000; 
	font-size: 12pt;
}

.reduce {
	font-family: Times New Roman, Times, serif;
	color: #000000; 
	font-size: 11pt;
}

h1 {  
	font-family: Times New Roman, Times, serif;
	font-size: 30px; 
	font-style: italic; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 14pt;
	color: #000000;
	text-align: center
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	color: #000000;
	text-transform: none;
	text-align: left;
}

.address_top {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}


.address_footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-style: italic;
}


/* page break */

.pagebreak {
	page-break-before: always;
}


/* ruler */

hr {
	width: 90%;
	color: #006699; 
	size: 3px; 
	shade: noshade;
	position: center
}

/* links */
/*
a:link{
	color:#CF9999
}

a:hover{
	color:#99CF99
}

a:active{
	color:#99CF99
}

a:visited{
	color:#99CF99
}
*/

/* lists */

dt {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

dd {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
}

ul {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
	list-style-type: disc
}

li {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
	list-style-type: disc
}

ol {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
	list-style-type: decimal
}

.numlist {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #000000;
	list-style-type: decimal
