body {
	margin: 10px 10px 10px 10px;
	padding: 0;

	scrollbar-fase-color: #dbdbdb;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #9a9a9a;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-highlight-color: #666666;
	
	background-color: #808080;
}

body, p, div, li, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

#wrapper {
	width: 760px;
	display: block;
	clear: both;
	margin: 0 auto;
}

#Header {
	clear: both;
	display: block;
}
#logo {
	display: block;
	float: left;
	clear: left;
}
#countries {
	color: #ACACAC;
	display: block;
	float: right;
	clear: right;
	margin-top: 10px;
}
#time {
	color: #ACACAC;
	display: block;
	float: right;
	clear: right;
	margin-right: 15px;
	margin-top: 5px;
}

#Menu {
	display: block;
	clear: both;
}

#Content {
	display: block;
	clear: both;
	width: 712px;
	margin: 0 auto;
	background: url(../ikone/corners-middle.gif) repeat-y;
}
#ContentTopCorners {
	background: url(../ikone/corners-top.gif) no-repeat top;
	height: 29px;
	display: block;
	clear: both;
	margin: 0;
}
#ContentBody {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 20px;
}
#ContentBottomCorners {
	background: url(../ikone/corners-bottom.gif) no-repeat bottom;
	height: 29px;
	display: block;
	clear: both;
	margin: 0;
}

#ContentIndex {
	display: block;
	clear: both;
	width: 550px;
	margin-top: 50px;
}
#ContentIndexLeft {
	display: block;
	clear: left;
	width: 230px;
	margin: 0 auto;
	float: left;
	color: #808080;
}
#ContentIndexRight {
	display: block;
	clear: right;
	width: 230px;
	margin: 0 auto;
	float: right;
	color: #808080;
}

#ContentIndexBottom {
	display: block;
	clear: both;
	padding-top: 10px;
	color: #000000;
}
#ContentIndexBottom a:link {
	color: #000000;
	text-decoration: none;
}
#ContentIndexBottom a:visited {
	color: #000000;
	text-decoration: none;
}
#ContentIndexBottom a:hover {
	color: #000000;
	text-decoration: underline;
}
#ContentIndexBottom a:active {
	color: #000000;
	text-decoration: none;
}

#ContentIndex a:link {
	color: #808080;
	text-decoration: none;
}
#ContentIndex a:visited {
	color: #808080;
	text-decoration: none;
}
#ContentIndex a:hover {
	color: #808080;
	text-decoration: underline;
}
#ContentIndex a:active {
	color: #808080;
	text-decoration: none;
}

#GoogleSearch {
	display: block;
	width: 550px;
	border: dotted 1px #3C75F1;
	background-color: #FFF9D7;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
	margin: 0 auto;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#PortalHeader {
	display: block;
	clear: both;
}

#Portal {
	display: block;
	width: 230px;
	clear: left;
	float: left;
}

#NewsWrapper {
	display: block;
	width: 430px;
	clear: right;
	float: right;
}
.News {
	display: block;
	clear: both;
	margin: 0 auto;
}

.NewsTitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.NewsTitle a:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.NewsTitle a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.NewsTitle a:active {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.NewsTitle a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.NewsTime {
	color: #AAAAAA;
}

#Banner {
	display: block;
	clear: both;
	margin-top: 30px;
}

#Footer {
	color: #ACACAC;
	display: block;
	clear: both;
	margin-top: 20px;
}
#Footer a:link {
	color: #ACACAC;
	text-decoration: none;
}
#Footer a:visited {
	color: #ACACAC;
	text-decoration: none;
}
#Footer a:hover {
	color: #ACACAC;
	text-decoration: underline;
}
#Footer a:active {
	color: #ACACAC;
	text-decoration: none;
}

#FooterLinks {
	color: #FFFFFF;
	display: block;
	clear: both;
	margin-top: 20px;
}
#FooterLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#FooterLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#FooterLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#FooterLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#AjaxLoader {
	margin: 0 auto;
	position: absolute;
	z-index: 100;
	display: block;
	background-color: #FFFFFF;
}
