h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #3399cc;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3399cc;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	text-decoration: underline;
}
a.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.button_submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF9900;
	border: 1px solid #999999;
	font-weight: bold;
}

.background {
	background-color: #fff6ed;
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;

	
}

body {
	margin: 0px;
}

.background_line {
	background-image: url(../images/background_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.cmp	{
	color: #333;
	font-size: 13px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399cc;
}
.text_blue_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}
.text_blue_ver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}
.text_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	font-weight: bold;
}
.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.text_whi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}
.text_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.text_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.text_register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}
.title_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff9900;
	font-weight: normal;
}
/* NAVIGATION CLASSES */
#navsite p {
	display:none;
}
#navsite{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	width:170px;
	border-right: none;
	padding:0;
	/*margin-bottom:1em;*/
	color: #666666;
}
#navsite ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navsite ul li {
	margin:0;
	/*border-top: 1px solid #003;*/
}
#navsite ul li a {
	display:block;
	/*border-left: 10px solid #006699;*/
	/*border-right: 1px solid #69c;*/
	/*border-bottom: 1px solid #FFFFFF;*/
	color: #ffffff;	
	/*background-image: url(../images/background_menu.gif);*/
	background-color:#f6821f;
	text-decoration: none;
	width:100%;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 2px;
	margin-bottom:2px;
}
html>body #navsite ul li a {
	width:auto;
}
#navsite ul li a:hover{
	border-left: none;
	border-right: none;
	/*border-bottom: 1px solid #FFFFFF;*/
	color:#666666;
}
.image_back {
	background-color: #FFFFFF;
	background-image: url(../images/image_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.event_boxes {
	background-color: #fff6ed;
	border: #f6821f solid 2px;
	font-size: 12px;
}
