@charset "utf-8";
body {
	margin: 0px;
}
#main {
	height: 300px;
	width: 800px;
	background-image: url(../images/htmlSite/bg_IM_main.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #666666;
}
#mainBox {
	border: 1px solid #666666;
}

#menu_main {
	height: 88px;
	width: 800px;
}
#Content {
	height: 225px;
	width: 800px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50px top;
}
.PinkText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
}
.PinkText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.PinkText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
.PinkText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6850A0;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.PinkText a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6850A0;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
}
.BodyText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.BodyText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.BodyText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D10000;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.BodyText a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE0000;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #00CCFF;
	font-weight: bolder;
	line-height: normal;
}
