body {
	background-image: url(images/bg.jpg);
	background-position: 1px 222px;
	background-repeat: repeat;
	margin-top: 10px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #0066CC;
}
.borders {
	background-color: #00CCFF;
	border: 3px double #0066FF;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #0094FE;
	margin: 1px;
}
h2 {
	color: #FFFFFF;
	margin: 1px;
}
.bigger1 {
	font-size: 18px;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}
.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #0033CC;
	background-color: #FFF9CC;
	text-align: center;
	font-style: italic;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4AB3FF;
	border-bottom-color: #4AB3FF;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-right: 22px;
	padding-left: 22px;
}

.maintd {
	padding-right: 25px;
	padding-left: 30px;
}
.sidebar {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #0094FE;
}
a {
	text-decoration: none;
}
