/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,script,hr { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset {
	border-style: solid;
	}
	
body {
	background-color: #141414;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFC800;
	font-weight: bold;
	text-align: justify;
	font-weight: normal;
	}

#container { width:980px;
	margin: 0 auto;
	text-align:center;
	}

#header{
	clear:both;
	width: 980px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	}
	#header span { display: none; }

#header-container {width: 980px;}

#table-header-left {width: 538px;
	background-image:url(images/table-header-1-L.jpg);
	background-repeat: no-repeat;
	height: 61px;
	float: left;
	margin: 0px;
	padding: 0px;	
	}
	#table-header-left span { display: none; }
	
#table-header-right1 {width: 442px;
	background-image:url(images/table-header-1-R.jpg);
	background-repeat: no-repeat;
	height: 61px;
	float: left;
	margin: 0px;
	padding: 0px;	
	}
	#table-header-right1 span { display: none; }
	
#table-header-right2 {width: 377px;
	background-image:url(images/table-header-1-R2.jpg);
	background-repeat: no-repeat;
	height: 53px;
	float: left;
	margin: 0px;
	padding: 0px;	
	}
	#table-header-right2 span { display: none; }	
	
#table-header2{
	clear:both;
	width: 980px;
	background-image:url(images/table-header-2.jpg);
	background-repeat: no-repeat;
	height: 39px;
	}
	#table-header2 span{display: none}	
	
#table-body{
	clear:both;
	width: 980px;
	background-image:url(images/table-body.jpg);
	background-repeat: repeat-y;
	}
	#table-body span{display: none}
	
#table-footer{
	clear:both;
	width: 980px;
	background-image:url(images/table-footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	}
	#table-footer span{display: none}	
	
#footer{
	clear:both;
	width: 980px;
	height: 10px;
	}
	#footer span{display: none}

/* extras ################################################################################################### */

#buttons li, #buttons a { height: 36px; display: block; }

#buttons li { float: right; list-style: none;}

#buttons-01 { width: 151px; padding:13px 0 0 0; }
#buttons-02 { width: 253px; padding:13px 0 0 0; }
#buttons-03 { width: 15px; padding:13px 0 0 0; }

a {color: #FBEDBC; text-decoration: none; font-size: 12px; font-weight: nomal;}
a:hover {color: #FFC800; text-decoration: underline; font-size: 12px; font-weight: normal;}

p.fave { font-weight: normal; color:#FFC800; text-align: left; font-size:16px; text-decoration: none; }
p.fave a{ font-weight: bold; color:#FFC800; text-align: left;font-size:16px; text-decoration: none; }
p.fave a:hover{ font-weight: bold; color:#FBEDBC; text-align: left; font-size:16px; text-decoration: none; }

p.table-title { font-weight: normal; text-align: left; font-size:20px; text-decoration: none; padding: 26px 0 0 20px;}

p.links-a { font-weight: normal; color:#FFC800; text-align: center; font-size:14px; text-decoration: none;}
p.links-a a{ font-weight: bold; color:#FFC800; text-align: center;font-size:14px; text-decoration: none;}
p.links-a a:hover{ font-weight: bold; color:#FBEDBC; text-align: center; font-size:14px; text-decoration: none;}

p.links-b { font-weight: normal; color:#FFC800; text-align: center; font-size:11px; text-decoration: none;}
p.links-b a{ font-weight: bold; color:#FFC800; text-align: center;font-size:18px; text-decoration: none;}
p.links-b a:hover{ font-weight: bold; color:#FBEDBC; text-align: center; font-size:18px; text-decoration: underline;}

p.footer {font-weight: bold; text-decoration: none; text-align: center; color: #FBEDBC; padding: 25px 0 0 0; font-size:11px; }
p.footer2 {font-weight: bold; text-decoration: none; text-align: center; color: #FBEDBC; font-size:11px; }

p.section-header {font-weight: bold; text-decoration: none; text-align: left; color: #FFC800; padding: 20px 0 0 30px; font-size:24px; }

p.links-c { font-weight: normal; color:#FFC800; text-align: center; font-size:14px; text-decoration: none; }
p.links-c a{ font-weight: bold; color:#FFC800; text-align: center;font-size:14px; text-decoration: none; }
p.links-c a:hover{ font-weight: bold; color:#FBEDBC; text-align: center; font-size:14px; text-decoration: underline; }

p.site-text {padding: 5px 10px 5px 10px; text-align: justify;}
p.site-text a {font-size:14px; text-decoration: underline; font-weight: bold;}
p.site-text a:hover {font-size:14px; text-decoration: underline; font-weight: bold;}









