a
{
    font-size: "12px";
    font-weight: "bold";
    color: "rgb(60,60,130)";
    text-decoration: "none";    
}
a:hover
{
	color: "red";
    text-decoration: "none";
}
a.subNav
{
	height: "30px";
}
a.mainNav
{
	font-size: "11px";
	margin: "0,10px,0,10px";
}
b.companyName
{
	font-size: "21px";
	color: "white";
}
b.mainInactive, b.subInactive
{
	font-size: "12px";
}
b.mainInactive
{
	font-size: "11px";
	margin: "0,10px,0,10px";
}
b.subInactive
{
	height: "30px";
}
b.title
{
	font-size: "16px";
}
body
{
	background-color: "rgb(230,230,255)";
	font-family: "verdana";
}
img.logo
{
	margin-left: "10px";
	margin-top: "0px";
	margin-right: "10px";
	height: "60"; 
	width: "70";
}
img.about
{
	margin-left: "10px";
	margin-top: "0px";
	height: "575"; 
	width: "671";
}
li.list
{
	margin-top:		"10px";
	margin-bottom:	"10px";
}
p.main
{
	margin: "0px";
}
span.footer
{
	font-size: "10px"
	text-align: "center"
}
table.body
{
	width: "100%";
}
table.header
{
	 height: "100%"; 
	 width: "100%";
}
table.main
{
	width: "100%";
	font-size: "12px";
}
table.career
{
	width: "100%";
	font-size: "12px";
}
td.body
{
	vertical-align: "top";
	background-color: "rgb(210,210,240)";
	font-size: "12px";
	padding: "15px";
}
td.company
{
	background-color: "rgb(140,140,180)"
}
td.fieldValue
{
	vertical-align: "top";
	text-align: "left";
}
td.footer
{
	font-size: "10px";
	text-align: "center";
}
td.mainNav
{
	background-color: "rgb(190,190,220)";
}
td.subNav
{
	padding-top: "20px";
	padding-left: "20px";
	vertical-align: "top";
	text-align: "left";
}
th.fieldName
{
	vertical-align: "top";
	text-align: "left";
}
tr.body
{
	height: "450px"
}
tr.company
{
	height: "100px";
}
tr.contact
{
	height: "40px";
}
tr.content
{
	height: "360px";
}
tr.header
{
	height: "40px";
}
tr.mainNav
{
	height: "30px";
	margin-top: "20px";
}
tr.secondRow
{
	height: "500px";
}