/* CSS Document */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
	text-decoration: none;
}

.table_1 {
border-left:solid #CCCCCC 1px;
}

.table_2 {
margin:0px;
padding:3px;
}

.table_3 {
	padding:2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image:url(images/bck_5.jpg);
}

.table_edit {
background-color:#FFFFFF;
}


.black_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.black_txt_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.gray_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #696969;
}

.blue_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	font-weight: bold;
}

.white_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.orange_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
}

.big_black_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#000000;
}

.big_red_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FF0000;
	font-weight: bold;
}
.big_red_txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
}
.big_yellow_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#FFFF00;
	font-weight: bold;
}

.img_1 {
float:left;
margin:2px;
}
