		
body,div,p,td {
	font-family: Verdana,Serif,Helvetica;
	font-size: 11pt;
}

p.copyright {
	padding:5px;
	text-align: center;
	font-size: 8pt;
}

body {
	background: white;
	color: black;
}

body a:hover {
	color:red;
	text-decoration: underline;
}
body a {
	color:blue;
	text-decoration: none;
}

td.title {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	background: rgb(51,102,204);
	color: black;	
}

tr.toolbar {
	background: 0xd4d4d4;
	color: black;
}
		
td.titlebar {
	background: #000080;
	color: white;
	font-family: Arial,Verdana,Helvetica;
	font-size: 12pt;
	font-weight: bold;
}

h1 { 
	font-size: 18pt;
	font-family: Arial,Helvetica,Times;
}
	
h2 { 
	font-family: Arial,Helvetic,Times;
	font-size: 14pt;
}

h3 {
    	font-family: Arial,Helvetic,Times;
	font-size: 12pt;
}

/* Cool Looking Table */
.dataTable {
	margin:9px auto;
   	width:99%;
}
.dataTable td {
	margin:0;
	padding:9px;
	border-top:1px dotted #ccc;
}
.dataTable .key {
	width:24%;
	border-right:1px dotted #ccc;
	font-weight:bold;
	color:#666;
	text-align:right;
	vertical-align:top;
}
.dataTable .value {
   color:#000;
}

/* Link Information */
div.linksArea {
	margin:9px auto;
  	float: right;
  	width: 35%;
	padding: 5px;
	border: dashed;
	border-width: thin;
	background: rgb(204,204,255);
}

/* Misc. Divs */
div.header {
	font-family: Arial,Verdana,Helvetica;
	font-size: 12pt;
	text-indent: 10px;
   	background: rgb(204,204,255);
   	border: solid;
	border-width: thin;
	width: 100%;
}

div.box {
	font-family: Verdana,Serif,Helvetica;
	font-size: 12pt;
	border: dashed;
	border-width: thin;
	padding: 10px;
}
div.box p {
	margin-top:0in;
	margin-bottom:.0001pt;
	text-align: center;
}

div.head-locator {
	font-family: Verdana,Serif,Helvetica;
    	font-size: 10pt;
    	text-indent: 10px;
    	background: rgb(204,204,255);
    	border: none;
    	width: 99%;
}

/*
 * Contact Information
 */

h3.contact {
    	font-family: Arial,Helvetic,Times;
	font-size: 12pt;
	margin-bottom:0pt;
	margin-top:16pt;
	
}

p.contact {
	font-family: mono;
	font-size:12pt;
	margin-top:0pt;
}

/*
 * Navigation Links
 */

.nhead {
	padding: 5px;
    background-color: #AAB4AA;
	font-size: 9pt;
	font-weight: bold;
	font-family: Tahoma,Verdana,Arial,Times;
}
.nitem {
	font-size: 9pt;
	text-indent: 8px;
	font-family: Verdana,Tahoma,Arial,Times;
}
.nSelecteditem {
        background-color: #E0B4AA;
        font-weight: bold;
				font-size: 9pt;
        text-indent: 8px;
        font-family: Verdana,Tahoma,Arial,Times;
}
.nSelecteditem a:hover {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: black;
        text-decoration: none;
}
.nSelecteditem a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        color: black;
}
.nitem a:hover {
	display: block;
        background-color: #99A399;
        padding-top: 5px;
        padding-bottom: 5px;
	color: red;
        text-decoration: none;
}
.nitem a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
	color: blue;
}
/* Box style for navbar */
.nBox {
		margin-top: 12pt;
        width: 100%;
}
.nBody {
        background-color: #EAF0EA;
}

/*
 * Product Table
 */

table.productOverview {
	margin:5px auto;
	width:99%;
}

tr.headerRow, td.headerRow{
	background-color: aqua;
    color: black;
	font-weight: bold;
	border:1px solid black;
}

td.evenRow {
	background-color: white;
	vertical-align: top;
	text-align:left;
	border:1px solid black;
	padding: 2pt;
}

td.oddRow {
	background-color: #D3D3D3; /* Light Grey */
	vertical-align: top;
	text-align:left;
	border:1px solid black;
	padding: 2pt;
}

