body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform:uppercase;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform:uppercase;

}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #B6D8FB;
	text-transform:uppercase;
	text-decoration:none;
}

td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}

a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #E08F2B;
}

.footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;

}

a.footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}

a.footer:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FF9900;
}


a.subfooter:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}


.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
}



.box1 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;

 }
 
 
 #nav {
	margin:0px;
	padding:0px;
	list-style:none; 
}

#nav a {
	display:block;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	padding:6px;
	height:10px;
	border-bottom:1px dotted #333333;
	text-align:left;
	
}

#nav a:hover {
	background-color:#B6D8FB;
	color:#FFFFFF;
}

#nav li {
	list-style-type:none;
}
 
#bullet li {
	list-style-image: url(images/img_bullet.jpg);
	line-height: normal;
	list-style-position: outside;
	vertical-align: middle;
}

#content

	{ margin-left:5px;
		
}



