/* CSS Document */

/************/
/*  GLOBAL  */
/************/

*{padding:0; margin:0;}
 body {
	font-size:12px;
	background-color: #000000;
	font-family:verdana,arial,sans-serif;
	background-repeat: repeat-x;
	color: #333333;
} 
.page-container {
	width:900px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	border:0;
	font-size:1em;
}
.main { width:900px; padding-bottom:5px;}
.page-left {
	width:725px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:0px;
	border:solid 0px;
	font-size:1em;
	float: left;
}
.img-left-menu {
	border: 0;
	float: left;
}
.img-left {
	clear:both;
	float:left;
	margin:3px 10px 3px 10px;
	padding:3px;
	border:2px;
	border-color: #666666;
}
.pg-menu {
	width:725px;
	height:30px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:0px;
	border:solid 0px;
	font-size:1em;
	float: left;
}
.pg-flash {
	width:725px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:0px;
	border:solid 0px;
	font-size:1em;
	float: left;
}
.pg-content {
	width:725px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:0px;
	border:solid 0px;
	font-size:12px;
	float: left;
	color: #999999;
	background-image: url(../images/bgmain.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page-right {
	width:160px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:0px;
	border:solid 0px;
	font-size:12px;
	float: right;
}

.par {
	padding: 10px;
}
.par-br {

	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
a {
	font-size: 13px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
	cursor:pointer;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.footer {
	clear:both;
	width:900px;
	margin:10px auto;
	border:0;
	font-size:11px;
	color: #333333;
	text-align:left;
	padding-top:10px;
}

.clear-main {clear:both; width:880px; height:1px; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}.tbhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.clr-tb {
	height:1px;
	border:none;
	color:#666666;
	background-color: #333333;
}

.tdhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

.tbhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}
.lbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: right;
	width: 100px;
	float:right;
}
.inp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
	width: 100px;
	
}
.inpa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
	width: 250px;
	
}