@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #676769;
}

img {
	border: none;
}

a:active, a:link, a:hover, a:visited {
	text-decoration: none;
	color: #676769;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/*#promo a:active, a:link, a:hover {
	text-decoration: none;
	color: #FF0000;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
}*/

.tablebor {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.padding5 {
	padding: 5px 5px 0px 5px;
}

.paddingRB5 {
	padding: 0px 5px 5px 0px;
}

.paddingLR10 {
	padding: 0px 10px 0px 10px;
	text-align: justify;
}

.paddingLT105 {
	padding: 5px 0px 0px 10px;
}

.heading5 {
	font-size: 13px;
	font-weight: bold;
}

.redbold {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.copyright {
	font-size: 10px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #676769;
}