@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#353535;
	background-color:#E9E6DF;/*f8f8f8,DCD9D2*/
}
table{
	border:none;
	}
img{
	border:none;
	}
h1{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #A50203;
	}
h2{
	font-size:12px;
	font-weight:bold;
	display:inline;
	margin:0px;
	}
.text{
	font-size:12px;
	}
.smalltext{
	font-size:10px;
	}
.mediumtext{
	font-size:14px;
	}
.bigtext{
	font-size:16px;
	}
.boldtext{
	font-weight:bold;
	}
.top_bg{
	background:url(../images/top_bg.jpg) no-repeat top center;
	height:20px;
	}
.content_bg{
	background:url(../images/content_bg.jpg) repeat-y center;
	}
.bottom_bg{
	background:url(../images/bottom_bg.jpg) no-repeat bottom center;
	height:20px;
	}
.page_image{
	margin:0px 10px 10px 0px;
	border:2px solid #cccccc;
	}
.header_menu{
	display:inline;
	float:right;
	padding:5px;
	text-align:center;
	margin-top:35px;
	margin-left:10px;
	}
/*LINK STYLE START*/
a.text:link{
	color:#353535;
	text-decoration:none;
	font-weight:normal;
}
a.text:active{
	color:#353535;
	text-decoration:none;
	font-weight:normal;
}
a.text:visited{
	color:#353535;
	text-decoration:none;
	font-weight:normal;
}
a.text:hover{
	color:#353535;
	text-decoration:underline;
	font-weight:normal;
}
a.linktext:link{
	text-decoration:none;
	color:#0066CC;/*5788b6, 187AA9, BB0000*/
	font-weight:normal;
}
a.linktext:visited{
	text-decoration:none;
	color:#0066CC;
	font-weight:normal;
}
a.linktext:active{
	text-decoration:none;
	color:#0066CC;
	font-weight:normal;
}
a.linktext:hover{
	text-decoration:underline;
	color:#0066CC;
	font-weight:normal;
}
a.footer{
	font-size:10px;
	color:#353535;
	text-decoration:none;
	}
a.footer:hover{
	font-size:10px;
	color:#353535;
	text-decoration:underline;
	}
/*LINK STYLE FINISH*/

