/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #AA1203;
	background-color: #333333;

}
a	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#AA1203;
	text-decoration: none;
	font-weight: 200;
	}
	a:link	{
	color:#AA1203;
	text-decoration:none;
	font-weight: 200;
	word-spacing: 0.3em;
	}
	a:hover	{
	color:#FA9705;
	text-decoration:none;
	font-weight: 200;
	cursor: crosshair;
	word-spacing: 0.3em;
	}
	a:active	{
	color:#CC0000;
	text-decoration:none;
	font-weight: 200;
	cursor: crosshair;
	word-spacing: 0.3em;
	}
.div-text {
	text-align: left;
	vertical-align: middle;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	padding-top: 8px;
	padding-left: 8px;
	border: 0px;
	}
.order {
	color: #DEDEDF;
	}