body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_main2.gif);
}
select, input, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
td, p, li, ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
p {
	text-align: justify;
}
li {
	padding-bottom: 5px;
}
.title {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #0066CC;
	text-align: left;
	font-weight: normal;
}
.subtitle {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.subtitle2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.copyright {
	color: #999999;
	font-size: 9px;
    font-weight:normal;
}
.table_header, .table_header td {
	color: #FFFFFF;
    font-weight: bold;
}
.black {
	color: #000000;
}


.list_row { /* alternate row for tabular data */
	background-color:#FFFFFF;
}
.form_row { /* alternate row for forms */
	background-color:#DDDDDD;
}
