@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000033;
}
body {
	background-color: #fef6e3;
	background-image: url(../images/hdr2010.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}

p {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #000000;
}



.smalltext {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-variant: small-caps;
	color: #000000;
}

.tablebg {
	background-image: url(../images/bottombar.jpg);
	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #fff;

}

/* navigation script */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 174;
}

a.button {
        background: transparent url('../images/btn-u.jpg') no-repeat scroll top right;
    color: #FFF;
    display: block;
    letter-spacing: 1px;
    font: small-caps bold 14px times, sans-serif;
    height: 25px;
    margin-right: 6px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
	/*font-style: italic;*/
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button span {
   
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 18px;
	outline: none; /* hide dotted outline in Firefox */
	text-align:right
}
a.button:hover {
    background: transparent url('../images/btn-h.jpg') no-repeat scroll ;
    color: #fff;
	
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background:  url('../images/btn-d.jpg') no-repeat 
	;
	color: #000;
}  
 
/* end navigation*/

/* news scroll */

.Flash {width:150px;font-family:verdana, arial, sans-serif;font-size:9px; color: #fff; border:solid 0px #6d90c5}
/*.FlashTitle {background-color: #6d90c5; text-align:center;color:white; font-weight:bold;font-size:8pt; font-variant: small-caps;} .Flash marquee {height:180px;}*/
.FlashList {
	font-family:verdana, arial, sans-serif;
	margin: 3px;
	padding: 2px;
	text-align:right;
	font-size: 9px;
	padding-top: 5px;
	background-color: #fef6e3;
}
.FlashList a:link {font-weight: normal; color: #061530 ; text-decoration: none; ;}
 .FlashList a:visited,  .FlashList a:active {font-weight: normal; color: #193c79 ; text-decoration: none; }
.FlashList a:hover {font-weight: normal; color: #9f1515 ; text-decoration: none}
.FlashList li {margin-top:6px;/*background: url('../images/newsline.gif') no-repeat 2px 0px*/ ; padding-left:2px; list-style-type:none}

