body {
	font-family: tahoma, helvetica, verdana, arial;
}
#header{
	background: url("/i/gradient.jpg");
	background-repeat: repeat-y;
	background-color: #0051BA;
	padding: 0px;
}

#header h1{
	font-size: 11px;
	font-weight: 100;
	font-family: tahoma, helvetica, verdana, arial;
	color: #F9F0AB;
	display: inline;
	line-height: 20px;
	padding: 0 0 0 12px; 
}

#nav{
	background-color: #007667;
	color: #F9F0AB;
}

#nav td{
	padding-bottom: 0px;
}

#nav h1{
	font-size: 14px;
	font-family: tahoma, helvetica, verdana, arial;
	font-weight: bold;
	display: inline;
	line-height: 120%;
}	

#nav a{
	padding: 0px 10px 2px 3px;
	width: 100%;
	color: #F9F0AB;
	text-decoration: none;
}

#nav a:hover{
	background-color: #51CD97;
	background: url("/i/mid-but.gif") repeat-x; 
}

table#main {
	margin: 10px 0px; 
	font-size: 11pt;
}

table#main tr{
	vertical-align: top;
}

#left-column{
	width: 180px;
}

#center-column{
	padding: 0 20px;
}

#right-column{
	width: 180px;
}

.portlet{
	width: 100%;
	padding: 0px;
	margin: 0 0 25px 0; 
}

.portlet thead{
	background-color: #00AFFF;
	color: white;
	font-weight: bold;
	font-family: tahoma, helvetica, verdana, arial;
	font-size: 11pt;
	padding: 0 0 0 15px;
}

.portlet thead td{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}


.portlet thead td h2{
	font-size: 11pt;
	font-weight: bold;
	display: inline;
}

.portlet tbody{
	font-size: 10pt;	
	padding: 0 5 0 5px;
}

.portlet tbody td{
	border: 1px #00AFFF dotted;
}

#left-column tbody td{
	border-width: 0 1px 0 0; 
}

#right-column tbody td{
	border-width: 0 0 0 1px; 
}

#footer {
	border-top: 1px solid blue;
}

.short-news{
}

.short-news .date{
	font-weight: bold;
	display: block;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

sup {
	color: red;
}

.txtlink {
	color: black;
	text-decoration:none;
	font-size: 80%;
}

.txtlink:hover {
	text-decoration:underline;
}

.nounder {
	text-decoration: none;
	padding: 3px;
	background-color: #eeffee;
}

/* faq */

dl {
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 10pt;
}


/* listing */

.snif * {
	font-family: Tahoma, Sans-Serif;
	font-size: 10pt;
}
.snif img {
	border:none;
}
.snif a, a.snif {
	text-decoration: none;
}
.snif a:hover, a.snif:hover {
	text-decoration: underline;
}
.snif a:active {
	color:red;
}
body.snif {
	background: #ffffff;
}
table.snif {
	border: 1px solid #008FDD;
	width:100%;
}
table.snif td {
	padding-left: 10px;
	padding-right: 10px;
}
table.snif td.littlepadding {
	padding-left: 4px;
	padding-right: 0px;
}
td.snifDir {
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.snifDir a {
	color:white;
}
tr.snifHeading, td.snifHeading, td.snifHeading a {
	font-weight: bold;
	color: #dddddd;
	background-color: #008FDD;
	padding-top: 3px;
	padding-bottom: 3px;
}
tr.snF td {
	color: #444444;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	/*white-space:nowrap;*/
}
tr.snF td a {
	color: #000000;
}
tr.snF td a:hover, a.snif:hover {
	background-color: #bbbbee;
}
tr.snifEven {
	background-color: #eeeeff;
}
tr.snifOdd {
	background-color: #eeffee;
}
.snifCopyright * {
	color: #cccccc;
	font-size: 8pt;
}
.snifSmaller {
	font-weight: normal;
	font-size: 8pt;
}
.snWhite {
	color: white;
}
.snW {
	white-space:normal;
}
.snBC{
}
.snBC span{
	display: block;
	padding-left: 20px;
}

.gray_links, .gray_links a {
	color: gray;
}