body {
	font-size: small;
	background-color: #FFFFFF;
	margin: 0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
}

a:link { font-weight:bold;color: #663300; text-decoration: none}
a { font-weight:bold;color: #663300; text-decoration: none }
a:visited {font-weight:bold; color: #663300; text-decoration: none }
a:hover { font-weight:bold;color: #CC6600; text-decoration: underline }
a:active { font-weight:bold;color: #FF9900; text-decoration: none }

h3{
	font-size: large;
	border-bottom: 2px solid #99CC00;
	padding: 3px;
	margin: 0 0 5px 0;
	border-top: none;
	border-right: none;
	border-left: none;
	background-color: #EFEFEF;
}

h4{
	border-left : 6px solid #336600;
	padding-left : 5px;
	margin-bottom: 7px;
	border-top: none;
	border-right: none;
	border-bottom: none;
}

.main {
	padding: 15px;
	line-height: 1.3;
}

.menu {
	line-height: 1.4;
	background-image: url(img/side_bg.gif);
}

a.menu:link { font-weight:bold;color: #333333; text-decoration: none}
a.menu { font-weight:bold;color: #333333; text-decoration: none }
a.menu:visited {font-weight:bold; color: #333333; text-decoration: none }
a.menu:hover { font-weight:bold;color: #CC3300; text-decoration: none }
a.menu:active { font-weight:bold;color: #669900; text-decoration: none }

.menu_list {
	margin-top:3px;
	margin-left:10px;
	list-style-position: inside;
	list-style-image: url(img/arrow.gif);
	list-style-type: disc;
}

.title {
	font-weight: bold;
}
