/*************************************************/
/********************** Main *********************/
/*************************************************/

body {
   text-align:center;
   font-family:verdana
}

/*************************************************/
/**************** Font Styles ********************/
/*************************************************/

/****************/
/*** Headings ****/
/****************/

.pageTitle {
   font-size: 14pt;
   color: #000099;
   font-family: verdana; 
   font-weight: bold;
   text-align:left; 
}

.heading1 {
   font-size: 13.5pt;
   font-weight: bold;
   font-family:verdana
}

/*****************/
/*** Menu Text ***/   
/*****************/

.menutext {
	font-size: 8pt; 
	color: #ffffff; 
	font-family: verdana, helvetica, sans-serif; 
	text-decoration: none;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 1px;
	margin-top: 100px;
	margin-bottom: 100px;
}
.menutexton {
	font-size: 8pt; 
	color: #ffffff; 
	font-family: verdana, helvetica, sans-serif; 
	text-decoration: none;
	padding-left: 0.2em;
	padding-bottom: 1px;
	margin-top: 100px;
	margin-bottom: 100px;
	font-weight: bold;
	border-bottom: solid 2px #ffffff;
	list-style-type: none;
	display: inline;
	padding-right: 0.2em;
	white-space: nowrap;
}

.menutext1 {
	font-size: 8pt; 
	color: #ffffff; 
	font-family: verdana, helvetica, sans-serif; 
	text-decoration: none;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 1px;
	margin-top: 100px;
	margin-bottom: 100px;
}

.menutexton1 {
	font-size: 8pt; 
	color: #000000; 
	font-family: verdana, helvetica, sans-serif; 
	text-decoration: none;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 1px;
	margin-top: 100px;
	margin-bottom: 100px;
	font-weight: bold;
	border-bottom: solid 2px #6633ff;
}

.menu :link:hover, .menu :visited:hover {
	padding-bottom: 1px;
	border-bottom: solid 2px #6633ff;
	margin-top: 100px;
	margin-bottom: 100px;
	color: #999999;
}

.menu1 :link:hover, .menu1 :visited:hover {
	padding-bottom: 1px;
	border-bottom: solid 3px #6633ff;
	margin-top: 100px;
	margin-bottom: 100px;
	color: #000000;
}

p.menu {
	margin-top: 0px;
	margin-bottom: 4px;
}

div.menu {
	margin-top: 0px;
	margin-bottom: 4px;
}

p.menu1 {
	margin-top: 0px;
	margin-bottom: 4px;
}

.submenutext{
    font-size: 8pt; 
	color: #000000; 
	font-family: verdana, helvetica, sans-serif; 
	background:  #FF9900;
	font-weight: bold; 
	text-align: center; 
	text-decoration: none;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 2px;
}

.submenu :link:hover, .menu :visited:hover {
	padding-bottom: 1px;
	border-bottom: solid 3px #b77723;
}

/****************/
/*** Std Text ***/   
/****************/

.standard {
   font-size: 8pt;
   font-family:verdana;
   text-align:justify
}

.footerNav {
   background-color:#003366;
   text-align:center;
   vertical-align:top;   
   height:17px;
   font-size:9; 
   color:#ffffff;
   font-family: verdana, helvetica, sans-serif; 
   text-decoration: none;
}

A {
	font-size: 10px; 
	color: blue; 
	font-family: verdana, helvetica, sans-serif; 
	background-color: transparent; 
	text-decoration: none
}

.small { 
   font-smooth: never;
   font-size: 10px;
   font-family: verdana, helvetica, sans-serif; 
   color: #000000; 
} 

.smallWhite { 
   font-smooth: never;
   font-size: 10px;
   font-family: verdana, helvetica, sans-serif; 
   color: #ffffff; 
} 

.smalllink { 
   font-smooth: never;
   font-size: 9px;
   font-family: verdana, helvetica, sans-serif;  
} 

.smaller { 
   font-smooth: never;
   font-size: 9px;
   font-family: verdana, helvetica, sans-serif; 
   color: #000000; 
} 

.smallerlink { 
   font-smooth: never;
   font-size: 9px;
   font-family: verdana, helvetica, sans-serif;  
}

/*************************************************/
/******************** Tables *********************/
/*************************************************/

table.center {
   margin-left:auto; 
   margin-right:auto;
}

/************/  
/*** Menu ***/
/************/

td.menu {
	background-color: #9999ff;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 1px;	
	border-color: black;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
}

td.menu1 {
	background-color: #9999ff;
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 0.2em;
	padding-left: 0.2em;
	padding-bottom: 1px;	
	border-color: black;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
}

td.main {
	font-size: 10pt; 
	font-family: verdana, helvetica, sans-serif; 
	text-align: justify; 
 
}

.menuspacer {
   table-layout: fixed;
   width:1px;
}

/******************/
/*** Std Tables ***/
/******************/

table.withborder {
    border-color: black;
    border-width: 0 0 1px 1px;
    border-style: solid;
    width: 100%;
}

td.HeadingC {
	color: #ffffff;
	border-color:  #000000;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	background-color: #6666ff;
	width: 250px;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

td.Data {
	border-color: black;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
	background-color: #FFFFFF;
	font-size: 10px;
}

td.SmallText {
	background-color: #FFFFFF;
	font-size: 10px;
}

/**************************************************/
/******************** Buttons *********************/
/**************************************************/

.button { 
   font-family: verdana, helvetica, sans-serif; 
   font-size: 10px; 
   color: #000000; 
   background-color: #FF9900;
   height: 18px; 
   width: 120px; 
   border: #000000; 
   border-style: solid; 
   border-top-width: 1px; 
   border-right-width: 1px; 
   border-bottom-width: 1px; 
   border-left-width: 1px
}

/**************************************************/
/********************* Images *********************/
/**************************************************/

img {
   border:0px;
}
