/* CSS Document */

body{
	margin:0px;
}
td{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; color:333333; line-height:16px;
}

a{
	color:#B62313; text-decoration:none;
}
a:hover{
	color:#C25246; text-decoration:underline;
}

.bg_head{
	background-image:url(../images/bg_head-body.jpg);
	background-position:top; background-repeat:repeat-x
}
.logo{
	height:81px;
	background-image:url(../images/logo.gif);
	background-position:left; background-repeat:no-repeat;
}
.bg_menu{
	background-image:url(../images/bg_menu.gif);
	background-position:center; background-repeat:repeat-x
}
.no-repeat_left{
	background-repeat:no-repeat; background-position:left;
}
.no-repeat_right{
	background-repeat:no-repeat; background-position:right;
}
.repeat-x{
	background-repeat:repeat-x; background-position:center;
}
.images{
	float:left;
	vertical-align:text-top;
	margin:0px 5px 0px 0px;
}
.images2{
	float:left;
	vertical-align:text-top;
	background:#F2EDED; border:solid 1px #CCCCCC;
	padding:4px;
	margin:0px 10px 10px 0px;
}
.line_dot{
	background-image:url(../images/dot.gif); background-position:bottom; background-repeat:repeat-x;
}

/*------------------link---------------*/
a.menu1{
	color:#333333; text-decoration:none;
}
a.menu1:hover{
	color:#B62313; text-decoration:underline;
}
a.blue_link{
	font-size:11px;
	color:#259CD0; text-decoration:none;
}
a.blue_link:hover{
	font-size:11px;
	color:#259CD0; text-decoration:underline;
}
a.menu{
	margin-right:15px; margin-left:15px;
	font-size:12px; font-weight:bold;
	color:#000000; text-decoration:none;
}
a.menu:hover{
	margin-right:15px; margin-left:15px;
	font-size:12px; font-weight:bold;
	color:#999999; text-decoration:none;
}
/*---------------end link---------------*/
/*-----------------font----------------*/
.font_red{
	color:#B62313;
}
.font_blue{
	color:#2D8DC5;
}

/*-------------end-font----------------*/