@charset "utf-8";

/* CSS Document */



body{

	margin:0px 0px 0px 0px;

	background-color:#ffffff;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color:#696969;

	line-height:150%;

	background-image: url(images/body_bg.jpg);

	background-position: center 254px;

	background-repeat: no-repeat;

}



td,font,select,input{ font-size:11px;}



a:link{color:#696969;text-decoration: none;}

a:visited{color:#696969;text-decoration: none;}

a:hover{color:#c41230;text-decoration: underline;}

p{

	text-align:left;

	line-height:150%;

	margin:0px 0px 0px 0px;

	padding:0px  0px 10px 0px;

}

.body_top{

	margin:0 auto;

	padding:0px;

	width:100%;

	height:254px;

	background-color:#000000;

	background-image: url(images/top_bg.jpg);

	background-repeat: repeat-x;

	background-position: left top;

	text-align:center;

}

.body_l{

	margin:0 auto;

	padding:0px;

	width:100%;

	height:4px;

	background-color:#ffffff;

	background-image: url(images/top_l.gif);

	background-repeat: repeat-x;

	background-position: left top;

	text-align:center;

}

.body_l_b{

	height:4px;

	background-color:#414141;

	background-image: url(images/top_l_b.gif);

	background-repeat: repeat-x;

	background-position: left top;

}

.body_center{

	margin:0 auto;

	padding:0px;

	width:831px;	

	background-color:#414141;

	text-align:center;

}

.body_bottom{

	margin:0 auto;

	padding:10px 0px 10px 0px;

	width:831px;	

	background-color:#414141;

	text-align:center;

	color:#848383;

}



A.blue_link:link {
COLOR: #1e7cfa; TEXT-DECORATION: none
}
A.blue_link:visited {
COLOR: #1e7cfa; TEXT-DECORATION: none
}
A.blue_link:hover {
COLOR: #1e7cfa; TEXT-DECORATION:underline;
}
A.white_link:link {
COLOR: #ffffff; TEXT-DECORATION: none;
}
A.white_link:visited {
COLOR: #ffffff; TEXT-DECORATION: none;
}
A.white_link:hover {
TEXT-DECORATION:underline;
}