/*NOTE:The FontSize and FontFamily is designated by an Element Style, 
so there is no need to apply a FontSize or FontFamily in a class unless you are wanting to overwrite the default Font style.*/


/*START element page styles*/
TD,TABLE,TR
	{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color: #FDEED0;
	}
BODY,P,DIV,CENTER,SELECT,TEXTAREA
	{
	font-size :10pt;
	font-family : Arial, Helvetica, sans-serif;
}
A
	{
    text-decoration: underline;
	color: #FDEED0;
}
A:ACTIVE
	{
	color: #FDEED0;
}
A:LINK
	{
	color: #FDEED0;
}
A:HOVER
	{
	text-decoration: none;
	color: #FDEED0;
}
H1
	{
    font-size: 20pt;
	font-weight: bold;
    color: #E1B20D;
	line-height : 20pt;
	font-family : Arial, Helvetica, sans-serif;
}
H2
	{
    font-size: 18pt;
	font-weight: bold;
    color: #000000;
	line-height : 18pt;
	font-family : Arial, Helvetica, sans-serif;
}
H3
	{
    font-size: 16pt;
	font-weight: bold;
    color: #E1B20D;
	line-height : 15pt;
	font-family : Arial, Helvetica, sans-serif;
}
H4
	{
    font-size: 13pt;
	font-weight: bold;
    color: #E1B20D;
	line-height : 13pt;
	font-family : Arial, Helvetica, sans-serif;
}
H5
	{
    font-size: 11 pt;
	font-weight: bold;
    color: #E1B20D;
	line-height : 15pt;
	font-family : Arial, Helvetica, sans-serif;
}
FORM
	{
    margin: 0px;
	font-size: 10pt;
}
HR
	{
	border : 1pt solid #FDEED0;
}
INPUT
	{
    font-size: 8pt;
}
UL,LI
	{
	line-height : 12pt;
	list-style: outside; 
}
/*END element page styles*/


/*START head styles*/
.h1
	{
    font-size: 20pt;
	font-weight: bold;
    color: #E1B20D;
	line-height : 20pt;
	font-family : Arial, Helvetica, sans-serif;
}
.h2
	{
    font-size: 18pt;
	font-weight: bold;
    color: #E1B20D;
	line-height : 18pt;
	font-family : Arial, Helvetica, sans-serif;
}
.h3
	{
    font-size: 16pt;
	font-weight: bold;
    color: #E1B20D;
	line-height : 15pt;
	font-family : Arial, Helvetica, sans-serif;
}
.h4
	{
    font-size: 13pt;
	font-weight: bold;
    color: #E1B20D;
	line-height : 13pt;
	font-family : Arial, Helvetica, sans-serif;
}
.h5
	{
    font-size: 11pt;
	font-weight: bold;
    color: #E1B20D;
	line-height : 11pt;
	font-family : Arial, Helvetica, sans-serif;
}
/*END head styles*/


/*START copy styles*/
.intro
	{
	font-size:10 pt; 
	line-height: 15 pt;
}
.toptext
	{
	color : #581A58;
}
/*END copy styles*/

/*START Table styles*/
.top
	{
    background-color : #FDEED0;
	}
.break
	{
    background-color : #584F1A;
}
.leftnav
{
    background-color : #790A24;
}
.right
{
    background-color : #581A58;
}
.smalltype
{
	font-size: 8 pt;
	color: #581A58;
}
.smalltype A
{
	color : #581A58;
	text-decoration : none;
}
.smalltype A:HOVER
{
	color: #581A58;
	text-decoration : underline;
}
/* END table styles */

