body {
	background-color				: #DBE7FF;
	background-attachment			: fixed;
	background-image				: url(images/bgmain.jpg);
	background-position				: top;
	background-repeat				: repeat-x;
	margin							: 0px;
	text-align						: center;
}
.header {
	color							: #49578A;
	font-family						: Trebuchet MS, Arial;
	font-size						: 18px;						
}
.txt {
	color							: #49578A;
	font-family						: Trebuchet MS, Arial;
	font-size						: 12px;
}
A.sb {
	color							: #6D7BAC;
	font-family						: Trebuchet MS, Arial;
	font-size						: 10px;
	text-decoration					: none;
}
A.sb:hover {
	color							: #49578A;
	text-decoration					: underline;
}
A.navbar {
	color							: #FFFFFF;
	font-family						: Trebuchet MS, Arial;
	font-size						: 12px;
	font-weight						: bold;
	padding-left					: 10px;
	padding-right					: 10px;
	text-decoration					: none;
}
A.navbar:hover {
	background-color				: #49578A;
}
A.leftbar {
	color							: #49578A;
	font-family						: Trebuchet MS, Arial;
	font-size						: 12px;
	font-weight						: bold;
	text-decoration					: none;
}
A.leftbar:hover {
	text-decoration					: underline;
}
