/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fbfbfb;
}
body,td,th {
	font-family: Calibri Light;
	font-size: 14px;
}
.footer {font-size: 13px}
h1 {
	font-size: 36px;
	color: #012891;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.title {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.whitefont {color: #FFFFFF}
.bluetitle {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #012891;
}
.bluefont {
	color: #012891;
}