
/* 
author: Michael Lehto
*/

html, body 
{ 
	margin:0px 0px; 
	padding:0px;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-color:#999999;
}

a 
{ 
	color: #666666;
	font-size: 12px;
	background-color:transparent;
	text-decoration:none;
}
a:hover
{
	color: #000000;
	font-size: 12px;
	font-weight:700;
	background-color:transparent;
	text-decoration:none;
}

#body-content 
{
	width:1280px;
	height:768px;
	/*margin:0px auto;*/
	text-align:left;
	padding:1px;
	background-color:#999999;
}

#bkg
{
	position:absolute;
	width:1280px;
	height:768px;
	/*background-image:url(img/bkgPanel.jpg);*/
	color:#999999;
}


#content
{
	position:relative;
	width:1280px;
	height:768px;
	/*left:10px;*/
	/*top:15px;*/
	border-color:#999999;
	border-style:solid; 
	border-width:thin; 
	/*border-top-width:thick;*/
	background-color:#999999; 
	padding:0px; 
	margin:0px;
}

#content #defaultText
{
	position:relative;
	top:0px;
	left:50px;
	width:1280px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2px;
	cursor:default;
	color:#999999;
	background-color:#transparent;
}
#content #defaultText a
{
	color: #999999;
	background-color:transparent;
	cursor:pointer;
	text-decoration:none;
	cursor:default;
}
#content #defaultText a:hover
{
	color: #999999;
	text-decoration:none;
	cursor:pointer;
	background-color:transparent;
	cursor:default;
}
#content #defaultText a:visited
{
	color: #999999;
	background-color:transparent;
	cursor:pointer;
	text-decoration:none;
	cursor:default;
}
