h1, td.pageTitle{
	font-size: 10pt;
	color: #666666;
	text-align: right;
	font-weight: bold;
}
h2, td.pageTitle{
	font-size: 8pt;
	color: #666666;
	text-align: right;
	font-weight: bold;
}

/*-- table styles ------------------------------------------------- */
table.bordered
{ 
	background-image: url(images/bkgd_635.gif);
	background-repeat: no-repeat;
	border-width: 0px; 	
	border-color: #666666;
	border-style: none;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 5px;
}

/*-- rounded corners main -- */
.roundedcornr_box_767986 {
   background: #000000 url(images/roundedcornr_767986_grad.gif) no-repeat;
}
.roundedcornr_top_767986 div {
   background: url(images/roundedcornr_767986_tl.gif) no-repeat top left;
}
.roundedcornr_top_767986 {
   background: transparent url(images/roundedcornr_767986_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_767986 div {
   background: url(images/roundedcornr_767986_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_767986 {
   background: transparent url(images/roundedcornr_767986_br.gif) no-repeat bottom right;
}

.roundedcornr_top_767986 div, .roundedcornr_top_767986,
.roundedcornr_bottom_767986 div, .roundedcornr_bottom_767986 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_767986 { margin: 0 20px; }

/*-- rounded corners outer table -- */
.roundedcornr_box_454030 {
   background: #000000;
}
.roundedcornr_top_454030 div {
   background: url(images/roundedcornr_454030_tl.png) no-repeat top left;
}
.roundedcornr_top_454030 {
   background: url(images/roundedcornr_454030_tr.png) no-repeat top right;
}
.roundedcornr_bottom_454030 div {
   background: url(images/roundedcornr_454030_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_454030 {
   background: url(images/roundedcornr_454030_br.png) no-repeat bottom right;
}

.roundedcornr_top_454030 div, .roundedcornr_top_454030, 
.roundedcornr_bottom_454030 div, .roundedcornr_bottom_454030 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_454030 { margin: 0; }

/*-- nav styles ------------------------------------------------- */
table.bodytable {
	align: center;
	background-color: black;
}

li.nav, ul.nav{
list-style: none;
margin-left: 0;
padding-left: 0;
}

li{
list-style: url(images/btn_play_blue.png);
margin-left: 1px;
padding-left: 1px;
}

ul{
margin-left: 10px;
padding-left: 10px;
}



a.nav:link, a.nav:visited, a.nav:active{
	color: white;
	text-decoration: none;
	font-weight: none;
	border-width: 0px 0px 0px 0px;
	font-size: 10pt;
}

a.nav:hover{
	color: #FFAD31;	
}


a:link, a:visited, a:active{
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
	border-width: 1px
	font-size: 10pt;
}

a:hover, {
	color: #999999;
}

a:link img, a:visited img, a:active img{
	text-decoration: none;
	border-color: #cccccc;
	border-width: 1px;
}


a:hover img{
	text-decoration: none;
	border-color: #999999;
	border-width: 1px;
}

/*-- blog styles ------------------------------------------------- */
#blogTitle_Multiple{
	display: block; 
	width=100%;
	font-weight: bold;
	color: #FFAD31;
	background-color: #333333;
	padding: 0.25em;
}
#blogTitle_Single{
	display: block; 
	width=100%;
	font-weight: bold;
	color: #FFAD31;
	padding: 0.1em;
}
td.highlightRowOn{
	background-color: #333333;
}
td.highlightRowOff{
	background-color: #666666;
}