.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;
	letter-spacing: 1px;
}
.tablecolor
{
	background-color: #69c;
}
.tablecolorblack
{
	background-color: black;
}
.tablecolordark
{
	background-color: #666;
}
.tablecolorgrey
{
	background-color: #ccc;
}
.tablecolortitle
{
	background-color: #006699;
}
.titletext
{
	color: white;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	text-transform: uppercase;
}
.titletextcontent
{
	color: black;
	font-weight: bold;
	font-size: 16px;
	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;
}
