/* Beroccas style */


body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	color: #c2c2c2;
	font-size: 14px;
	background-color: #000000;
	text-align: left; 
	}
	
#navigation{

	background-color: #252525;
	padding: 0px;	
	text-align: right;
	}	
	
#navigation ul{	
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	}
	
#navigation li{	
	display: inline;
	margin-left: -4px;
	line-height: 28px;
	}

#navigation a:link{
	border-left: 1px solid #ed5401;
	padding: 5px 20px 7px 20px;
	font-size: 16px;
	font: Arial Black;
	font-weight: bold;
	text-decoration: none;
	color: #ed5401;
	}
	
#navigation a:visited{
	border-left: 1px solid #ed5401;
	padding: 5px 20px 7px 20px;
	font-size: 16px;
	font: Arial Black;
	font-weight: bold;
	text-decoration: none;
	color: #ed5401;
	}
	
#navigation a:hover{

	background-color: #ed5401;
	color: #252525;
	text-decoration: none;
	}
	
h1{
	font-size:20px;
	color: #ed5401;/*orange*/
	font-weight: bold;
	}
	
	
h2{	
	font-size: 18px;
	text-align: center;
	color: #c2c2c2; 
	border-top: 1px solid #ed5401;  
	border-bottom: 1px solid #ed5401;  
	background-color: #0241b3;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
	padding-left: 3px;
	}

h3{
	font-size: 15px;
	color: #ed5401;
	}
	
h5{
	font-size: 12px;
	color: #0241b3;
	}
	
	 	
.newsdate{
	font-size: 10px;
	font-style: italic;
	}
	
.caption{	
	font-size: 13px;
	font-weight: 500;
	color: #0241b3;
	}
	
a:link{
	text-decoration: underline;
	color: #c2c2c2;
	}
	
a:visited{
	color: #c2c2c2;
	text-decoration: underline;
	}	
	
a:hover{
	color: #ed5401;
	text-decoration: underline;
	}
	
#container{
	border: 1px solid #666666;
	margin: 0px auto;
	width: 900px;
	height: 300;
	visibility: visible;
	}

.news{
	 border-top: 1px solid #ed5401;
	 font-size: 11px;
	 line-height: 20px;
	 }
	 
.news a:link{
	font-size: 14px;
	font-weight: bold; !important
	color: #c2c2c2;
	text-decoration: underline;
	}	 
	
.news a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #c2c2c2;
	text-decoration: underline;
	}	 
	
.news a:hover{
	font-size: 14px;
	color: #ed5401;
	text-decoration: underline;
	}	 
	
#main{
	padding: 5px 5px 5px 5px;
	}
	
#main img{
	border: 1px solid #0241b3; /*blue*/
	padding: 2px;
	}

#main td{
	padding: 5px 0px 5px 5px;
	}

#main tr{
	padding-left: 3px;
	/*background-image: url(../images/cell_bg.gif);
	background-repeat: repeat-y*/
	}
	
#ladder{
	margin-top: 15px;
	margin-left: 5px;
	border: 1px solid #0241b3;
	}
	
#ladder td{	
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #0241b3;
	}
	
#ladderHead{
	background-image: url(../images/cell_bg.gif);
	color: #ed5401;
	font-weight: bold;
	}

.side{
	background-image: url(../images/cell_bg.gif);
	background-repeat: repeat-y;
}

.sidehead {
	font-style: italic;
	}
