body {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}
h1, h2, h3, h4 {
	color: #000000;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 11pt;
}
p {
	text-align: justify;
	font-size: 10pt;
}
p.small {
	font-size: 8pt;
	text-align: left;
}
p.tag {
/*
	font-size: 11pt;
	font-variant: small-caps;
*/
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	text-align: center;
}
li {
	text-align: justify;
	font-size: 9pt;
	margin-bottom: 10px;
}
ul {
}
td.grid {
	border-left: 1px solid #FFFFFF;
}
td.menu {
	width: 119px;
	height: 19px;
	text-align: center;
	background-color: #000000;
	cursor: hand;
}
a.menu {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}
p.menu2 {
	text-align: left;
	font-size: 8pt;
}
a {
	font-weight: bold;
	color: #336699;
}
a.menu2 {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu2:hover {
	text-decoration: underline;
}

.blue {
	color: #336699;
}

div.content {
	padding: 5px 5px 5px 5px;
}

div.companyOver {
	width: 220px;
	height: 180px;
	background-color: #5BB0D2;
	border: 1px solid #BB2211;
	padding: 10px 10px 10px 10px;
	margin-right: 20px;
	cursor: hand;
	cursor: pointer;
}

div.companyOrange {
	width: 220px;
	height: 180px;
	background-color: #FF690B;
	border: 1px solid #BB2211;
	padding: 10px 10px 10px 10px;
	margin-right: 20px;
	cursor: hand;
	cursor: pointer;
}

div.companyOut {
	width: 220px;
	height: 180px;
	background-color: #FFFFFF;
	border: 1px solid #BB2211;
	padding: 10px 10px 10px 10px;
	margin-right: 20px;
	cursor: hand;
	cursor: pointer;
}
