﻿@charset "utf-8";
/* less is more ;) */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #313632;
	}
	
#news {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #95a59c;
	font-family: "Trebuchet MS";
	font-size: 11px;
	clear: both;
	}
	
#news a:link {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration:none;
	}
	
#news a:hover {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: underline;
	}
	
#news a:active {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration:none;
	}
	
#news a:visited {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration:none;
	}
		
#newsHead01 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	clear: both;
	}
	
#newsHeadSub {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 20px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	}
	
#newsHeadSub02 {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 20px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	}
	
#footerEn {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	color: #677369;
	font-family: "Trebuchet MS";
	font-size: 10px;
	}
	
#footerEn a:link {
	color: #979399;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-decoration:none;
	}
	
#footerEn a:hover {
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-decoration: underline;
	}
	
#footerEn a:active {
	color: #979399;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-decoration:none;
	}
	
#footerEn a:visited {
	color: #979399;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-decoration:none;
	}
	
#mainImage {
	float: left;
	padding-right:12px;
	padding-bottom: 5px;
	}
	
#newsDivider {
	border-bottom-width: thin;
	border-bottom-color: #3a3b3d;
	border-bottom-style: dotted;
	padding-bottom:5px;
	clear: both;
	}