a:link
{
	color: #9900cc;
	text-decoration: none 
}
a:visited
{
	color: #cc99ff;
	text-decoration: none 
} 
a:active 
{
	color: #9900cc;
	text-decoration: none
}
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: rgb(255,255,255);
	color: black;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px
}
table
{
	table-border-color-white: rgb(255,255,255); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}
h1
{
	color: black; font-size: 22px; font style: bold; 
}
h2
{
	color: black font-size: 20px; font style: bold; 
}
h3
{
	color: black font-size: 18px; font style: bold; 
}
h4
{
	color: black font-size: 16px; font style: bold; 
}
h5
{
	color: black font-size: 14px; font style: bold; 
}
h6
{
	color: black font-size: 12px; font style: bold; 
}
.aligncenter {
	text-align: center;
}
.alignjustify {
	text-align: justify;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligntop {
	vertical-align: top;
}
.bold {
	font-weight: bold;
}
.bolder {
	font-weight: bolder;
}
.boldcenter {
	font-weight: bold;
	text-align: center;
}
.bolditalics {
	font-style: italic;
	font-weight: bold;
}
.borderdottedred
{
	border-style: dotted;
	border-color: #FF0000
}
.borderdoublered
{
	border-color: #FF0000; 
	border-style: double 
}
.borderthindoublered {
	border: thin solid #FF0000;
	font-weight: bold
}
.bordersolidred
{
	border-color: #FF0000;
	border-style: solid
}
.indent30
{
	text-indent: 30px;
}
.indent20
{
	text-indent: 20px;
}
.indent10
{
	text-indent: 10px;
}
.indentblock
 {
	text-align: left;
	vertical-align: top;
	border-left-width: 7px;
	border-left-style: dashed;
	border-left-color: #FF0000
}
.italics {
	font-style: italic;
}
.listloweralpha
{
	list-style-position: outside;
	list-style-type: lower-alpha;
}
.listlowerroman 
{
	list-style-position: outside;
	list-style-type: lower-roman;
}
.listupperalpha
{
	list-style-position: outside;
	list-style-type: upper-alpha;
}.listupperroman 
{
	list-style-position: outside;
	list-style-type: upper-roman;
}
.shadeblue
{
	color: #0000ff;
	background-color: #99ccff
}
.shadered
{
	color: white;
	background-color: #FF0000 
}
.text8pix {
	font-size: 8px;
}
.text10px
{
	font-size: 10px;
}
.text10pxcenter {
	font-size: 10px;
	text-align: center;
}
.text10pxright {
	font-size: 10px;
	text-align: right;
}
.textcapitalize
{
	text-transform: capitalize;
}
.textblue {
	color: #0000ff;
}
.textoblique {
	font-style: oblique;
}
.textred 
{
	color: #ff0000;
}
.textsmallcaps 
{
	font-variant: small-caps;
}
.textuppercase {
	text-transform: uppercase;
}
.textlowercase {
	text-transform: lowercase;
}
