@charset "UTF-8";

/* Body */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	background-color:#ffffff;
}

/* Links */

a:link {
	text-decoration: underline;
	color: inherit;
}
a:visited {
	text-decoration: underline;
	color: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}
a:active {
	text-decoration: underline;
	color: inherit;
}

/* Headers */

h1 {
	font-size: 26px;
	line-height: 32px;
	color: #45b2d1;
}

h2 {
	font-size: 22px;
	line-height: 28px;
	color: #c0d43f;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	color: #4d4d4d;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	color: #4d4d4d;
}

h5 {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}

/* Font Classes */

.footer {
	font-size: 12px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	font-weight: bold;
}

.indent {
	text-indent:75px;
}

/* Format Classes */
.image {
border: 10px solid #ffffff; 
float:left;
}
.spacer_h_10 {
	height: 10px;
}
.spacer_h_20 {
	height: 20px;
}

/* IDs */

