.main {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #EAEAEA;
	border-style: solid;
	border-left: 1px;
	border-right: 1px;
	background-color: #FFFFFF;
	overflow: auto;
}
.left {
	width: 200px;
	margin-right: 10px;
	padding-left: 3px;
	padding-right: 10px;
	height: 100%;
	overflow: auto;
}
.main .left p {
	padding-left: 15px;
	font-variant: normal;
	font-size: 16px;
	background-image: url(images/buton-menu-3_03.png);
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

.right {
	width: 530px;
	float: right;
}
.bottom {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(images/bg-botom.gif);
}
.underline {
	border-bottom: 1px dashed;
	border-bottom-color: #222C57;
}

.top {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 3px;
}
h1 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	border-bottom: 3px  solid;
	border-bottom-color: #d5e2ff;
	margin-top: 5px;
	display: block;
	color: #222C57;
}
.float-left {
	float: left;
	margin-right: 3px;
}

h2 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 5px;
	background-color: #eff4ff;
	border: 1px #d5e2ff solid;
	font-size: 14px;
	background-image: url(images/bground.gif);
	border-left: 5px #222C57 solid;
}

.separator {
	background-image: url(images/bground.gif);
	margin: 3px 0px 3px 0px;
	height: 15px;
}
.green-line {
	border-left: 5px solid;
	border-left-color: #006666;
	display: block;
	float: right;
	padding-left: 3px;
}


h3 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 14px;
}
body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #111;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(images/bg-head-fix_06.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
}
.right-smal {
	width: 160px;
	border: 3px solid;
	border-color: #adc5ff;
	padding: 5px;
	background-color: #598aff;
	float: right;
}
.center-smal {
	width: 160px;
	border: 3px solid;
	border-color: #D6D6D6;
	padding: 5px;
	background-color: #ACACAC;
	float: left;
	margin-right: 1px;
	margin-left: 1px;
}
.left-smal {
	width: 160px;
	border: 3px solid;
	border-color: #adc5ff;
	padding: 5px;
	background-color: #598aff;
	float: left;
}
a:link, a:visited{
	color: #111;
	text-decoration: none;
}

a:hover{
	color: #111;
	border-bottom: 1px solid;
	border-bottom-color: #111;
}
html {
	background-image: url(images/bground-2.gif);
}

.left a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.left a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid;
	border-bottom-color: #FFFFFF;
}
.float-right {
	float: right;
	margin-left: 3px;
}
