body 
{
	background-image: url(../../images/rktbg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.defaultTextField
{
	width:99%; 
	height:24px;  
	border:1px solid #ccc; 
	background-color:#666666; 
	color:#FFFFFF; 
	font:Helvetica; 
	font-family:Helvetica;
}

.loginTextField
{
	width:200px; 
	height:20px; 
	border:1px solid #ccc; 
	background-color:#666666; 
	color:#FFFFFF; 
	font:Helvetica; 
	font-family:Helvetica;
}

.basicBoldText
{
	font:Helvetica;
	font-family:Helvetica;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.button
{
	cursor:pointer;
}

#menu
{
}

#menu li
{
	list-style:none;
	float:left;
}

#menu li a
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:none;
	width:auto;
}

#menu li a:hover
{
	color:#999999;
}

#menu li a.hover
{
	color:#999999;
}

.basicText
{
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
}