body {
	color: #000;
	font-size: 11pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-color:#7aebfb;
	background-image: url(img/bg-web.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.Left {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-image:  url(img/bg-left.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 419px;
	width: 311px;
	padding-left: 12px;
}
.Right {
	color: #000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-image:  url(img/bg-right.png);
	background-position:left top;
	background-repeat:no-repeat;
	width: 538px;
}
.RightH {
	color: #000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-image:  url(img/bg-right-H.png);
	background-position:left top;
	background-repeat:no-repeat;
	width: 538px;
}
.RightBottom {
	color: #000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-image:  url(img/bg-right-bottom.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width: 538px;
	height: 26px;
}
.Bottom {
color: #000;
font-size: 12pt;
font-family: Arial, Helvetica, sans-serif;
margin: 0 auto;
background-image:  url(img/bg-bottom.jpg);
background-position:left bottom;
background-repeat:no-repeat;
}

.TopMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.TopMenu a:link { color: #FFFFFF; text-decoration: underline; }
.TopMenu a:visited { color: #FFFFFF; text-decoration: underline; }
.TopMenu a:hover { color: #FFFFFF; text-decoration: none; }
.TopMenu a:active { color: #FFFFFF; text-decoration: none; }

.BottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.BottomMenu a:link { color: #FFFFFF; text-decoration: underline; }
.BottomMenu a:visited { color: #FFFFFF; text-decoration: underline; }
.BottomMenu a:hover { color: #FFFFFF; text-decoration: none; }
.BottomMenu a:active { color: #FFFFFF; text-decoration: none; }

/* ---------- CORNER --------  */

.cornerTL {
	background-image: url(img/cornerTL.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}
.cornerTR {
	background-image: url(img/cornerTR.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 10px;
	width: 10px;
}.frameLRB {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #166a00;
	border-bottom-color: #166a00;
	border-left-color: #166a00;
	text-align: center;
	vertical-align: top;
	padding: 7px;
}

