@charset "iso-8859-1";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #734646;
}
a:hover {
	text-decoration: none;
	color: #C8A5A5;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.Main_Body_Content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 10px;
	margin-left: 30px;
	margin-right: 20px;
}

.Main_Body_Content_Strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.Main_Body_Sub_Content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 20px;
	margin-top: 20px;
}

.Sub_Body_Content_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 25px;
	margin-right: 15px;
	line-height: 22px;
}
