/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pat_bg.gif);
}
a {
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #799292;
}
a:visited {
	text-decoration: none;
	color: #799292;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #799292;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.txt_small {
	font-size: 7pt;
}

.txt_body {
	font-size: 8pt;
	color: #111111;
}

.searchbox	{	
	height:13px;
	background-color:#FFFFFF;
	width:100px;
	text-decoration: none;
	font-size:9px;
	font-family:Verdana;
	vertical-align:middle;
	border:1px solid #006699;
	color:#333333;
	}
	.searchboxps	{
	height:15px;
	width:170px;
	text-decoration: none;
	font-size:11px;
	padding:1px;
	color: #000000;
	background:#ffffff;
	border:1px solid #9C9C9C;
	font: Arial, tahoma, Verdana, trebuchet MS;	
}

.txt_body_nwpe{
	font-size: 8pt;
	color: #990000;

}
.tbl_body {
	font-size: 7pt;
	color: #111111;
}
.txt_scrollText {
	font-size: 8pt;
	color:003399;
}
.txt_news_scroll {
	font-size: 8pt;
	color:#0066CC;
}
.txt_title{
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
}
.txt_print_title{
	font-size: 14pt;
	font-weight: bold;
	color: #006699;
}
.txt_sidelinks {
	color: #FF6600;
	font-size: 8pt;
	font-weight: bold;
}
.txt_titled{
	font-size: 9pt;
	font-weight: bold;
	color: #006699;
}
.txt_caption{
	font-size: 10pt;
	font-weight: bold;
	color: #006699;
}
.txt_head{
	font-size: 9pt;
	font-weight: bold;
	color: #006699;
}
.txt_subhead{
	font-size: 8pt;
	font-weight: bold;
	color: #006699;
}
.txt_node{
	font-size: 9pt;
	font-weight: bold;
	color:#990000;
}
.txt_sub{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.txt_subheadadd{
	font-size: 7pt;
	font-weight: bold;
	color: #006699;
}
.txt_links {
	font-size: 8pt;
}
.txt_links_head {
	font-size: 10pt;
}
.pic_brdr{
	color:#EBEAEA; 
}

.row_bg{
	background:url(images/footer.jpg)
}

.ver10pxblack {
	font-family: Arial;
	font-size: 10px;
	color: #FF0000;
}

.special {
width:5px;
visibility:hidden;
}

.specialTxt {
text-align:center;
border:none;
background:url(images/img_rand.jpg);
}
.printtext {
display: none;
}


/* slide show setting starts */

#slideshow {
    position:relative;
    height:125px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
