﻿@charset "utf-8";

/* Bobaco Website CSS Document  */

body, td, th {
	font-family: Tahoma;
	font-size: 8pt;
	color: #0c0c0c;
	line-height: 17px;
}

body {
	margin: 0;
	background: #229fc8 url(images/bg.jpg) top repeat-x ; 
}

img {
	border : 0;
}

a {
	color: #191919;
	text-decoration: none;
}

a:hover { color: #8cdaf4; }

.Logo {
	padding-top:60px;
	padding-left:18px;
}
.LogoFA {
	padding-top:60px;
	padding-right:20px;
}

.Intro {
	width:690px;
	vertical-align:bottom;
	text-align:right;
}
.IntroFA {
	width:650px;
	vertical-align:bottom;
	text-align:left;
}
.xheader {
	text-align: center;
	vertical-align: bottom;
	height: 162px;
	background-image: url('../images/bg-levup.jpg');
}
.txtSmall {
	font-size: 7pt;
	color: #0c0c0c;
}
.txtSubject {
	font-size: 9pt;
	color: #0c0c0c;
}
.dot {
	 background:url('images/dots.gif') repeat-y ;	
	 
}
.newsSubject {
	color: #0e5296;
	font-family: Tahoma;
	font-size: 8pt;
}
.xcontent {
	text-align: center;
	vertical-align: top;
	height: 343px;
	background-color: #000000;
}
.xcontent2 {
	text-align: center;
	vertical-align: top;
	height: 450px;
	background-color: #000000;
}
.Tblcontent {
	width: 850px;
	align: center;
	vertical-align: top;
	height: auto;
	background-color: #000000;
}
.newsbar {
	height: 45px;
	width: 780px;
	background-image: url('../images/news-bar.jpg');
}
.copyright-text { color: #4d4d4d; text-align: center; font-family:Tahoma,Arial; font-size:7pt; }


#content {
	width: 750px;
	margin: auto;
	padding: 20px;
	background: #FFF;	
	border: 1px solid #CCC;
}

h1 {
	margin: 0;
}

hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #CCC;	
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;	
	padding: 7px 0;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

a { 
	outline-color: #888;	
}
.box {
background-color: #B9D2F9
}