h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	text-align: center;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

p
{
	font-family: Arial;
	font-size: 12pt;
}

.buttonActive
{
    CURSOR: hand;
    CURSOR: pointer;
    COLOR: #FFCC00;
    BACKGROUND-COLOR: #ffcc33;
}

.buttonInactive
{
    CURSOR: hand;
    CURSOR: pointer;
    COLOR: #FF8800;
    BACKGROUND-COLOR: #ffee55;
}
.buttonCurrent
{
    CURSOR: hand;
    CURSOR: pointer;
    COLOR: #FF8800;
    BACKGROUND-COLOR: #ffcc33;
}

A
{
    COLOR: #FFCC00;
    TEXT-DECORATION: none;    
}

A:hover
{
    COLOR: #FFFF00;
}


.archright
{
    COLOR: #FFFF00;
}

.mycaption
{
	font-family: Courier New;
	font-size: 9pt;
	text-align: center;
	color: Red;
}

.myacaption
{
	font-family: Courier New;
	font-size: 9pt;
	color: Red;
}

.mytitle
{
	font-family: Arial;
	font-size: 12pt;
	color: black;   
}

.myrtitle
{
	font-family: Arial;
	font-size: 9pt;
	color: black;   
}

.mytlink
{
	font-family: Arial;
	font-size: 9pt;
	color: #FF8800;   
}

.mybody
{
	font-family: Arial;
	font-size: 9pt;
	color: #FF8800;   
}

.mysubtitle
{
	font-family: Arial;
	font-size: 8pt;
   font-color: #FFFF00;
   background-color:#801000;
}

BODY
{
    font-family:arial,helvetica;
    color: #FF8800;
    margin-left:11px;
    margin-top:10px;
    margin-right:11px;
    background-color:#000000;
}

P
{
	font-family: Arial;
	font-size: 9pt;
   text-align: justify;
}
