﻿body {
	color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
}
#container {
	margin: 0px auto; border-right-color: rgb(0, 0, 0); border-left-color: rgb(255, 255, 255); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; background-color: rgb(0, 0, 0);
}
#contents {
	margin: 0px; padding: 0px 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 0px 10px 15px; line-height: 25px; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
}
#menu a:link {
	color: rgb(255, 255, 255); text-decoration: none;
}
#menu a:visited {
	color: rgb(0, 255, 0); text-decoration: none;
}
#menu a:hover {
	color: rgb(255, 255, 255); text-decoration: none;
}
#contents_right {
	padding: 10px 0px 10px 15px; line-height: 25px; letter-spacing: 1px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
}
#contents_right a:link {
	color: rgb(255, 255, 255); text-decoration: none;
}
#contents_right a:visited {
	color: rgb(0, 255, 0); text-decoration: none;
}
#contents_right a:hover {
	color: rgb(255, 255, 255); text-decoration: none;
}

#copyright {
	color: rgb(255, 255, 255); font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-image: url("images/bg_down.gif"); background-repeat: repeat-x;
}
#copyright a {
	color: rgb(255, 0, 255); text-decoration: underline;
}
#copyright a:hover {
	color: rgb(255, 255, 255); text-decoration: underline;
}
.heading {
	margin: 0px; text-indent: 20px; padding-bottom: 20px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
}
.text {
	margin: 0px; padding: 0px 0px 20px; text-align: justify; line-height: 18px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px;
}

