.red {
	font-weight	:	bold;
	color	:	#FF0000;
}
.table_header {
	padding-bottom	:	2px;
}
.td_h1 {
	font-family	:	"Times New Roman";
	color	:	#FF0000;
	font-size	:	32px;
	font-weight: bold;
}
.td_h2 {
	font-family	:	Tahoma, Arial;
	color	:	#003366;
	font-weight	:	bold;
	font-size	:	18px;
	padding-left	:	11px;
}

#hint
{
	position	: absolute;
	display		: none; 
}

form {
	padding: 0;
	margin: 0;
}
html, body {
	min-width	:	1000px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	height	: 100%;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin	: 0;
}
a.category:link     { font: 11px Tahoma, arial;   color: #282848; text-decoration: none; font-weight:bold; }
a.category:active   { font: 11px Tahoma, arial;   color: #282848; text-decoration: none; font-weight:bold; }
a.category:visited  { font: 11px Tahoma, arial;   color: #282848; text-decoration: none; font-weight:bold; }
a.category:hover    { font: 11px Tahoma, arial;   color: #9690A1; text-decoration: underline; font-weight:bold; }

a:link, a:active, a:visited {
	font: 11px Tahoma, arial; 
	color: #003366; 
	text-decoration: none 
}

.a_red:link, .a_red:active, .a_red:visited {
	color: #FF0E0E; 
	text-decoration: none 
}

.a_red:hover { 
	color: #FF0000; 
	text-decoration: underline 
}

a:hover { 
	color: #3399CC; 
	text-decoration: underline 
}


.plugin {
	color: #282868;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
IMG {
	border: none;
}
a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
select, option, textarea, input
{
  color:       #282828;
  font-size:   11px;
  font-family: Tahoma, Arial, Verdana;

  background-color: #CDC4B4;
}