/* COLORS */
.bgff {
	background-color: #ffffff;
}
.bg88 {
	background-color: #888888;
}
.blue {
	background-color: #004499;
	color: #004499;
}
.green {
	background-color: #669966;
	color: #669966;
}


/* BOX, CELL STYLES */
#mainbody {
	height:100%;
	text-align: center;
	background:#ececec url(images/bg_page.jpg) repeat-x left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	vertical-align: top;
}
.boxconstruct {
	text-align: center;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 36px 36px 0px 36px;
	line-height: 16px;
}


/* TEXT STYLES */
a {
	text-decoration: underline;
	color: #004499;
}
a:visited {
	text-decoration: underline;
	color: #004499;
}
a:hover {
	text-decoration: none;
	color: #004499;
}
h1 {
	font-size: 18px;
	font-style: italic;
	color: #004499;
	padding: 0px;
	margin: 0px;
}
p {
	margin: 12 0 0 0;
	padding: 0;
}
ul {
	margin-top: 3px;
}
li {
	list-style-position: outside;
	margin-left: -5px;
	list-style-image: url(images/bullet.gif);
}
.txtconstruct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #eeeeee;
	text-align: center;
	padding: 24px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
}
.txtsidebar {
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 8px;
	background-color: #669966;
}
