/* CSS Document */

a:hover {
	color: #FF0000;
}


.bakosmalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}

.BakoWebHeaderWhiteLarge {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
}
.smallwhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.graphics {
	background-image: url(images/main-box2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.HomeButton {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: auto;
}
.alinkgold {
	color: #FFFFFF;
}
.tinywhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
}
.boxbgback {
	background-image: url(images/box-bg.gif);
	background-repeat: repeat;
}
.MaintextMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.MaintextMedium2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

.boxlines {
	border: thin solid #CCCCCC;
}
.boxlines2 {
	background-color: #000000;
	border: thin solid #CCCCCC;
}



.HeadingMain {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.headingmain2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
}

.TextSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.PageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
}
.MainTextRed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}
.borders2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
}
