/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#eaeaea;
}

.imgborder{
border:1 solid #cccccc;
}

.bgleft {
background-image:url(images/bg_left.gif);
}

.bgright {
background-image:url(images/bg_right.gif);
}

.bgwhite {
background-color:#FFFFFF;
}

.footer{
font-family:verdana;
font-size:10px;color:#666666;
font-weight:regular;
text-decoration:none;
}

.t08g {
font-family: "Times New Roman", Times, serif; 
font-size: 8pt; 
color: #555555; 
}

.t10g {
font-family: "Times New Roman", Times, serif; 
font-size: 10pt; 
color: #555555; 
}

.t12g {
font-family: "Times New Roman", Times, serif; 
font-size: 12pt; 
color: #555555; 
}

.t14g {font-family: "Times New Roman", Times, serif; 
font-size: 14pt; 
color: #5555555; 
}

.t10gr {
font-family: "Times New Roman", Times, serif; 
font-size: 10pt; 
color: #669933; 
}

.t12gr {
font-family: "Times New Roman", Times, serif; 
font-size: 12pt; 
color: #669933; 
}


/* Sub Navigation
==================== */
.snav{
	border-top: solid 0px #ffffff;
	border-bottom: dotted 1px gray;
	padding: 5px 0px;
	line-height: 0.8;
	text-align: left;
	vertical-align: middle;
        background: #66CC33;
}
.snav li{
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 1.0;
	white-space: nowrap;
	background: url("images/gnav_line.gif") 0 100% no-repeat;
}
.snav #on,
.snav li a{
	padding: 0 0 0 5px;
	color: #000;
}
.snav #on,
.snav #on a{
	color: #666;
	font-weight: bold; size: 8pt;
}


