/* CSS Document */
 BODY
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color:#E5DFA3;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
	

 A:link  {
        
        color : "#336633";
		
 }
 A:active  {
        
        color : navy;
        font-weight : bold;
 }
 A:visited  {
      
        color : "#993399";
		
 }
 A:hover  {
        text-decoration : none;
        color : #993366;
	
 }
 BODY
{  
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
      	color: black;
}
P {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
 	font-size: 10pt;
}
Table{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
 	font-size: 10pt;
}
.black13_bold
{  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    color: black
}

.burg10
{  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
   FONT-SIZE: 10px;
   color: 990000;
 }
 
 .black10
{  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
   FONT-SIZE: 10px;
   color: 000000;
 }

.black11bold
{  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	 FONT-SIZE: 11px;
       color: black;
 FONT-WEIGHT: bold
}
.black11
{  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	 FONT-SIZE: 11px;
       color: black;
 }
.blue13bold
 {  font-family: Verdana, Arial, Helvetica, sans-serif; 
     FONT-SIZE: 10pt;
     FONT-WEIGHT: bold;
     color: #000099
}
.blue15bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}
hr
{
color: #990000}

.squareborder {
	border: 1px solid #666666;
}


.bg
{
	width: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-left-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(../images/news_title.gif);

}
.content
{
	background-color: ffffcc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-color: #990000; }
.main
{
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #990000;
	border-left-width: 2px;
	border-right-color: #990000;
	border-bottom-width: 2px;
	border-bottom-color: #990000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFE6CD;
	text-decoration: none;
}
.bgnews {
	background-color: #FFFFFF;
	display: block;
	border: thin dotted #990000;}
/* 
===========================================================
SCROLL BOX -- 'TOP ITEMS' STYLES
===========================================================
*/

.listScroll {
	overflow:auto;
	border:1px solid #000000;
	background-color:#FFE6CD;
}

#topList-home {
	margin: auto;
	float: center;
	width: 300px;
	padding: 0px;
}

#topList-home .listScroll {
	width:348px;
	height:100px;
	margin-left:0px;
}

.noBullet li {
	margin:0;
	padding: 1px;
	width:auto;
	display: block;
	background-color:#FFE6CD;
	background-image: none;
	list-style-type: none;
	font-size: 85%;
}

.noBullet li a {
	margin:0;
	display: block;
	color:#000000;
	text-decoration:none;
	border-bottom: 1px dotted #990000;
	border-left: 1px dotted #990000;
	border-right: 1px dotted #990000;
	padding: 2px;
}

.noBullet li a:hover {
	margin:0;
	display:block;
	background: #E5DFA3;
	color:#990000;
	text-decoration:underline;
	padding: 2px;
}