*{
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
	line-height:1.5;
	color:#333;
}
body {
	text-align:center;
	background:#eef;
}
a:link { color: #4C509C; text-decoration : none; } 
a:visited { color: #8C009C; text-decoration : none; } 
a:hover { color: #4C509C; text-decoration : underline; } 
a:active { color: #4C509C; text-decoration : underline; } 

.clear {
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
.clearfix { display:block; }
/* END Hides from IE-mac \*/

.center {
	text-align:center;
}
.gou {
	font-weight:bold;
	margin:5px 0 0 0;
}
.small {
	font-size:small;
}
.menul {
	float:left;
	width:198px;
	border-right:solid 1px #339;
	border-left:solid 1px #339;
}
.menu {
	padding:4px;
	text-align:left;
	border-bottom:solid 1px #339;
}
.menu0 {
	padding:4px;
	color:#fff;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #339;
	background:#339;
	text-align:center;
}
.menur {
	float:right;
	width:198px;
	border-right:solid 1px #c93;
	border-left:solid 1px #c93;
}
.menur1 {
	padding:4px;
	text-align:left;
	border-bottom:solid 1px #c93;
}
.menur2 {
	padding:4px;
	text-align:center;
	border-bottom:solid 1px #c93;
}
.menur0 {
	padding:4px;
	color:#fff;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #c93;
	background:#c93;
	text-align:center;
}
.advicelink {
	margin-top:20px;
	border-right:solid 1px #c36;
	border-left:solid 1px #c36;
}
.advicelinkmain {
	padding:4px;
	text-align:left;
	border-bottom:solid 1px #c36;
}
.advicelinkmenu {
	padding:2px;
	color:#fff;
	background:#c36;
	text-align:center;
}
.main {
	margin:0 205px;
	background:#fff;
	text-align:center;
	padding:5px;
}
p {
	margin:7px 0 ;
}
ul {
margin-left:15px;
}
.container {
	width:90%;
	margin:0 auto;
	text-align:center;
	background:#fff;
}
.footer {
	text-align:center;
	margin:10px auto 0;
	font-size:large;
}
.news {
	color:#00aeda;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}
.header {
	background:url('../img/topbk.jpg') repeat-x;
	margin:0 auto;
	width:90%;
	height:133px;
}
.titleph {
	float:left;
}
.titlebox {
	height:100px;
}
.title {
	float:right;
}
.copy {
	padding-top:50px;
	color:white;
	font-size:1.2em;
}
.counter {
	margin:0 auto;
	vertical-align:middle;
	text-align:center;
	color:#330066;
}
table {
	margin:0 auto;
	text-align:center;
}
td {
padding:2px 5px;
text-align:right;
}
.main table {
	margin:0 auto;
	text-align:center;
}
.main td {
	padding:2px 5px;
	text-align:left;
	white-space:normal;
	vertical-align:top;
	font-size:15px;
}
.main a {
	font-size:15px;
}
.note {
	color:red;
	font-weight:bold;
}
.nowrap {
white-space: nowrap;
}