* {
	font-size: 13px;
	color:#333333;
}

body {
	width:100%;
	padding-top:0px;
	margin-top:0px;
}

a:hover {
	text-decoration: underline;
	color:#036;
}
a:active {
	text-decoration: underline;
	color:#036;
}
a:link{
	text-decoration: underline;
	color:#036;
}
a:visited{
	text-decoration: underline;
	color:#036;
}
a{
	text-decoration: underline;
	color:#036;
}


td {
	font-size: 12px;
	color:#333333;
}


h1 {
	font-size: 15px;
	color:#CCCC66;
}


.title_top {
	width:590px;
	text-align:right;
	font-weight:800;
	font-size:16px;
	color:#333333;
	border-bottom:dotted 1px #036;
	padding:0px 10px 0px 0px;
	margin:10px 0px 10px 0px;
}

.title {
	width:780px;
	text-align:right;
	font-weight:800;
	font-size:16px;
	color:#333333;
	border-bottom:dotted 1px #036;
	padding:0px 10px 0px 0px;
	margin:10px 0px 10px 0px;
}

#main_block {
	font-size: 14px;
	color:#000000;
}

#main_block a:hover {
	font-size: 15px;
	color:#FF0000;
}



#sidecont {
	margin:0;
	padding:0;
	height:auto;
	width:200px;
	float:right;
}


#sidecont ul,#sidebar li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}

#sidecont li{
	display:inline;
}

#sidecont li a,#sidebar li a:link #sidebar li a:visited{
	text-decoration:none;
	color:#036;
	font-weight:800;
	font-size:13px;
	backgroud-color: #FFFFFF;
	display: block;
	width:auto;
	height:auto;
	padding:0.3em 0.3em;
	border-bottom:1px dotted #999;
}

#sidecont li a:hover{
	color:#036;
	text-align:right;
	border-left:15px solid #036;
}


