body {
font-family: Arial, Helvetica, sans-serif;
}

h1 {
font-size: 9px;
color: gray;
margin-bottom: -7px;
}

h2 {
font-size: 10px;
font-weight: bold;
color: black;
margin-bottom: -10px;
}

h3 {
font-size: 14px;
color: black;
}

.h3whitebox {
color: #91007f;
background-color: #fff;
	font: bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h4 {
font-size: 30px;
color: black;
font-weight: bold;
margin-bottom: -10px;
}
.h4tighttop{
font-size: 18px;
color: black;
font-weight: bold;
margin-top: -50px;
}

.h4color {
font-size: 30px;
color: 0099FF;
font-weight: bold;
margin-bottom: 0px;
}

.boldblack {
font-size: 14px;
color: black;
font-weight: bold;
}

h5 {
font-size: 14px;
color: black;
font-weight: bold;
	margin-bottom: -1px;
}

p {
font-size: 10px;
color: black;
margin-bottom: 10px;
}
.paragraphtext {
font-size: 10px;
color: black;
margin-bottom: 10px;
}

.paragraphred{
font-size: 10px;
color: red;
margin-bottom: 10px;
}

.paragraphredbig{
font-size: 14px;
color: red;
margin-bottom: 10px;
}

.italicsmargin {
font-size: 10px;
color: black;
font-style: italic;
}

a {
text-decoration: none;
font-weight: bold;
font-size: 10px;
color: 0099FF;
}

a:hover {
text-decoration: none;
color: grey;
font-weight: bold;
font-size: 10px;
}

.biglink a {
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: black;
}

.biglink a:hover {
text-decoration: none;
font-weight: bold;
font-size: 14px;
	color: 0099FF;
}
.biglinkblue a {
text-decoration: none;
font-weight: bold;
font-size: 14px;
color: 0099FF;
}

.biglinkblue a:hover {
text-decoration: none;
font-weight: bold;
font-size: 14px;
	color: grey;
}

#imagebox {
	height: 252px;
	width: 310px;
	background-color: white;
	float: left;
}

#textbox {
	height: 217px;
	width: 385px;
	background-color: white;
	float: left;
	padding-left: 15px;
	padding-top: 35px;}

.container {
	height: 252px;
	width: 710px;
	background-color: white;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

*background {
	background: url(cm/line.png) repeat;
}