body {
	background: url(layout/b.gif);
	background-color: #DCDCDC;
	color: #505050; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
body a {
	font-weight: bold;
	text-decoration: none;
	color: #0C0C44;
}
body a:hover {
	color : #8C0000;
}
h1 {	
	color: #8C0000;
	font-weight: bold;
	font-size: 18px;
}
h2 {	
	color: #0C0C44;
	font-weight: bold;
	font-size: 18px;
}
img {
	border: 0px none;
}
table {
	width: 100%;
}
div {
	overflow: hidden;
}
.master {
	width: 750px;
	margin: 0px auto;
}
.header, .contents, .footer {
	width: 730px;
	padding: 10px;
}
.header, .contents {
	background-color: #FFFFFF;
}
.contents {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #AAAAAA;
}
.header {
	background: url(layout/b-top.gif);
}
.blue {
	width: 750px;
	height: 4px;
	background-color: #0C0C44;
}
.footer {
	background-color: #8C0000;
	color: #FFFFFF;
}
.footer a {
	font-weight: normal;
	color: #FFFFFF;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
