.body		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 125%;
	color: #000000;
	letter-spacing: normal;
	font-weight: normal;
	scrollbar-base-color: #666666;
}

A:link		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	background: #666666;
	font-variant: normal;
	font-weight: bold;
}
A:active	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	background: #666666;
	font-variant: normal;
	font-weight: bold;
}
A:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #edddbc;
	text-decoration: none;
	background: #666666;
	font-variant: normal;
	font-weight: bold;
}
A:hover		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #edddbc;
	text-decoration: none;
	background: #666666;
	font-variant: normal;
	font-weight: bold;
}

font		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p				{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #e6f5d6;
	border: thin solid #ffffff;
}
li				{
	list-style-type: square;
}

.head			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 150%;
	color: #ffffff;
	letter-spacing: normal;
	font-weight: bold;
}
.head2		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 150%;
	color: #ffffff;
	letter-spacing: normal;
	font-weight: bold;
}
.head3		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	color: #ffffff;
	letter-spacing: normal;
	font-weight: bold;
}
.head4		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #ffffff;
	letter-spacing: normal;
	font-weight: bold;
}

.bold1		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	letter-spacing: normal;
	font-weight: bold;
}
.bold2		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	letter-spacing: normal;
	font-weight: bold;
}
.bold3		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	letter-spacing: normal;
	font-weight: bold;
}
.bold4		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #000000;
	letter-spacing: normal;
	font-weight: bold;
}

.tablehead	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	color: #ffffff;
	letter-spacing: normal;
	font-weight: bold;
}
.tablehead2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	color: #ffffff;
	letter-spacing: normal;
	font-weight: bold;
}
.tablehead3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #ffffff;
	letter-spacing: normal;
	font-weight: bold;
}
.hilite		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background: #aabb99;
	font-variant: normal;
	font-weight: bold;
}
.footer		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 125%;
	color: #000000;
	background: #666666;
	letter-spacing: normal;
	font-weight: normal;
}

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../images/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:480px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:50px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

a.player {	
	display:block;
	width:480px;
	height:360px;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
}
