a:link { color: #0000ff; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: #0000ff; text-decoration: none }
a:hover { color: #d21100; text-decoration: underline }

body
{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
/*	background-image: url(/media/images/gui/background-01.png);*/
	background-color: #036;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Verdana, "New Times Roman", Palatino, serif;
	color: black;
	font-size: 12px;
}

.mainContentTable {

}

.mainContentTable #mainContent {

}

.mainContentTable #rightBar {

}

.top-menu-bar {
	width: 950px;
	height: 45px;
	text-align: center;
	background-image: url(/media/images/gui/top-menu-bar.png);
	background-color: #002040;
	background-repeat: no-repeat;
	background:transparent url(/media/images/gui/top-menu-bar.png);
}
.title-bar {
	width: 950px;
	height: 80px;
	text-align: center;
	background-image: url(/media/images/gui/title-bar.png);
	background-color: #000000;
	background-repeat: no-repeat;
	background:transparent url(/media/images/gui/title-bar.png);
}

.cellstyle {
	background-image: url(/media/images/gui/background-cell-main.png);
	background-color: #ffffff;
	background-repeat: repeat;

	background:transparent url(/media/images/gui/background-cell-main.png);
}

.cellstyle-top-left {
	background-image: url(/media/images/gui/background-cell-top-left.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background:transparent url(/media/images/gui/background-cell-top-left.png);
}

.cellstyle-top-right {
	background-image: url(/media/images/gui/background-cell-top-right.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background:transparent url(/media/images/gui/background-cell-top-right.png);
}


.cellstyle-bottom-left {
	background-image: url(/media/images/gui/background-cell-bottom-left.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background:transparent url(/media/images/gui/background-cell-bottom-left.png);
}

.cellstyle-bottom-right {
	background-image: url(/media/images/gui/background-cell-bottom-right.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background:transparent url(/media/images/gui/background-cell-bottom-right.png);
}


.cellstyle-maincontent {
	background-image: url(/media/images/gui/background-maincontent-01.jpg);
	background-color: #000000;
	background-repeat: repeat;
}

.pagetitle {
	color: #ffffff;
	font-size:17x;
}


h1
{
	font-style:italic;
	font-size:23px;
	margin: 0 0 1px 0;
}

h2
{
	font-style:normal;
	font-size:18px;
	margin: 0 0 1px 0;
}

h3
{
	font-style:normal;
	font-size:13px;
	margin: 0 0 1px 0;
}

h4
{
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	margin: 0 0 1px 0;
}


.blogentryheadline
{
	color: #405080;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

.blogentrydate
{
	color: #505050;
	font-size: 13px;
}


.rightbartitle
{
	font-size: 16px;
	font-style: italic;
}

.rightbartext
{
	font-size: 12px;
	color: #000000;
	text-align: justify;
}



.pagetopbar
{
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

a.pagetopbar:link { color: #ffffff; text-decoration: none }
a.pagetopbar:active { color: red; text-decoration: none }
a.pagetopbar:visited { color: #ffffff; text-decoration: none }
a.pagetopbar:hover { color: #ffffff; text-decoration: underline }
