body {
	background-color: White;
	color: Navy;
	font-family: Verdana, sans-serif;
}
body.emphasis {
	font-style: italic;
}
body.td {
	background-color: White;
	color: Navy;
	font-family: Verdana, sans-serif;	
}
body.td.emphasis {
	font-style: italic;
}
h2 {
border-bottom: thin solid Navy;
}
h2.emphasis {
	font-style: italic;
}
h3 {
border-bottom: thin solid Navy;
}
h3.emphasis {
	font-style: italic;
}

.keyword {
	font-weight: bold;
}
.tabletitle {
	font-size: small;
}
.tablecontents {
	font-size: smaller;
}
.tablecontentsAlternative {
	border-top: thin solid Navy;
	font-size: smaller;
}
.announce 
{
	font-size: medium;
	font-style:italic;
	color:Green;
}
.contact
{
	font-size:smaller;
	font-family: Verdana, sans-serif;
}
.overview
{
	font-size:smaller;
	font-family: Verdana, sans-serif;
}
.companyheader
{
	font-weight: bold;
	font-size: small;
	font-family: Verdana, sans-serif;
}
.companydetailheader
{
	font-weight: bold;
	font-size: smaller;
	font-family: Verdana, sans-serif;
	margin-right: 5px;
}
.companydetailheaderconcat
{
	font-weight: bold;
	font-size: smaller;
	font-family: Verdana, sans-serif;
	margin-left: 5px;
	margin-right: 5px;
}
.companydetailcontents
{
	font-size: x-small;
	font-family: Verdana, sans-serif;
}
.revision
{
	font-family: Verdana, sans-serif;
	font-size: xx-small;
}
pre {
	font-family: Verdana, sans-serif;
 	font-size: smaller;
}
.box {
 	font-weight: bold;
	font-size: small;
	background-color: #CF9D9C;
	border: 4px solid White;
	padding: 2px;
	color:white;
}
 
.row{
	font-size: x-small;
   BACKGROUND-COLOR: White;  
	COLOR: thin Navy;
	 padding: 4px;
}

.rowreverse{
	font-size: x-small;
   BACKGROUND-COLOR:  #F5F5F5; 
	 COLOR: thin Navy;
	 padding: 4px;
}
