body {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%
}
p {
	padding: 5px 0 10px 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:focus {
	-moz-outline: none;
	outline: none;
}

h1 {
	font-size: 210%;
	text-transform: lowercase;
	margin-bottom: 10px;
}

h2 {
	font-size: 175%;
	text-transform: capitalize;
	margin-bottom: 10px;
	line-height: 125%
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 150%;
	text-transform: uppercase;
	margin: 10px 0;
}
h4 {
	font-size: 125%;
	text-transform: none;
	margin: 5px 0;
}
h6 {
	font-size: 90%;
	text-transform: none;
	margin: 5px 0;
}
ul li {
	background: url(../images/bg_main_bullet.jpg) no-repeat 0px 2px;
	line-height: 150%;
	padding-left: 20px;
}
ul li.pdf {
	background: url(../images/bg_main_bullet_pdf.jpg) no-repeat 0px 2px;
	line-height: 150%;
	padding-left: 20px;
}
.pic-left {
	float: left;
	border: 2px solid #333;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.pic-right {
	float: right;
	border: 2px solid #333;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.clear {
	clear:both;
}
.selected {
	font-weight: bold;
	color: #942723;
}
.readmore {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333;
}
.readmore a {
	background: #FFFFFF;
	color: #000000;
	padding: 3px;
	text-decoration: none;
}
.readmore a:hover {
	background: #CACAD9;
}
#company .pic-left {
	margin-bottom: 200px;
}
#contact .pic-left {
	margin-bottom: 300px;
}
.idTabs {
	margin-top: 10px;
}