Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: justify;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: justify;
}

/*text*/
.Footer{
	font-size: 10px;
	color: #aeaeae;
}

/*Header*/
.header{
	color: #258c9c;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*Tables*/
.tabletitle{
	color: #6CABE7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80ACDD;
	font-weight: bold;
}
.tableTextBack{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFE0F2;
	background-color: #F2F9FD;
}
.tableTextBacklt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFE0F2;
	background-color: #E3F1FB;
}


/*Links */

a:link { color: #5E5E5E; text-decoration: none }
a:active { color: #5E5E5E; text-decoration: none }
a:visited { color: #5E5E5E; text-decoration: none }
a:hover { color: #81A617; text-decoration: none }

.links{
	font-size: 11px;
	color: #5E5E5E;
}
a.links:link { color: #5E5E5E; text-decoration: none }
a.links:active { color: #5E5E5E; text-decoration: none }
a.links:visited { color: #5E5E5E; text-decoration: none }
a.links:hover { color: #698c07; text-decoration: none }

a.footer:link { color: #aeaeae; text-decoration: underline }
a.footer:active { color: #aeaeae; text-decoration: underline }
a.footer:visited { color: #aeaeae; text-decoration: underline }
a.footer:hover { color: #80acdd; text-decoration: none }

/*background*/
.ContentBackground{
	background-image: url(../images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}