body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(../images/template/background.jpg);
	background-repeat: repeat-x;
	background-color:#EEEEEE;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 16px;
}

a {
	font-size: inherit;
	color: #000099;
	text-decoration: none;
}

a:visited {
}

a:hover {
	color: #FF6600;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333333;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
}

.headingFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
}

.headingFontBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}

.subFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.subFontBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.red {
	color: #990000;
}

.redBold {
	font-weight: bold;
	color: #990000;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 10px;
	margin: 5px;
	list-style-position: inside;
	list-style-image: url(../images/template/bulletGrey.gif);
	list-style-type: circle;
}
