* {
	
}


body {
	font-family: "Arial";
	font-size: 10pt;

	margin: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}


table {
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto; 
	margin-right: auto;
}

table td {
	vertical-align: top;
	padding: 0px;
}

.textcontent { margin: 50px 0 0 }

h1 {
	font-size: 18pt;
	font-weight: bold;
	/* text-transform: uppercase; */
}

h2 {
	font-size: 16pt;
	color: red;
}

h3 {
	font-size: 12pt;
	color: red;
	font-weight: bold;
}

img {
	border: 0px;
}

div.head a:link { 	
	color: white;
	font-weight: bold;
	text-decoration: none;	
}

div.head a:visited {
 	color: white;	
	font-weight: bold;
	text-decoration: none;
}

div.head a:active { 
	color: white;	
	font-weight: bold;
	text-decoration: none;
}

div.head a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.up_bg_black {
	background-color: black;
	height: 688px; 
	width: 100%;  
	position: absolute; 
	top: 0px; 
	z-index: -2;
}

table.up_table_bg {
	width: 100%;
	height: 688px;
	background-color: black;
}

.up_bg_img {
	background-color: black;
	height: 688px; 
	width: 100%;  
	position: absolute; 
	top: 0px; 
	z-index: -1;
}

.up_table_bg_img {
	background-color: black;
	background: url('img/big-bg-up.jpg') top center no-repeat;
	height: 688px; 
	width: 100%;  
	top: 10px; 
}

.head {
	color: white;
}

table.content {
	width: 1001px;
	/* border: solid red 1px; */
}

table.header_home {
	width: 100%;
}

table.menu_base {
	width: 90%;
	text-align: center;
	margin-left: 30px;
	margin-top: 5px;
}

table.menu_base_2 {
	width: 90%;
	text-align: center;
	margin-left: 30px;
	margin-top: 18px;
}

table.menu_base a {
	font-size: 11pt;
}

table.menu_base_2 a {
	font-size: 11pt;
}


table.content a:link {
	color: black;
	/* text-decoration: none; */
}

table.content a:visited {
	color: black;
	/* text-decoration: none;*/
}

table.content a:active {
	color: black;
	/*text-decoration: none;*/
}

table.content a:hover {
	color: red;
	/*text-decoration: underline;*/
}

.up_bg_black_2 {
	background-color: black;
	height: 265px; 
	width: 100%;  
	position: absolute; 
	top: 0px; 
	z-index: -2;
}

table.up_table_bg_2 {
	width: 100%;
	height: 265px;
	background-color: black;
}

.up_bg_img_2 {
	background-color: black;
	height: 265px; 
	width: 100%;  
	position: absolute; 
	top: 0px; 
	z-index: -1;
}

.up_table_bg_img_2 {
	background-color: black;
	background: url('img2/background.jpg') top center no-repeat;
	height: 265px; 
	width: 100%;  
	top: 0px; 
}

tr.ttb_tr1 td {
	color:  white;
	background-color: #333;
	padding: 0 10px;
}

table.tri tr td {
	padding: 20px;
}

label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}

