@charset "utf-8";
/* CSS Document */

body {
   margin: 0;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   color: #ffffff;
   background-image:url(images/bg.jpg);
   }

.header {
	/*background-image:url(images/header.jpg);*/
	width: 950px;
	height: 170px;
	}
	
.main_bg{
	background-image:url(images/main_bg.jpg);
	}
	
#footer{
	background-image:url(images/footer.jpg);
	height: 100px;
	vertical-align: top;
	}
.col1 {
	background-color: #363636;
}
.col2 {
	background-color: #7a7a7a;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   color: #ffffff;
}


/*###################################################################################
#####################################################################################
#####################################################################################

    Fonts

#####################################################################################
#####################################################################################
###################################################################################*/

.style1 {
	font-size: 10px;
	color: ffffff;
}
.style2 {
	font-size: 10px;
	color: ffffff;
}
.style3 {
font-size: 12px;
}
.style4 {
	color: #FFFFFF;
	font-size: 12px;
}
.style5 {
	color: #FFFFFF;
	font-size: 18px;
	
}

.style6 {
	font-size: 16px;
	color: #FFCC33;
}
.style7 {color: #FFCC33}
.style8 {
	font-size: 14px;
	font-style: italic;
	color: #FFCC33;
}
.style9 {
	font-size: 16px
}

/*###################################################################################
#####################################################################################
#####################################################################################

    Main box

#####################################################################################
#####################################################################################
###################################################################################*/
#nav {
color: #FFFFFF;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}


.boxes_main_top {
	color: #FFFFFF;
	padding-top:20px;
	padding-left:10px;
	background-image:url(images/boxes_main_top.jpg);
	height: 38px;
	width: 160px;
	vertical-align:top;
	font-size: 20px;
}
.boxes_body_main {	
	padding-top:10px;
	background-image:url(images/boxes_body_main.jpg);
	height: 302px;
}
.boxes_main_top_left {
	background-image:url(images/boxes_main_top_left.jpg);
	height:58px;
	width:17px;
}
.boxes_main_top_right {
	background-image:url(images/boxes_main_top_right.jpg);
	height:58px;
	width:17px;
}
.boxes_main_l {
	background-image:url(images/boxes_main_l.jpg);
	height: 302px;
	}
.boxes_main_r {
	background-image:url(images/boxes_main_r.jpg);
	height: 302px;
	}
.boxes_main_b_l {
	background-image:url(images/boxes_main_b_l.jpg);
	width: 17px;
	height: 5px;
	}
.boxes_main_bottom {
	background-image:url(images/boxes_main_bottom.jpg);
	height: 5px;
	}
.boxes_main_b_r {
	background-image:url(images/boxes_main_b_r.jpg);
	width: 17px;
	height: 5px;
	}

/*###################################################################################
#####################################################################################
#####################################################################################

    small box

#####################################################################################
#####################################################################################
###################################################################################*/





.boxes_extra_top_l {
	background-image:url(images/boxes_extra_top_l.jpg);
	width: 20px;
	height: 38px;
}
.boxes_extra_top {
	background-image:url(images/boxes_extra_top.jpg);
	text-align:center;
	font-size: 11px;
	width: 191px;
	height: 38px;
}
.boxes_extra_top_r {
	background-image:url(images/boxes_extra_top_r.jpg);
	width: 20px;
	height: 38px;
}
.boxes_extra_l {
	background-image:url(images/boxes_extra_l.jpg);
	width: 20px;
	
}
.boxes_body_extra {
	background-image:url(images/boxes_body_extra.jpg);
	width: 191px;
	}
.boxes_extra_r {
	background-image:url(images/boxes_extra_r.jpg);
	width: 20px;
	
}
.boxes_extra_bottom_r {
	background-image:url(images/boxes_extra_bottom_r.jpg);
	width: 20px;
	height: 6px;
}
.boxes_extra_bottom {
	background-image:url(images/boxes_extra_bottom.jpg);
	width: 191px;
	height: 6px;
}
.boxes_extra_bottom_r-09 {
	background-image:url(images/boxes_extra_bottom_r-09.jpg);
	width: 20px;
	height: 6px;
}
/*###################################################################################
#####################################################################################
#####################################################################################

    Links

#####################################################################################
#####################################################################################
###################################################################################*/



a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	background-color:#666666;
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


.tablePad { padding:5px; }

.redtext { font-weight:bold; color:#C00; }