/* properties for basic text */
p, .normalText, td, li, ul, ol {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 10pt;
}

body {
	background-color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	color: #OOOOOO;
    padding: 0px 0px 0px 0px;
    margin: 0pt 0pt 0pt 0pt;
}

.quote {
   	font-size:95%;
	font-style:italic;
	padding: 2em 2em 2em 2em;
}

a {
	color: #EEEEEE;
	text-decoration: none;
}

a:hover {
	color: #F7DC15;
	text-decoration: none;
}

td {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

th {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16pt;
	color: #333333;
	padding: 0px;
	border: 0px;
}

.nav {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
    text-align: center;
	color: #000000;
}

a.navLink:link {
	color: #000000;
    text-decoration: none; 
}
a.navLink:visited {
	color: #000000;
    text-decoration: none;
}
a.navLink:active {
	color: #FFFFFF;
    text-decoration: none;
}
a.navLink:hover {
	color: #FFFFFF;
    text-decoration: none;
}

.gutter {
	background-color: #000000;
}

.subnav {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
    text-align: left;
	background-color: #FFF813;
	color: #000000;
    padding: 0px;
}

a.subnavLink:link {
	color: #000000;
    text-decoration: none; 
}
a.subnavLink:visited {
	color: #000000;
    text-decoration: none;
}
a.subnavLink:active {
	color: #F7032C;
    text-decoration: none;
}
a.subnavLink:hover {
	color: #F7032C;
    text-decoration: none;
}

.window {
    text-align: center;
	background-color: #OOOOOO;
	color: #000000;
    padding: 0px;		
}

.subnavcell {
	padding: 3px;
}

.subnavcell2 {
	padding: 3px;
	font-size: 9pt;
}

.tableBody {
    text-align: left;
	background-image:  url("../images/background/bodybackground.png");
	background-repeat: repeat-y;
    padding: 5px 5px 5px 5px;
}

.mainsubtitle {
    font-size: 16px;
    font-weight: bold;
	color: #F1F1F1;
	text-decoration: none;
	}
		

/* create leftnav_list*/

.leftnav_list {
    list-style-position: outside; 
    list-style:disc;
}

.title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 24px;
	line-height: 24px;
	font-weight: bold;
  	color: #000000;
}

.linksubtitle {
     font-size: 12px; 
	 align:left;
}


.subtitle {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
  color: #000000;
}

/* unused at this time*/
.header {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}

.footer {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	
}

.legal {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.google {
    float:right;
}
