/* CSS Document */
.text {
	font-family:Arial;
	color: #000000;
	font-size: 12px;
}
.link {
	font-family:Arial;
	color: #000000;
	font-size: 12px;
}
.link a:link {
	text-decoration: underline;
	color:#000000;
}
.link a:visited {
	text-decoration: underline;
}
.link a:hover {
	color:#FF9900;
	text-decoration: none;
}
.link a:active {
	text-decoration: none;
}
.mainheading {
	font-size: 22px;
	font-weight: bold;
	font-family:Arial;
	color:#FF9900;
	font-variant:small-caps;
	text-align:left;
	padding-left:294;
}
.heading {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial;
	color:#FF9900;
}
.bheading {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial;
	color:#000000;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial;
	color:#FF9900;
}
.footer {
	font-size: 10px;
	font-family: Arial;
	color:#000000;
}
.menu a:link {
	text-decoration: none;
	color:#FF9900;
}
.menu a:visited {
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
	color:#000000;
}
.menu a:active {
	text-decoration: none;
}
body {
	background-image: url(image/bg_side.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}



