html, body{
	background:#262626 url(../img/2008/background.png);
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-family:Calibri, Arial, Verdana;
	_height:100%;
    border:none;
}

body{
	overflow: -moz-scrollbars-vertical;
}

.pointer{
	cursor:pointer;
}

.BlogTitle {
	font-size: 24px;
	font-family:Calibri, Arial, Verdana;
	font-weight:bold;
	line-height:30px;
	color:#FFFFFF;
}

.BlogCredits {
	color:#888888;
	line-height:12px;
	font-size: 12px;
	font-family:Calibri, Arial, Verdana;
}

.BlogContent {
	font-size: 16px;
	font-family:Calibri, Arial, Verdana;
}

.PageTitle {
	font-size: 18px;
	color:#EEEEEE;
}

.NewsDate {
	font-size: 12px;
	color:#888888;
}

.PersonalInfo1 {
	font-size: 12px;
	color:#FFFFFF;
}

.PersonalInfo2 {
	font-size: 12px;
	color:#888888;
}

.NewsContent {
	font-size: 14px;
	color:#FFFFFF;
}

.CasemodsContent {
	font-size: 12px;
	color:#CCCCCC;
}

.BottomLine {
	font-size: 10px;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
/*
.backgr_top{
	background:url(img/2008/fade_background_top.jpg) repeat-x;
}

.backgr_bottom{
	background:url(img/2008/fade_background_bottom.jpg) repeat-x;
}
*/
.borderline{
	background:#FF9900;
}

.borderline_top{
	background:#FF9900 url(../img/2008/fade_yellow_top.gif) no-repeat;
}

.borderline_bottom{
	background:#FF9900 url(../img/2008/fade_yellow_bottom.gif) no-repeat;
	_background:#FF9900 url(../img/2008/fade_yellow_bottom.gif) no-repeat bottom;
}

.container{
	background:#000000;
}

.menu_table{
	text-align:center;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-family:Arial, Helvetica, sans-serif;
}

.menu_table a:hover{
	text-decoration:none;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #553300;
}