.logo {
	margin-left: 2pt;
	margin-right: 2px;
	font-family: Times New Roman;
	font-size: 36pt;
	color: #ffffff;
	TEXT-DECORATION: italics;
}

.punchline {
	margin-left: 2pt;
	margin-right: 2px;
	font-family: Trebuchet MS;
	font-size:10pt;
	text-align:left;
	color: #ffffff;
	font-weight: bold;
	TEXT-DECORATION: italics;
}


.text 
{
	margin-left: 5pt;
	margin-right: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align:justify;
	TEXT-DECORATION: none;
}

A:link.text 
	{
	margin-left: 2pt;
	margin-right: 2px;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align:justify;
	font-weight: bold;
	TEXT-DECORATION: none;
	}
A:visited.text  
	{
	margin-left: 2pt;
	margin-right: 2px;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align:justify;
	font-weight: bold;
	TEXT-DECORATION: none;
	}

A:hover.text  
	{
	margin-left: 2pt;
	margin-right: 2px;
	font-family: Arial;
	font-size: 10pt;
	color: #BED562;
	text-align:justify;
	font-weight: bold;
	TEXT-DECORATION: underline;
}

.top {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #BABDC3;
	font-weight: bold;
	TEXT-DECORATION: none

}


a:link.top {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #BABDC3;
	font-weight: bold;
	TEXT-DECORATION: none
}

a:active.top {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #BABDC3;
	font-weight: bold;
	TEXT-DECORATION: none
}

a:hover.top {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #BED562;
	font-weight: bold;
	TEXT-DECORATION: none
	}
	
.box {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	TEXT-DECORATION: none

}


a:link.box {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	TEXT-DECORATION: none
}

a:active.box {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	TEXT-DECORATION: none
}

a:hover.box {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	TEXT-DECORATION: none
	}
	
.bottom {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	TEXT-DECORATION: none

}


a:link.bottom {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	TEXT-DECORATION: none
}

a:active.bottom {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	TEXT-DECORATION: none
}

a:hover.bottom {
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	TEXT-DECORATION: none
	}



.top2 {
	font-family: Trebuchet MS;
	font-size: 18pt;
	color: #ffffff;	
	font-weight: normal;
	TEXT-DECORATION: none
}

.top3 {
	font-family: Trebuchet MS;
	font-size: 18pt;
	color: #F6A300;	
	font-weight: normal;
	TEXT-DECORATION: none
}

a:active.top2{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #ffffff;	
	font-weight: bold;
	TEXT-DECORATION: none
}

a:hover.top2{
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #ffffff;	
	font-weight: bold;
	TEXT-DECORATION: underline;
}

.right {
	font-family: Tahoma;
	font-size: 10pt;
	color: #558310;	
	TEXT-DECORATION: none
}

a:active.right {
	font-family: Tahoma;
	font-size: 10pt;
	color: #558310;	
	TEXT-DECORATION: none
}

a:hover.right{
	font-family: Tahoma;
	font-size: 10pt;
	color: #558310;	
	TEXT-DECORATION: underline;
}

.heading
{
	font-family: Trebuchet MS;
	font-size: 12pt;
	color: #C40000;;
	font-weight: bold;
	TEXT-DECORATION: none;
}



ul{
        padding: 0;
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
        background: #000000;
    }
    ul li{
        display: inline-block;
        position: relative;
        text-align: left;
    }
    ul li a{
        display: block;
        padding: 8px 25px;
        color: #ffffff;
        text-decoration: none;
    }
    ul li a:hover{
        color: #fff;
    }
    ul li ul.dropdown{
        min-width: 255px; /* Set width of the dropdown */
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
    }
    ul li:hover ul.dropdown{
        display: block;	/* Display the dropdown */
    }
    ul li ul.dropdown li{
        display: block;
    }
    





uls{
        padding: 0;
	font-family: Trebuchet MS;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
       background: #E48600;
    }
    uls li{
        display: inline-block;
        position: relative;
        text-align: left;
    }
    uls li a{
        display: block;
        padding: 8px 25px;
        color: #ffffff;
        text-decoration: none;
    }
    uls li a:hover{
        color: #fff;
    }
    uls li ul.dropdown{
        min-width: 255px; /* Set width of the dropdown */
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
    }
    uls li:hover ul.dropdown{
        display: block;	/* Display the dropdown */
    }
    uls li ul.dropdown li{
        display: block;
    }