.topnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
}
.sidenav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
}
.footernav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
}
.maintext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
}	
.formtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
}	
a.topnav:hover 
{
   	text-decoration : underline;
}
a.sidenav:hover {
   	text-decoration : underline;
}
a.footernav:hover 
{
   	text-decoration : underline;
}

a.main {
   	text-decoration : underline;
   	font-weight : bold;
   	color : white;
}
.sidetable {
	border-style : solid;
	border-top-width : 0px;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-color : #666666;
	border-right-width : 1px;
}
.maintable {
	border-style : solid;
	border-top-width : 0px;
	border-color : #666666;
	border-bottom-width : 10px;
	border-color : #666666;
	border-left-width : 2px;
	border-right-width : 0px;
}
.footer {
	font-family : Arial,Verdana,Helvetica,sans-serif;
	font-size : 10px;
	color : #ffffff;
	font-weight : bold;
}
.maintextbold {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.oneworld {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
   	color : green;
}
.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;
}
.pagetitles  { 
	font-size: 14pt; 
	color: #DBA820; 
	font-weight: bold 
}
.hr {
	width : 60%;
	color : #DBA820;
	text-align : left;
	margin : 0 auto 0 0; /*this will align it left for Mozilla*/
}
.imagered{
    border-style : solid;
    border-top-color : black;
    border-bottom-color : red;
    border-left-color : black;
    border-right-color : red;
    border-width : 20px;
    border-top-width : 0px;
    border-left-width : 0px;
    border-bottom-width : 1px;
	border-right-width : 1px;

}
