/* CSS Document */

body {
	margin-top:0px;
	margin-bottom:0px;
	vertical-align:bottom;
	background-image:url('/images/image_back.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#c5c089;
}
.jbv-txt {
	font-size: 11px;
	font-family: Verdana;
	}
.jbv-txtwhite {
	font-size: 11px;
	font-family: Verdana;
	color: #ffffff;
}
.jbv-txtbold {
	font-size: 11px;
	font-family: Verdana;
}
.jbv-smalltxt {
	font-size:10px;
	font-family:Verdana;
	}
.jbv-smalltxt-white {
	font-size:10px;
	font-family:Verdana;
	color:#FFFFFF;
}
.jbv-bigtxt {
	font-size:14px;
	font-family:Verdana;
	font-weight: bold;
}
.jbv-bigtxtwhite {
	font-size:14px;
	font-family:Verdana;
	color: #ffffff;
	font-weight: bold;
}
.jbv-titleyellow {
    font-size: 18px;
	font-family: Verdana;
	color: #ff9900;
	font-weight: bold;
}
.jbv-titlered {
    font-size: 18px;
	font-family: Verdana;
	color: #990000;
	font-weight: bold;
}
.jbv-subtitlered {
    font-size: 12px;
	font-family: Verdana;
	color: #990000;
	font-weight: bold;
}
.jbv-subtitleyellow {
    font-size: 12px;
	font-family: Verdana;
	color: #ff9900;
	font-weight: bold;
}
.thelanguage {
	font-size:11px;
	font-family:Verdana;
}
.technology{
	cursor: hand;
	cursor: pointer;
	font: 11px Verdana;
	color: #990000;
	text-decoration:underline;
	margin: 10px 0;
}	
.left_home{
	width:275px;
	background-image:url('/images/left_tophome.jpg');
	background-color:#e9e8b3;
	background-repeat:no-repeat;
}	
.subscribe_home{
	width:222px;
	background-image:url('/images/subscribe_tophome.jpg');
	background-color:#cbca96;
	background-repeat:no-repeat;
}	
.news_home{
	width:189px;
	background-image:url('/images/top_homenews.jpg');
	background-color:#e9e8b3;
	background-repeat:no-repeat;
}
.right_home{
	width:575px;
	background-image:url('/images/right_tophome.jpg');
	background-color:#ffffff;
	background-repeat:no-repeat;
}
.left_page{
	width:263px;
	background-image:url('/images/left_toppage.jpg');
	background-color:#660000;
	background-repeat:no-repeat;
}
.right_page{
	width:587px;
	background-image:url('images/right_toppage.jpg');
	background-color:#ffffff;
	background-repeat:no-repeat;
}
.subscribe_page{
	width:216px;
	background-image:url('/images/subscribe_toppage.jpg');
	background-color:#800000;
	background-repeat:no-repeat;
}
a:link {
	font-family: Verdana;
	color: #ff9900;
}
a:visited {color:#ff9900}
a:hover {color:#ffcc00}

/* FOOTER */
#footer {
	width:850px;
	float:centre;
	background-color:c5c089;
}	
#footer a:link,#footer a:visited {
	color:#000000;
	font-size:10px;
	font-family:Verdana;
	text-decoration:none;
}
#footer a:hover {
	color:#990000;
	font-size:10px;
	font-family:Verdana;
	text-decoration:underline;
}
