/* CSS Document */
/* body */ 

body {
	margin:0px;
	background:#333333;
	color:ffffff;
	font-size: 10px;
	font-weight: bold;
	font-family: tahoma;
}

/* text */ 

#text {
	padding: 0px 0px;
	font-size: 12px;
	color: #cdcdcd;
	font-weight: normal;
	height: 12px;
	font-family: tahoma;
}

#textlink {
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: tahoma;
}
#textlink a, #link a:hover { color: #1faebf; text-decoration: none; }
#textlink a:hover { color: #1faebf; text-decoration: underline; }

#navbar {
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	font-family: tahoma;
}
#navbar a, #link a:hover { color: #000000; text-decoration: none; }
#navbar a:hover { color: #ed1c24; background-color: #000000; text-decoration: underline; }

/* tables */ 

table.contentBANNER { 
width: 880px;
border-spacing: 0px;
background-color: #000000;
margin-top: 0px;
}

table.contentBANNER td { 
height: 25px;
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #1faebf;
background-color: #000000;
}

table.contentNAVBAR { 
font-family: tahoma;
font-weight: normal;
font-size: 12px;
color: #000000;
width: 881px;
border-spacing: 0px;
background-color: #202020;
margin-top: 0px;
}

table.contentNAVBAR td { 
font-family: tahoma;
font-weight: normal;
font-size: 12px;
color: #000000;
height: 30px;
width: 145px;
background-color: #202020;
text-align: center;
}

table.contentMAIN { 
font-family: tahoma;
font-weight: normal;
font-size: 12px;
color: #cdcdcd;
width: 880px;
border-spacing: 0px;
background-color: #424141;
margin-top: 0px;
}

table.contentMAIN td { 
height: 50px;
font-family: tahoma;
font-weight: bold;
font-size: 12px;
border: 5px #424141 solid;
color: #cdcdcd;
background-color: #424141;
text-align: left;
}

/* footer */

#footer-text {
	padding: 0px;
	font-size: 10px;
	font-family: tahoma;
}

table.footerMAIN { 
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #1faebf;
width: 880px;
height: 50px;
border-spacing: 0px;
background-color: #000000;
margin-top: 0px;
}

table.footerMAIN td { 
font-family: tahoma;
font-weight: bold;
font-size: 12px;
color: #1faebf;
background-color: #000000;
text-align: center;
}