@charset "utf-8";
/* CSS Document */

body{
	background-color:#89a8b9;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	}
	
/* -------------------Table Styles------------------------ */
.headerleft{
	background-image:url(images/headerleftbg.jpg)
	}
.headermiddle{
	background-image:url(images/headerlogo.jpg)
	}
.headerright{
	background-image:url(images/headerrightbg.jpg)
	}
.menubar{
	background-image:url(images/menubg.jpg);
	height:23px
	}
.titlebar{
	background-color:#364046;
	height:21px
	}
.boxbottom{
	background-color:#3d5e73;
	height:10px
	}
.boxbg{
	background-color:#3d5e73;
	}
.placeholder{
	background-color:#9dfeff;
	height:96px;
	width:96px;
	}

/* -------------------Text Styles------------------------ */

.titleheading{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	}
.text{
	font-size:11px;
	color:#FFFFFF;
	}
.text2{
	font-size:11px;
	color:#e5ff9d;
	}
.jus {
	text-align: justify;
}

/* -------------------Link Styles------------------------ */
a.link1:link {
	color: #9dfeff;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
}
a.link1:visited {
	color: #d9feff;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
}
a.link1:hover {
	color: #e5ff9d;
	text-decoration: underline;
	font-weight:bold;
	font-size:11px;
}
a.link1:active {
	color: #9dfeff;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
}

a.link2:link {
	color: #9dfeff;
	text-decoration: underline;
	font-weight:normal;
	font-size:16px;
}
a.link2:visited {
	color: #d9feff;
	text-decoration: underline;
	font-weight:normal;
	font-size:16px;
}
a.link2:hover {
	color: #e5ff9d;
	text-decoration: none;
	font-weight:normal;
	font-size:16px;
}
a.link2:active {
	color: #9dfeff;
	text-decoration: none;
	font-weight:normal;
	font-size:16px;
}
.thumb a:link img{ border-width: 1px; border-color: #9dfeff; }
.thumb a:hover img{ border-width: 1px; border-color: #FFFA00; }
.thumb a:visted img,.thumb a:active img{ border-width: 1px; border-color: #CCCCCC; }
.jmbfoot { font-size: 8px; font-family: Arial, Helvetica, sans-serif; text-align: center; }
.jmblink { font-size: 8px; font-family: Arial, Helvetica, sans-serif; }
.feedburnerFeedBlock {
	background-color: #3d5e73;
	border: none;
}
ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('none');
	margin-left: 0px;
	padding-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align: left;
}
.feedtitle { font-weight: bold; }
.feeddescrip { padding-bottom: 3px; }
#creditfooter {
	width: 0px;
	height: 0px;
	display: none;
}