body { background-color:#ECECEC; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; font-family: arial}



.footer { color: #122F4E; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

h1 { color: #122F4E; font-weight: bold; font-size: 14pt; font-family:"Trajan Pro", "Times New Roman", serif;  }

h2 { color: #444444; font-weight: bold; font-size: 11pt; font-family:"Trajan Pro", "Times New Roman", serif;  }

h3 { color: #122F4E; font-weight: bold; font-size: 16pt; font-family:Arial, Helvetica, sans-serif;  }

h4 { color: #A2231C; font-weight: bold; font-size: 14pt; font-family:"Trajan Pro", "Times New Roman", serif;  }




.text { color: #444444; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }

.boxtext { color: #444444; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }

.floating { color: #FFFFFF; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }

.rotate { color: #444444; font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }


.title { color: #091E34; font-weight: bold; font-size: 12pt; font-family:"Trajan Pro", "Times New Roman", serif;  }

.subtitle { color: #194778; font-weight: bold; font-size: 10pt; font-family:"Trajan Pro", "Times New Roman", serif;  }



.newsauthor { color: #9E0B0F; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; }



a.nav { color: #444444; font-size: 9pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-family:"Trajan Pro", "Times New Roman", serif; }

a.nav:hover { color: #A2231C }

a.nav2 { color: #A2231C; font-size: 9pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-family:"Trajan Pro", "Times New Roman", serif; }

a.nav2:hover { color: #A2231C }


a.archive { color: #444444; font-size: 12pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-family:"Trajan Pro", "Times New Roman", serif; }

a.archive:hover { color: #A2231C }

a.archive2 { color: #A2231C; font-size: 12pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-family:"Trajan Pro", "Times New Roman", serif; }

a.archive2:hover { color: #A2231C }


a.menu { color: #F6F6F6; font-size: 13pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-family:"Trajan Pro", "Times New Roman", serif; }

a.menu:hover { color: #A9d8F7 }

a.top { color: #FFFFFF; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-family:"Trajan Pro", "Times New Roman", serif; }

a.top:hover { text-decoration: underline }

a.bot { color: #122F4E; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

a.bot:hover { text-decoration: underline }

a.go { color: #122F4E; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

a.go:hover { text-decoration: underline }

a.newstitle { color: #091E34; font-weight: bold; font-size: 12pt; font-family:"Trajan Pro", "Times New Roman", serif; text-decoration: none }

a.newstitle:hover { text-decoration: underline }

a { color: #122F4E; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }

a:hover { text-decoration: none }



#top_table

{

	text-align:center;

	width:100%;

	height:46px;

	position:absolute;

	top:0px;

	left:0px;

	overflow:hidden;

	z-index:1000;

	

	display:block;

}



body > div#top_table {

  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */

  position: fixed;

}

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 350px;
    padding: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 100%;
    height: 260px;
    padding: 0px 0px;
    text-align: center;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  100%;
    text-align: center;
    height: 250px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 100%;
    text-align: center;
    height: 200px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
	display:none !important;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
	display:none !important;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.paging_link
{
	text-decoration: none;
}