body {
	width:100%;
	font-size: 12px;
	color:#333333;
}


a:hover {
	text-decoration: none;
	color:#555555;
}
a:active {
	text-decoration: none;
	color:#555555;
}
a:link{
	text-decoration: none;
	color:#555555;
}
a:visited{
	text-decoration: none;
	color:#555555;
}
a{
	text-decoration: none;
	color:#555555;
}

td {
	font-size: 12px;
	color:#333333;
}



h1 {
	font-size: 15px;
	color:#CCCC66;
}

h3{
	text-decoration:none;
	text-align:right;
	font-size: 16px;
	color:#666666;
	background-color: transparent;
	display: block;
	width:680px;
	height:auto;
	padding:5px 0 0 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #666666;
}

h4{
	text-decoration:none;
	text-align:left;
	font-size: 16px;
	color:#666666;
	background-color: transparent;
	display: block;
	width:500px;
	height:auto;
	padding:5px 0 0 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #666666;
}





