body {
	background-color: #FFFFFF;
	color: #000000;
}

#container {
	background-color: #ffffff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6c7a1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6c7a1;
	margin: 0 auto;
}

#contents {
	margin:0;
	padding: 0 20px;
}

#left {
	background-image: url(images/bg_left.gif);
	background-repeat: repeat-y;
}

#right {
	background-image: url(images/bg_right.gif);
	background-repeat: repeat-y;
}

#menu {
	padding: 10px 0 10px 15px;
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
}

#menu a:link {
	color: #000000;
	text-decoration: none;
}

#menu a:visited {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	color: #000000;
	text-decoration: none;
}

#contents_right {
	padding: 10px 15px;
	font-family: "Century Gothic";
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}

#contents_right a:link {
    color: #000000;
	text-decoration: none;
}

#contents_right a:visited {
	color: #000000;
	text-decoration: none;
}
#copyright {
	background-image: url(images/bg_down.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}

#copyright a  {
	color: #e6e6fa;
	text-decoration: underline;
}

#copyright a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

.heading {
	margin: 0;
	padding-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	border-color: #93A070;
}

.text {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;	

}
#container #left table {
}
#container #right table {
}
#container #contents .heading table {
}
#container {
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}

