@charset "utf-8";
/* CSS Document */

body{
	background-color:			#282828;
	background-image:			url(images/BG_pages.jpg);
	background-repeat:			repeat-x;
	margin-top:					0px;
	margin-left:				0px;
	margin-right:				0px;
	margin-bottom:				0px;
	}
#flashZone{
	width:						840px;
	height:						271px;
	}
#Content{
	width:						840px;
	height:						100%;
	}
.content{
	background-color:			#FFFFFF;
	}
.content_top{
	background-image:			url(images/content_top.jpg);
	background-repeat:			no-repeat;
	width:						840px;
	height:						15px;
	}
.content_left{
	background-image:			url(images/content_left_bg.jpg);
	background-repeat:			repeat-y;
	width:						20px;
	vertical-align:				top;
	}
.content_right{
	background-image:			url(images/content_right_bg.jpg);
	background-repeat:			repeat-y;
	width:						20px;
	vertical-align:				top;
	}
.content_footer{
	background-image:			url(images/content_footer.jpg);
	background-repeat:			no-repeat;
	width:						840px;
	height:						15px;
	text-align:					center;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					10px;
	color:						#333333;
	letter-spacing: 			normal;
	vertical-align:				text-top;
	word-spacing: 				normal;
	white-space: 				normal;
	}
#info_left{
	width:						624px;
	height:						100%;
	float:						left;
}
#info_right{
	width:						176px;
	height:						100%;
	float:						right;
	}
#Footer{
	width:						840px;
	height:						59px;
	background-image:			url(images/footer.jpg);
	text-align:					center;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					10px;
	color:						#FFFFFF;
	letter-spacing: 			normal;
	vertical-align:				text-top;
	word-spacing: 				normal;
	white-space: 				normal;
	}
/* Links Menu */
a.link {
	color:						#FFFFFF;	
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					10px;
}
a.link:hover {
	color:						#999999;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					10px;
}
a.link2 {
	color:						#003366;	
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					10px;
}
a.link2:hover {
	color:						#000000;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					10px;
}