@charset "utf-8";
/* CSS Document */

/******************
HTML Tags
******************/

body {
	font-family:Tahoma;
	font-size:0.8em;
	color:#FFFF00;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.languagetable {

}
.borderTL {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	Z-INDEX: 99;
	BORDER-BOTTOM-WIDTH: 0px;
	WIDTH: 22px;
	HEIGHT: 12px;
	BORDER-RIGHT-WIDTH: 0px;
	CLEAR: both;
	FLOAT: left;
	MARGIN-LEFT: -1px;
	padding: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.borderTR {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	Z-INDEX: 99;
	BORDER-BOTTOM-WIDTH: 0px;
	WIDTH: 22px;
	HEIGHT: 12px;
	BORDER-RIGHT-WIDTH: 0px;
	CLEAR: right;
	FLOAT: right;
	MARGIN-RIGHT: -1px;
	padding: 0px;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.links {
	color:#FFFFFF;
}

.linktop {
	background-color:#A02B2D;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;	
}
.linktop A{
	display:block;
	color:#FFCC00;
	
}
.linktop A:hover{
	background-color:#FFCC00;
	color:#660000;
	
}

.linktopimage {
	background-image:url(../images/linkbgtop.gif);
	background-repeat:no-repeat;
	background-position:center;	
	text-align:center;
	
	
}
.linkbottom{
	background-color:#A02B2D;
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00; 
 
}
.linkbottom A{
display:block;
}
.advertislinks A {
	color:#FFFF00;
}

.advertislinks A:hover {
	color:#00FFFF;
	padding-left: 11px;
}
.advertislinks   A:active {
	color:#FFFFFF;
}
h1 {
	color: #FFFFFF;
	background-color: #a02b2d;
}
#marq1 {
	color: #000000;
}


div.rounded-box {
	position:relative;
	width: auto;
	background-color: #a02b2d;
	margin: 3px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#000000; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
	position:relative;
	font-size:150px;
	font-family:arial;
	color:#a02b2d;
	line-height: 40px;
}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {
	top:0px;
	right:2px;
}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative;
	color:#FFFFFF;
	height: 100%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 30px;
	font-weight: 900;
}
div.box-contents A {	
	color:#FF9900;	
}


div.box-contents A:active {	
	color:#FF9900;	
}
div.box-contents A:hover {	
	color:#CCFF00;	
}

