@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(yellow-bg.jpg);
}

/* nav */
a.nav:link {
	color: #2d77bb;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.nav:visited {
	color: #2d77bb;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.nav:hover {
	color: #e1aa05;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.nav:active {
	color: #2d77bb;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
/* end nav */

/* links */
a:link {
	color: #2d77bb;
}
a:visited {
	color: #2d77bb;
}
a:hover {
	color: #1f527d;
}
a:active {
	color: #2d77bb;
}
/* end links */

/* footer links */
a.footer:link {
	color: #ffffff;
	text-decoration: none;
}
a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	color: #e1aa05;
}
a.footer:active {
	color: #ffffff;
	text-decoration: none;
}
/* end footer links */

.text-red  {
     color: #921c09;
	 font-size: 20px;
}
.text-footer  {
     color: #FFFFFF;
}
.textbigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.textbigger-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.background_box_home {
    background: url(topper3a.jpg);
	background-repeat: no-repeat;
}
 