@charset "utf-8";
/* CSS Document */

body {
	background-color: #cccccc;
}
td {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}

td #content {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-align:justify;
}

.pageHeading {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#000000;
}

.subHeading {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
}

.remark {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666666;
	font-weight: bold;
}

.layout {
	border-style:solid;
	border-width: 1px;
	border-color:#333333;
	background-color:#FFFFFF
}

A {
	text-decoration: none;
	color:#0066FF;
}

A:Hover {
	text-decoration: none;
	color:#999999;
}

.content {
	overflow:auto;
	height:540px;
	width: 540px;
}
