body {
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
}
h1 {
	line-height: 28px;
}
table {
	font-size: 12px;
}
#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
/*	border: 1px solid #CCCCCC; */
}
#header {
	color: #3A3A3A;
	font-size: 11px;
}
.titleText {
	color: #F46213;
}
.boldText {
	font-weight: bold;
}
.contentText {
	font-size: 12px;
	text-align: justify;
	color: #333333;
	line-height: 22px;
}
.contentFooterText {
	font-size: 10px;
}
.lightGrayText {
	color: #A5A6AC;
}
.orangeText {
	color: #F6702E;
}
.footerText {
	font-size: 10px;
}
a {
	color: #F6702E;
	text-decoration: none;
}

a:visited {
	color: #F6702E;
	text-decoration: none;
}

