body {
	background-color: #1c1f26;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, p, h1, h2, h3, a, th, td, input, select {
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
}
h1{
	font-size: 16px;
	color: #999999;
	margin:0;
	padding:5px;
}
h2{
	font-size: 14px;
	color: #FF5330;
	margin:10px 0 0 0;
	padding:5px;
	clear:both;
}
h3{
	padding-left:5px;
	margin:0 0 5px 0;
}
p {
	margin:0;
	padding:0px 5px 5px 5px;
	text-align:justify;
}
fieldset{
	vertical-align:top;
}
legend{
	font-size: 14px;
	color: #FF5330;
	font-weight:bold;
	padding:5px;
}
fieldset fieldset {
	float:left;
	height:70px;
	_margin:5px;
}
fieldset fieldset legend{
	font-size: 12px;
	color: #000000;
}
#news p img{
	margin:0 7px 0 0; 
	float:left;
}
img {
	border:0;
}
a{
	color: #FF5330;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
}
a:hover {
	color: #A61D00;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:underline;
}
#breadcrumb{
	padding-left:5px;
}
#news h1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #c6452d;
	font-weight: bold;
}

#news h3 {
	font-family: Tahoma;
	font-size: 9px;
	color: #939393;
	font-weight:normal;
}

table.contents{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	margin:5px;
}
table.contents td{
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	padding:3px;
}
table.contents th{
	color: #FF5330;
	padding:3px;
	background-color:#000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
}

.news_link, a.news_link {
	color: #ff5330;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
	float:right;
}
.definition_gray {
	color: #323131;
	font-family: Tahoma;
	font-size: 11px;
}
.definition_title {
	font-family: Tahoma;
	font-size: 11px;
	color: #8d382a;
	font-weight: bold;
	text-transform:uppercase;
}

#features td{
	background-color:#e4e4e6;
	vertical-align:top;
}


.date {
	font-family: Tahoma;
	font-size: 9px;
	color: #939393;
}
.text {
	font-family: Tahoma;
	color: #000000;
	font-size: 11px;
}

.definition_title {
	font-family: Tahoma;
	font-size: 11px;
	color: #8d382a;
	font-weight: bold;
}
#features td{
	background-color:#e4e4e6;
	vertical-align:top;
}
#sets td{
	background-color:#f8f8f8;
	vertical-align:top;
}
#sets_menu td{
	background-color:#e4e4e6;
	vertical-align:top;
}


.style2 {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	float:right;
	text-align: right;
}
.style3 {
	font-size: 11px;
	font-weight: bold;
}
.set_link {
	font-size: 10px;
	color: #ff5330;
	font-family: Tahoma;
	text-decoration: none; 
	}
a.set_link:hover{
	color: #ff5330;
	font-size:10px;
}
#sets_menu a{
	font-size: 11px;
	color: #666666;
	font-family: Tahoma;
	text-decoration: none; 
	}
#sets_menu a:hover {
	font-size: 11px;
	color: #333333;
	font-family: Tahoma;
	text-decoration: none; 
	}

.sets_menu {
	font-size: 10px;
	font-family: Tahoma;
	color: #333333;
}



/* Styles for the administration panel */
tr.odd{
	background-color:#FFFFFF;
	font-size: 11px;
	padding: 3px;
}
tr.even{
	background-color:#E8E8DA;
	font-size: 11px;
	padding: 3px;
}

.button {
	display:block;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #FF5330;
	background-color:#FF5330;
	float:right;
	color:#000000;
	text-decoration:none;
	margin:5px;
}
a.button {
	color:#000000;
	text-decoration:none;
	font-size:11px;
}
#adminMenu {
	vertical-align:top;
	width:202px;
	background-color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}
#adminMenu a{
	text-transform:uppercase;
	color:#FFFFFF;
}
#adminMenu fieldset{
	margin:10px;
	padding:15px;
}
#adminMenu legend{
	color: #FF5330;
}
#paging{
	float:left;
	margin:5px;
}
td.td1{
	background-color:#E8E8DA;
	white-space:nowrap;
}

@media print{
	body{
		margin:20px;
		margin-top:-150px;
		_margin-top:0px;
	}
	#breadcrumb {
		visibility:collapse;
		display:none;
	}
	#sets_menu {
		visibility:collapse;
		display:none;
	}
	#headerMenu {
		visibility:collapse;
		display:none;
	}
	#content{
		width:2000px;
	}
	.contents{
		width:100%;
	}
}
