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

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

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

a:hover
{
	color: #ff9900;
	text-decoration: underline;
}

td
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

td.leftHR
{
	background: url(../images/frontpage/bar-vertical-left.gif);
	background-color: #202020;
	background-repeat: repeat-y;
	width: 5px;
}

td.rightHR
{
	background: url(../images/frontpage/bar-vertical-right.gif);
	background-color: #202020;
	background-repeat: repeat-y;
	background-position: right;
	width: 5px;
}

td.leftTopCorner
{
	background: url(../images/frontpage/bar-topleft.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 31px;
	text-align: center;
}

td.rightTopCorner
{
	background: url(../images/frontpage/bar-topright.gif);
	background-repeat: no-repeat;
	width: 34px;
	height: 31px;
	text-align: center;
}

td.menu
{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #202020;
}

td.header
{
	background-color: #202020;
	width: 683px;
	height: 135px;
	text-align: center;
}

td.languageSelection
{
	background: url(../images/frontpage/bar-horizontal.jpg);
	background-color: #202020;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

td.horizontalHR
{
	background: url(../images/frontpage/bar-horizontal.gif);
	background-color: #202020;
	background-repeat: no-repeat;
	width: 683px;
	height: 5px;
}

td.leftBottomCorner
{
	background: url(../images/frontpage/bar-bottomleft.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 34px;
	height: 31px;
}

td.rightBottomCorner
{
	background: url(../images/frontpage/bar-bottomright.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 34px;
	height: 31px;
	text-align: center;
}

td.horizontalBottomHR
{
	background: url(../images/frontpage/bar-horizontal-bottom.gif);
	background-color: #202020;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 615px;
	height: 31px;
	text-align: center;
}

body
{
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #363636;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	scrollbar-arrow-color: #ff8000;
	scrollbar-darkshadow-color: #9f9f9f;
	scrollbar-face-color: #323232;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #eeeeee;
}
#divPingContents
{
	position: fixed;
	z-index: 1001;
	width: 300px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -150px;
	border: 2px solid black;
	background-color: #202020;
	padding-top: 3px;
	text-align: center;
}
#divPingBG
{
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=60);
}