@charset "UTF-8";
/* CSS Document */
body {
	color: black;
	text-decoration: none;
	padding: 0px;
	font-family: Courier new, arial, verdana, arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:28px;
	margin: 0px;
	margin-top:28px;
	border: 0;
}
.alt {
	color: white;
}
#menu {
	position: absolute;
	top:48px;
	left:24px;
	/*width:200px;*/
	margin: 0px;
	background: none;
	padding-top: 0px;
	margin:0px;
	padding:0px;
	text-align: left;
	z-index:auto;
}
#right{
	width: 600px;
	position: absolute; 
	left: 299px;
	top:100px;
	right: 0;
	bottom: 0;
	padding-bottom:0px;
	/*overflow: auto;*/ 
	background: #fff;
	z-index:auto;
}
.title {
	color: black;
	text-decoration: none;
	padding: 0;
	font-family: Courier new, arial, verdana, arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height:35px
}
.title_b {
	font-weight: bold;
}
a {
	text-decoration: none;
	background:none;
	color: black;
}
a:hover {
	background:#000000;
	color: #3F0;
}

.style_1 {
	color: #6adadb;
}
.style_2 {
	color: #db6a6a;
}
.style_3 {
	color: #6adb70;
}
.style_4 {
	color: #F60;
}
.style_5 {
	color: #dadb6a;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	max-height: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
