A:link {
   text-decoration:none;
}
A:hover {
   text-decoration:underline;
}
A:active {
   text-decoration:none;
}
A:visited {
   text-decoration:none;
}

.bold {
	font-weight: bold;
}
.bodyClass {
	background: #eeeeee;
	width: 680px;
	margin-left:auto;
	margin-right:auto;
}

.contentClass {
	background: #ffffff;
   margin-top:0.5em;
   border-top:1px solid black;

}

#wrapper {
  padding:10px;
   font-family:arial,sans-serif;
}

#topHeader {
	background: #003f81;
   height:60px;

}

#topLogo {
   width:158px;
   height:51px;
}

.founded {
	color:#eeeeee;
   font-size:14pt;
   font-weight:bold;
   font-family:arial,sans-serif;
   padding-top:1em;
   margin-top:0;
}

.headquarters {
   font-size:14pt;
   font-weight:bold;
   font-family:arial,sans-serif;
   text-align:center;
   margin-top:0.5em;
}

#companyTable {
   font-size:18pt;
   font-family:arial,sans-serif;
   width:100%;
}

#companyInfo {
   font-family:arial,sans-serif;
}

.companyLogo {
   border:0;
   width:300px;
   height:300px;
   margin:auto;
   display:block;
}

.maincontent
{
	padding: 1em 1em 1em 1em;
	background-color: white;
}

.title
{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 9pt;
}

.normal
{
	margin-bottom: 5pt;
}

ul
{
	margin: 0px 0px 0px 0px;
}

.subhead
{
	font-weight: bold;
	margin-bottom: 3pt;
	font-size: inherit;
}
