@charset "UTF-8";
/* CSS Document */
a {
	text-decoration: none;
}
body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td object, td embed {
	vertical-align: top;
}
.pageBG {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.logo {
	position: absolute;
}
.titletxt {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #ed1c2e;
}
.bodytxt {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}
.bodytxt a:link, .bodytxt a:visited {	
	color: #ed1c2e;
}
.sidebarTitle {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #ed1c2e;
	font-weight: bold;
	line-height: 19px;
}
.sidebarTxt {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ed1c2e;
	line-height: 19px;
}
.sidebarTxt a:hover, .bodytxt a:hover {
	text-decoration: underline;
}
.sidebarTxt a:link, .sidebarTxt a:visited {
	color: #000;
}

