body, td, p {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : #000000;
}
a {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : #314B9D;
	text-decoration : underline;
}
a:hover {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica;
	color : #314B9D;
	text-decoration : none;
}
.normal {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : #000000;
	text-align : justify;
}
.header {
	font-family : Verdana, Arial, Helvetica;
	font-size : 12pt;
	color : #000000;
	font-weight : bold;
}
.smalltext {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : #000000;
}
.smalltext a {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : #000000;
	text-decoration : underline;
}
.smalltext a:hover {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : #314B9D;
	text-decoration : none;
}
.button a {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : #FFFFFF;
	background-color : #314B9D;
	height : 21px;
	vertical-align : middle;
	top : 5px;
}
.button a:hover {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : #314B9D;	
	background-color : #FFFFFF;
}
.editbox {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : #000000;
	width : 200px;
	border-width : 1px;
	border-color : #000000;
	background-color : #F0F0F0;
}
.smalleditbox {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : #000000;
	width : 70px;
	border-width : 1px;
	border-color : #000000;
	background-color : #F0F0F0;
}
.textarea {
	font-family : Verdana, Arial, Helvetica;
	font-size : 10pt;
	color : #000000;
	border-width : 1px;
	border-color : #000000;
	background-color : #F0F0F0;
}
/* begin of the menu style defenition */
.menuitem {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : #FFFFFF;
}
.menuitem a {
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	text-decoration : none;
	color : #FFFFFF;
}
#menu {
	position : absolute;
	left : 0px;
	top : 0px;
	visibility : hidden;
}
#menu a, .menuoption {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : #000000;
}
#menu a:hover {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : #314B9D;
	text-decoration : underline;
}
#menu .menutitle { 
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica;
	font-size : 8pt;
	color : #FFFFFF;	
	background-color : #314B9D;
	font-weight : bold;
	z-index : 1;
}
#menu td {
	background-color : #FFFFFF;
	z-index : 1;
}
h6, h6 a {
	color : #E9E9E9;
	text-decoration : none;
}
.blueheader {
   padding: 10px;
   display: block;
   background-color: #314B9E;
   text-align: center;
   color: #FFF;
   font-size: 24px;
   font-weight: bold;
}
a.button {
   background-image: url(/images/bg_button.gif);
   background-repeat:no-repeat;
   background-position: top;
   width: 192px;
   height: 17px;
   padding: 6px;
   color: white;
   display: block;
   font-weight: bold;
   text-decoration: none;
   float: right;
}
a.button:hover {
   background-position: bottom;
   text-decoration: none;
}
table.formtable tr td {
   padding-right: 10px;
   padding-bottom: 3px;
}
/* end of the menu style defenition */

/* menu */
#drop-down-menu {
    color:#ffffff;
    margin:0;
    padding:0;
    list-style:none;
}
#drop-down-menu ul {
    font-weight:bold;
    color:#ffffff;
    margin:0;
    padding:0;
    list-style:none; 
}
#drop-down-menu li {
    display:block;
    position:relative;
    float:left;
}
#drop-down-menu li ul {
    display:none;
}
#drop-down-menu li a {
    display: block;
    margin-right:3px;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
    border: 1px solid #314B9D;
    padding: 5px;
    background: #314B9D;
    white-space: nowrap;
}
#drop-down-menu ul li a:hover{
    background:#FFFFFF;
    color:#314B9D;
}
#drop-down-menu li:hover ul {
    display:block; 
    position:absolute;
    border: 1px solid #314B9D;
    border-collapse: collapse;
    background-color: #FFFFFF;
}
#drop-down-menu li:hover li{  
    display: block;
    float:none;
}
#drop-down-menu li:hover a {
    display:block;
    background:#FFFFFF;
    color:#314B9D;
    border: 1px solid #314B9D;
}
#drop-down-menu li:hover ul a {
    border: 0px;
}
#drop-down-menu li:hover li a:hover{
    background:#FFFFFF;
    color:#314B9D;
    text-decoration: underline;
}
.clear_all{
    clear:both;
    height:0px;
}
