@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image:url();
	background-repeat:repeat;
	color:#999999;
	font-family: Tahoma;
	font-size: 11px;
	line-height:15px;
	letter-spacing:1px;
}

A:link,A:visited,A:active { 
	color: #7DC622;
	text-decoration: none;
}

A:hover { 
	background-color: #F8F8F8;
	color:#000000; 
	font-family: tahoma;
	cursor:default;
}

A.side:hover {
	text-align:right;
	padding:0 20px 0 10px;
	border-left:3px solid #7DC622;
	background-color:#FFFFFF;
	cursor:se-resize;
}

.links {
	text-align:right;
}
  
b,strong {
	color:#C61730;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}

i, em {
	color:#12C1BB;
}

u {
	color:#7DC622;
}

blockquote {
	width:300px;
	border:1px dashed #CCC;
	background-color:#F8F8F8;
	color:#666666;
	padding:2px 5px 2px 5px;
	background-repeat:no-repeat;
}

.sidebar {
	top:220px;
	left:480px;
	position:absolute;
	background-color:#000;
	font-family:tahoma;
	color:#F3F3F3;
	font-size:10px;
	width:200px;
	line-height:normal;
	letter-spacing:normal;
}

.head {
	background-color:#12C1BB;
	color:#000;
	font-size:12px;
	letter-spacing:6px;
	text-transform:lowercase;
	text-align:right;
	padding-right:2px;
	border-bottom: 5px solid #C61730;
}

.content {
	position:relative;
	top:240px;
	left:40px;
	text-align:justify;
	background-color:#000000;
	width:380px;
	padding:0 20px 0 5px;
	border-right:1px solid #999;
}

.date {
	font-weight:normal;
	text-transform:uppercase;
	font-family:Arial;
	font-size:12px;
	text-align:right;
	color:#FFFFFF;
	background-color:#C61730;
	margin-bottom:20px;
	margin-top:10px;
}

.title {
	font-family:arial;
	font-size:12px;
	color:#000000;
	background-color:#12C1BB;
}

.top {
	position:absolute;
	top:0px;
	left:0px;
}

