/*
color values

*/

html,body
{
	margin: 0;
	padding: 0;
}
body 
{
	background: url(images/background.gif) repeat-x #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #666;
	text-align: center;
}
div#flashmovie_flashcontent
{
	width: 990px;
	height: 592px;
	border-top: 0px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	margin: 0 auto 20px auto;
}
div#footer
{
	padding: 0 0 20px 0;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}
a:link, a:visited, a:active
{
	color: #999;
	font-weight: bolder;
}
a:hover 
{
	color: #666;
	font-weight: bolder;
}
