@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	background: #000000;
	font-family:Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #FFFFFF;	
}



.frontlink a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}

a{
	color: #91cd00;
}

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

/** Menu Box **/

	.menulist{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px;
	}
	
	.menulist li a{
	color: white;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #222121;
	background: #151515 url(images/linkleft.gif) no-repeat top left;
	text-decoration:none;
	padding: 5px 0 5px 25px;
	font-family:Arial, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	}
	
	
	.menulist li a:visited{
	color: white;
	}
	
	.menulist li a:hover{
	color: black;
	background-color: #3d3737;
	}
	
	.menulist li a:active{
	color: black;
	background-color: #CDB4C8;
	}

.title{
	font-family:Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #FF7E00;
	font-weight: bold;
	text-align:left;
}
.entitle{
	font-family:Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #fdb300;
	font-weight: bold;
	text-align:left;
}
.small1{
	font-family:Arial, Verdana, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:left;
}
.yello {
	color:#FFCC00;
	}
.textbox {
	font-family:Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 20px;
	text-align:justify;
	line-height: 1.5;
}
img.imgleft { 
    float: left; 
    margin: 4px; 
	background: #1b1b1b;
	padding: 2px;
	margin-right: 10px;
	margin-top: 5px;
}

img.imgright { 
    float: right; 
    margin: 4px; 
	background: #1b1b1b;
	padding: 2px;
	margin-left: 10px;
	margin-top: 5px;
}

.footer{
	background: #101010;
	padding-bottom: 10px;
	border-top: 1px dotted #4b4b4b;
}


