@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: 10px;
	background-repeat: repeat-x;
	background-color: #EEEEEE;
}
#wrapper #contens {
	padding-right: 30px;
	margin-top: 10px;
}


.no_display{
	display:none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrapper{
	width: 450px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#header{
	width: auto;
	font-size: 14px;
	font-weight: bold;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #000066;
	padding-left: 10px;
	clear: both;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 30px;
}


#header_right{
	width: 180px;
	height: 26px;
	float: right;
	margin-top: 0px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
ol {
	list-style-position: outside;
}
li {
	list-style-position: outside;
}
a:hover
{
        color:#666666;
        text-decoration:underline;
}
a:link
{
        color:#666666;
        text-decoration:underline;
}
a:visited
{
        color:#666666;
        text-decoration:underline;
}
a:active
{
        color:#666666;
        text-decoration:underline;
}
