html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*height:100%;
	background:no-repeat url(../images/bg.jpg) fixed;
	background-position: 50%;*/
	background-color:#990000;
}

.main_table {
	background:no-repeat url(../images/bg.jpg);
}

.but {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #FFFFFF;
	background-color: #990000;
	/*border : 1px solid #232756;*/
	border: 0px;
	font-size : 12px;
	font-weight:bold;
}

.bg_yellow {
	background-color: #FF9000;
}

.link {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
}
.link:visited {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
}
.link:HOVER {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 12px;
	text-decoration: underline;
	font-weight:normal;
}

.link_white {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}
.link_white:visited {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	font-weight:bold;
}
.link_white:HOVER {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	font-weight:bold;
}

.title {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.par_title {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}

.titlelink {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.titlelink:visited {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.titlelink:HOVER {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

.txt {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 12px;
	text-decoration: none;
	/*font-weight:normal;*/
}

.txt_red {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #990000;
	font-size: 12px;
	text-decoration: none;
	/*font-weight:normal;*/
}

.error {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.tableborder {
	border: 1px solid #990000;
}

.border_bot {
	border-width: 0px 0px 1px 0px;
}

.border_brown {
	border: 1px solid #990000;
}

.bgcolor {
	background-color:#FFE8E8;
}

.copy_right {
	font-family :Verdana, Arial, Helvetica, sans-serif;
	/*font-family :Tahoma;*/
	color: #919191;
	font-size: 10px;
	text-decoration: none;
}

.txt_blue {
	color: #1575f0;
}

.txt_blue:visited {
	color: #1575f0;
}

.txt_blue:hover {
	color: #1575f0;
}

.txt_red {
	color: #D12124;
}

.txt_red:visited {
	color: #D12124;
}

.txt_red:hover {
	color: #D12124;
}

.txt_white {
	color: #FFFFFF;
}

.txt_white:visited {
	color: #FFFFFF;
}

.txt_white:hover {
	color: #FFFFFF;
}

.txt_black {
	color: #000000;
}

.txt_black:visited {
	color: #000000;
}

.txt_black:hover {
	color: #000000;
}

.txt_yellow {
	color: #FF9000;
}

.txt_yellow:visited {
	color: #FF9000;
}

.txt_yellow:hover {
	color: #FF9000;
}

.doted_line {
	border-bottom:#C82341 dotted 1px;
}

.close_box {
	background-color:#ffffff;
	padding:3px;
	padding-top:0px;
	border:1px #990000 solid;
	text-decoration: none;
	white-space:nowrap;
	width:17px;
	cursor:pointer;
	color: #990000;
}
