/*-------------------------------------------    
    Base Rules
-------------------------------------------*/
body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #646464;
	background-color: #414657;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	}

img	{ border: 0; }



/*-------------------------------------------    
    Temporarily disabled
	
a.reverselink:link { color: #FF0; text-decoration: underline; }
a.reverselink:visited { color: #FF0; }
a.reverselink:hover	{ color: #F60; }

.pagetitle {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}
.frametext {
	color: #fff;
	font-weight: bold;
}

.inputbox {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	background-color: #FFFFFF;
}
-------------------------------------------*/

