BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {font-family: arial,verdana,helvetica ; } 
H1{ font-size: 22pt; margin-bottom:4px; } 
H2{ font-size: 13pt; } 
H3{ font-size: 12pt; } 
H4{ font-size: 11pt; } 
BODY,TABLE,TD { font-size:10pt } 
SMALL { font-size:8pt } 
TH {text-align:left; }
.listtd { font-size: 8pt; }
.menubuttonlink { text-decoration:none; }
.menubuttonlink:hover { text-decoration:underline; }
.copyright { color: #999999; }

body { margin: 0; padding: 0; }

#homePageWidget { border: solid 1px #CCC; margin-bottom: 10px; } 
#homePageWidget ul { list-style: none; padding: 0px; margin: 0px;} 
#homePageWidget li { list-style: none; padding: 2px; margin: 2px;} 
#homePageWidget h3 { margin: 0px; padding: 3px; background-color: #EEE; color: black; font-size: 10pt;}

A.style1 {color: #FFFFFF}

.style1 {color: #FFFFFF}


img {border: 0;}

.container {

	width: 626px;

	padding: 0;

	margin: 0 auto;

        z-index: 1;

}

.folio_block {

	position: relative;

}





/*--Main Container--*/

.main_view {

	float: left;
        position: relative;
        z-index: 1;

}

/*--Window/Masking Styles--*/

.window {

	height:200px;	width: 626px;
        overflow: hidden; /*--Hides anything outside of the set width/height--*/

	position: relative;
        z-index: 1;

}

.image_reel {

	position: relative;
        top: 0; left: 0;
        z-index: 1;

}

.image_reel img {float: left;  z-index: 1;}



/*--Paging Styles--*/

.paging {

	position: absolute;
        bottom: 10px; right: -7px;
        width: 178px; height:47px;
        z-index: 100; /*--Assures the paging stays on the top layer--*/
        text-align: center;
        line-height: 40px;
         background:url(/uploads/92675/images/home_page_slide_banner/pager_bg.png) no-repeat;
        display: none; /*--Hidden by default, will be later shown with jQuery--*/

}

.paging a {

	padding: 5px;
        text-decoration: none;
        color: #fff;

}

.paging a.active {

	font-weight: bold; 
        background: #920000; 
        border: 1px solid #610000;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;

}

.paging a:hover {font-weight: bold;}
