
/* ### HTML Element Modifications ### */

body
{
	background:			#336699;
	cursor:				default;
	margin:				2px 0 0 4px;
}


td
{
	color:				#ffffff;
	font-family:		Arial;
	font-size:			12px;
}

a:link
{
	color:				#ffcc00;
	cursor:				hand;
	text-decoration:	none;
}
a:visited
{
	color:				#ffcc00;
	cursor:				hand;
	text-decoration:	none;
}
a:hover
{
	color:				#ffffff;
	cursor:				hand;
}

/* ### Custom Classes ### */

.Home_AchievementNumber
{
	color:				#ffcc00;
	font-size:			11px;
}
.Home_MainNav
{
	color:				#ffcc00;
	font-size:			12px;
	font-weight:		bold;
}

.ContentPage_Name
{
	font-size:			20px;
	font-weight:		bold;
}

.ContentPage_Nav
{
	font-size:			11px;
	font-weight:		bold;
}

.ContentPage_Timeline_TimePeriod
{
	font-size:			13px;
	font-weight:		bold;
}

.tracecontent table tr td
{
	color:				#000000;
}

.txtContent
{
	font-size:			13px;
}
