body
{
	background-color: #ffffff;
}

.contenttext
{
	color: #001;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

.contenttextbold
{
	color: #001;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}
.tablecolor
{
	background-color: #69c;
}

.tablecolorblack
{
	background-color: #001;
}

.tablecolorwhite
{
	background-color: #fff;
}

.tablecolortitle
{
	background-color: #006699;
}

.titletext
{
	color: #069;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
	text-transform: uppercase;
}

.titletextcontent
{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
}

a:active
{
	color: #ffcc00;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	text-decoration: underline;
}

a:link
{
	color: #ffcc00;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	text-decoration: underline;
}
a:visited
{
	color: #ffcc00;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
	text-decoration: underline;
}