body {
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../img/back.gif');
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #000;
	text-align: justify;
}

/* -------------------- 
		nav links
   -------------------- */

a.nav:link, a.nav:visited, a.nav:active {
	font: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	float: right;
	height: 20px;
	width: 135px;
	
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	color: #000;
}

a.nav:hover {
	background-color: #dee6cf;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

/* -------------------- 
	  end nav links
   -------------------- */

/* -------------------- 
		reg links
   -------------------- */
a:link, a:visited, a:active {
	font: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color: #d3dcc4;
	border-bottom: 1px dotted #000;
	color: #000;
}

a:hover {
	background-color: #fff;
	border-bottom: none;
}

/* -------------------- 
	  end reg links
   -------------------- */

/* -------------------- 
		img links
   -------------------- */
a.img:link, a.img:visited, a.img:active, a.img:hover {
	text-decoration: none;
	border: none;
}

/* -------------------- 
	  end img links
   -------------------- */

.contentborder {
	background-image: url('../img/content_border.gif');
}

.content {
	background-image: url('../img/content.gif');
}

.banner {
	background-image: url('../img/banner.gif');
}

.header {
	border-bottom: 1px solid #000;
	letter-spacing: -1px;
	line-height: 5px;
	text-transform: uppercase;
}

.bigletters {
	font-weight: bold;
	font-size: 40px;
}

.alternate1 {
	background-color: #d3dcc4;
}

input, select, textarea {
	font-family: arial;
	font-size: 10px;
	background-color: #d3dcc4;
	border: 1px solid #000;
}

input:hover, select:hover, textarea:hover {
	background-color: null;
}

.pos_points {
	font-color: #7cfc00;
}

.neg_points {
	font-color: #ff0000;
}

.dkp {
	border-bottom: 1px solid #000;
	width: 440px;
}