@charset "utf-8";
/* CSS Document */
@import "layout.css";


body {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 160%;
	color: #333333;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
}
img {
border:none;
}
p {
margin:0;
padding:0;
}
.Image_Margin_B {
	margin-bottom: 10px;
}
a:link {
	color:#D6204A;
	text-decoration: underline;
}
a:visited {
	color:#6FA7A9;
	text-decoration:underline;
}
a:hover,a:active {
	color:#336699;
	text-decoration: underline;
}
Strong {
	font-weight:normal;
}
ul,ol,li {
	padding: 0px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
}
.Clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}

