.topnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #DBA820;
   	text-decoration : none;
}

.header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
}

.maintext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.formtext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : black
}

.maintextbold {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
   	color : #666666;
}

.oneworld {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
   	color : #0000FF;
}

.navtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
}

.bold {
	font-weight : bold;
}

.bolditalic {
	font-weight : bold;
	font-style : italic;
}

.boldunderline {
	font-weight : bold;
	text-decoration : underline;
}

.underline {
	text-decoration : underline;
}

.italic {
	font-style : italic;
}

.packages{
	font-family : "Brush Script MT", "Times New Roman", Times, serif;
	font-size : 12pt;
	color: black;
   font-style : italic;
   font-weight : bold;
}
.sign {
	font-family : "Brush Script MT", "Times New Roman", Times, serif;
	font-size : 12pt;
   font-style : italic;
   color : #000000;
}

a:hover {
   	color: #FF0000
}

a.topnav:hover {
   	text-decoration : underline;
   	color : #DBA820;
}

.linktitles  { 
	font-size: 14pt; 
	color: #DBA820; 
	font-weight: bold 
}

.pagetitles  { 
	font-size: 14pt; 
	color: #DBA820; 
	font-weight: bold 
}

.companynames { 
	font-size: 12pt; font-weight: bold 
}

.hr {
	width: 60%;
	color : #DBA820;
	text-align: left;
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}