body {

	margin: 0px;

	color: #ffffff;

	font-family: verdana, tahoma;
	font-size: 9pt;

	background-image: url('../images/left_bg.gi');
	background-repeat: no-repeat;
	background-attachment: fixed;

	background-color: #000000;

}

table,td {

	font-family: verdana, tahoma;
	font-size: 9pt;

}

input,button,select,textarea {

	font-family: verdana, tahoma;
	font-size: 9pt;
	color: #FFFFFF;
	
	border: 1px solid #FFFFFF;

	background-color: #000000;
}

.borderleft {

	background-image: url('../images/border_left.gif');
	background-repeat: repeat-y;

}

.borderright {

	background-image: url('../images/border_right.gif');
	background-repeat: repeat-y;

}

/* ====== A HREF ======== */


a:active img, a:visited img, a:link img { 
	filter:gray;
}

a:hover img {
	filter:none;
}

a {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #FFFFFF;
	
	text-decoration: underline;
}

a:hover {
	
	text-decoration: underline;
}

a.admin {
	font-family: arial, helvetica;
	font-size: 7pt;
	color: #99cc00;
	
	text-decoration: none;
}