/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.txt_main {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	}
	.txt_main a:hover {
	text-decoration: underline;
	}

.txt_blue_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #002076;
	text-decoration: none;
	}

.txt_red_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #ED150C;
	text-decoration: none;
	}
	
.txt_orange_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FD9910;
	text-decoration: none;
	}
	.txt_orange_11 a:hover {
	text-decoration: underline;
	}

.txt_black_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

.nav_top {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}
	.nav_top a:hover {
	color: #C2EA00;
	}

.head_red_20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ED150C;
	text-decoration: none;
	}

.head_red_14{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED150C;
	text-decoration: none;
	}
	
.border_grey {
	border-left: #BFBFBF 1px solid;
	border-right: #BFBFBF 1px solid;
	}

.border_grey_left {
	border-left: #BFBFBF 1px solid;
	}
	
.border {
	border: #BFBFBF 1px solid;
	}
	
.border_pad {
	border: #BFBFBF 1px solid;
	padding: 2px;
	}
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	margin:0px
	
	z-index: 1;
}
input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}