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


body,td,th {
	color: #000;
	text-align: center;
}
body {
	background-color: #E8E8E8;
}
a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	color: #06F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #06F;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
#bakoweblogo {
	background-image: url(images/logo.gif);
	height: 75px;
	width: 250px;
}

.whitebackground {
	background-color: #FFF;
	font-size: 12px;
	color: #000;
}
.BodyHeaderText {
	font-size: 24px;
	font-weight: bolder;
	color: #000;
	text-align: left;
}
.boarders {
	border: thin solid #666;
	border-radius: 25px;
	background-color: #E8E8E8;
}
.domaintext {
	font-size: 10px;
	color: #000;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
}



.NavTextBig {
	font-size: 18px;
	font-weight: 500;
	background-color: #000;
	color: #FFF;
}
.navwhitetext {
	color: #FFF;
	text-decoration: underline;
}

.smalltext {
	font-size: 12px;
	color: #666;
}
.Navgreybackground {
	background-color: #000000;
	color: #FFF;
}
.Bodytextreg {
	font-size: 12px;
	color: #000;
}
.bold {
	font-weight: bold;
}

