a {color: #0033bb; text-decoration: none}
a:hover {color: #dd0000; text-decoration: none}

a.cr {color: #999999; text-decoration: underline}
a.cr:hover {color: #999999; text-decoration: none}

body {
	padding: 20px 0 10px 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #111111;
	}

#bg1 {background: url(../images/bg1.jpg) no-repeat center center fixed}
#bg2 {background: url(../images/bg2.jpg) no-repeat center center fixed}
#bg3 {background: url(../images/bg3.jpg) no-repeat center center fixed}
#bg4 {background: url(../images/bg4.jpg) no-repeat center center fixed}
#bg5 {background: url(../images/bg5.jpg) no-repeat center center fixed}
#bg6 {background: url(../images/bg6.jpg) no-repeat center center fixed}
#bg7 {background: url(../images/bg7.jpg) no-repeat center center fixed}
#bg8 {background: url(../images/bg8.jpg) no-repeat center center fixed}
#bg9 {background: url(../images/bg9.jpg) no-repeat center center fixed}
#bg10 {background: url(../images/bg10.jpg) no-repeat center center fixed}
#bg11 {background: url(../images/bg11.jpg) no-repeat center center fixed}
#bg12 {background: url(../images/bg12.jpg) no-repeat center center fixed}
#bg13 {background: url(../images/bg13.jpg) no-repeat center center fixed}
#bg14 {background: url(../images/bg14.jpg) no-repeat center center fixed}
#bg15 {background: url(../images/bg15.jpg) no-repeat center center fixed}
#bg16 {background: url(../images/bg16.jpg) no-repeat center center fixed}
#bg17 {background: url(../images/bg17.jpg) no-repeat center center fixed}

.title_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #deb700;
	font-weight: bold;
	padding-bottom: 20px;
	}

.title_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #deb700;
	}

.title_3 {
	font-size: 16px;
	font-weight: bold;
	}

.text_12 {
	font-size: 12px;
	}

/*START MENU*/
#menu {
	width: 200px;
	float: left;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu ul li {
	display: inline;
	}
#menu a {
	width: 192px;
	margin-top: 10px;
	float: left;
	background: #eecd13;
	font-size: 16px;
	font-weight: bold;
	color: #004280;
	padding: 6px 0 5px 8px;
	}
#menu a:hover {
	background: #ffffff;
	color: #004280;
	}
/*END MENU*/

#content {
	width: 500px;
	padding: 20px 25px 10px 25px;
	background: #ffffff;
	}

.par {
	width: 298px;
	margin-bottom: 20px;
	text-align: justify;
	}

.bld {
	font-weight: bold;
	}

.frame_off {
	border: 6px solid #f4e386;
	margin-bottom: 12px;
	}

.frame_on {
	border: 6px solid #eecd13;
	margin-bottom: 8px;
	}

.brd_off {
	border: 1px solid #ffffff;
	}

.brd_on {
	border: 1px solid #eecd13;
	}

#watermark {
	background: url(../images/watermark.jpg) no-repeat center bottom;
	}

.copyright {
	font-size: 11px;
	color: #999999;
	}

.pad_b20 {padding-bottom: 20px;}
.pad_t20 {padding-top: 20px;}

