/* Redfinition of base html tags */
html {
	width: 100%;
	height: 100%;
	background: url(/imgs/design/header/bkg_body1.gif);
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #000;
	background-position: center top;
	background-repeat: no-repeat;
}
em {
	font-size: 11px;
	font-weight: normal;
	color: #333;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	margin-left: 10px;
	text-align: left;
	clear: both;
	font-family: "Futura";
}
h1 {
	font-size: 20px;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	font-weight: bold;
}
h2 a {
	color: #000;
}
h2 a:hover {
	color: #C00;
}
h1 a:hover {
	color: #000;
}
p, ul {
	margin: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	text-align: justify;
}
ul {
	padding: 2px;
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 20px;
}
.details ul {
	list-style-position: outside;
	text-align: left;
}
li {
	margin: 1px 0px 1px 1px;
	padding: 1px 0px 1px 1px;
}
img {
	border: 0px none;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
}
table {
	font-size: 11px;
	line-height: 13px;
	margin: 10px;
	color: #333;
	vertical-align: top;
	text-align: left;
}
th {
	text-align: left;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: top;
	background-color: #333;
	color: #CCC;
}
td {
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: top;
}
/* Custom classes of html tags */
.nopad {
	padding-right: 0px;
	padding-left: 0px;	
}
#livesearch {
	margin-right: 20px;
}
#livesearch th {
	padding-bottom: 0px;
}
#livesearch p, #livesearch h4, #text2 #livesearch p, #text2 #livesearch h4, #livesearch h3 {
	margin-right: 0px;
	margin-left: 0px;
}
#livesearch .normaltd td {
	padding: 0px;
}
.mini_table {
	background-color: #333;
}
.total_td {
	font-weight: bold;
	text-align: right;
}
.cell {
	background-color: #ECECEC;
}
.disable_cell {
	color: #404040;
}
.cell_black {
	background-color: #333;
	color: #FFF;
}
.smalltd {
	font-size: 9px;
	padding-top: 0px;
}
.flagtd {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.flagtd img {
	margin-right: 8px;
}
.blank {
	width: 4px;
	padding: 0px;
	margin: 0px;
}
.fakehr {
	clear: both;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #CCC;
}
.h3right {
	margin-top: 50px;
}
.p_bigger {
	font-size: 14px;
	line-height: 18px;
}