@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #333333;
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #eeeeee;
	margin: 0 auto;
}
DIV.header {
	width:980px;
	height:103px;
	text-align: left;
	display: block;
	margin: 0 auto;
}
DIV.header h1 {
	font-family: Trebuchet MS;
	font-size: 24px;
	color: #999999;
	padding:0px 10px 0 10px;
	font-style: normal;
	font-weight: normal;

}
DIV.ssp {
	width:980px;
	text-align: center;
	display: block;
	margin: 0 auto;
	background-color: #333333;
	background-image: url(../images/bg_headercorners.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:10px 0 0 0;
}
DIV.text {
	width:980px;
	text-align: left;
	display: block;
	overflow:auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
DIV.text_leftblock {
	width:330px;
	text-align: left;
	display: block;
	float:left;
}
DIV.text_centerblock {
	width:340px;
	text-align: left;
	display: block;
	float:left;
}
DIV.text_rightblock {
	width:310px;
	text-align: left;
	display: block;
	float:left;
}
DIV.text_leftblock p, DIV.text_rightblock p, DIV.text_centerblock p {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #CCCCCC;
	padding:0 20px 10px 20px;
	margin:0;
	
}
DIV.text_leftblock h1, DIV.text_rightblock h1, DIV.text_centerblock h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #999999;
	padding:0 20px 10px 20px;
	font-weight: normal;
	margin:0;
}
.date {
	color:#FFA53C; 
}
DIV.footer {
	width:960px;
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3a3a3a;
}
DIV.footer p {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #4f4f4f;
	padding:0 10px 10px 10px
}
DIV.block {
	width:960px;
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3a3a3a;
}
DIV.block p {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #999999;
	padding:0 10px 10px 10px
}
DIV.block a:link, DIV.block a:visited {
	color: #9dd000;
}
DIV.block a:hover, DIV.block a:active {
	color: #FFA53C;
}




