/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
	background-color:#000000;
	background-attachment:fixed;
	background-position:0%0%;
	background-repeat:repeat-x;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	
}

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

.small_text {
	font-size: 11px;
	color: #FFFFFF;
}
#bold_text {
	font-weight: bold;
}

#color_grey {
	color: #aeaeae;
}
#color_white {
	color: #ffffff;
}
#color_orange {
	color: #ec8e02;
}
/*
#no_line {
	text-decoration: none;
}
*/


A.link_none:hover {
	text-decoration: none;
}

A.link_grey:hover {
	color: #aeaeae;
	text-decoration: none;
}

A.link_underline:hover {
	text-decoration: underline;
	
}a {
	text-decoration: none;
	color: #ffffff;
}

p {text-align:justify;
}
