#special 
{
    text-align:justify
}
#body 
{
    COLOR: #000000;
    FONT-FAMILY: "Times New Roman", Serif;
	FONT-SIZE: 13pt;
	LINE-HEIGHT: 13pt
}
.menu2
{
    COLOR: #EEEEEE;
    FONT-FAMILY: "Times New Roman", Serif;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none;
    font-weight: bold
}
.menu2:hover
{
    COLOR: #EEEEEE;
    TEXT-DECORATION: none
}
#menu
{
    COLOR: #EEEEEE;
    FONT-FAMILY: "Times New Roman", Serif;
    FONT-SIZE: 10pt;
    font-weight: bold
}
.menu
{
    COLOR: #005A5A;
    FONT-FAMILY: "Times New Roman", Serif;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none;
    font-weight: bold
}
.menu:hover
{
    COLOR: #EEEEEE;
    TEXT-DECORATION: none
}
.bodylink
{
    COLOR: #000000;
    FONT-FAMILY: "Times New Roman", Serif;
    FONT-SIZE: 13pt;
    TEXT-DECORATION: underline
}
.bodylink:hover
{
    COLOR: #005A5A;
    TEXT-DECORATION: underline
}
#title 
{
    COLOR: #408080;
	FONT-FAMILY: "Times New Roman", Serif;
	FONT-SIZE: 16pt;
	LINE-HEIGHT: 15pt;
	font-weight: bold
}
#subtitle 
{
    COLOR: #408080;
	FONT-FAMILY: "Times New Roman", Serif;
	FONT-SIZE: 15pt;
	LINE-HEIGHT: 15pt;
	font-weight: bold
}
#contactustext 
{
    FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 10pt
}
.contactuslink
{
    COLOR: #308078;
    FONT-FAMILY: Helvetica, Arial, sans-serif;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: underline
}
.contactuslink:hover
{
    COLOR: #C48A2D;
    TEXT-DECORATION: underline
}

#address 
{
	COLOR: #000000;
    FONT-FAMILY: "Times New Roman", Serif;
	FONT-SIZE: 9pt;
	LINE-HEIGHT: 9pt
}
.addresslink
{
    COLOR: #00A5A5;
    FONT-FAMILY: "Times New Roman", Serif;
    FONT-SIZE: 9pt;
    TEXT-DECORATION: underline
}
.addresslink:hover
{
    COLOR: #9C967F;
    TEXT-DECORATION: underline
}
#footer 
{
    COLOR: #000000;
    FONT-FAMILY: Helvetica, Arial, sans-serif;
	FONT-SIZE: 7pt;
	LINE-HEIGHT: 8pt
}
.footerlink
{
    COLOR: #000000;
    FONT-FAMILY: Helvetica, Arial, sans-serif;
    FONT-SIZE: 7pt;
    TEXT-DECORATION: underline
}
.footerlink:hover
{
    COLOR: #005A5A;
    TEXT-DECORATION: underline
}

/*Start of drop down menu*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px "Times New Roman", Serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#005A5A;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}
/*End of drop down menu*/

