
td {
	font-size: 12px;
}

TD.heading {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #f4f4f4;
	color: #1F46A7;
}

TD.title {
	text-transform: uppercase;
	text-align: center;
                height: 20px;
	font-weight: bold;
	font-size: 14px;
	background: url('header_bg.gif') repeat-x;
}


TD.news {
	font-family: Arial, Helvetica, Sans Serif;
    font-size: 11px;

}

TD.box {
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
                font-size: 11px;

}

TD.link {
	background: #ffffff;
	color: #000000;
}

TD.toplink {
	text-align: left;
	font-size: 12px;
	width: 110px;
}

TD.logo {
	text-align: center;
	width: 135px;
}

TABLE.include {
	border: 0px;
	width: 630px;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}
TABLE.headline {
	border: none;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 8px;

}
TABLE.toplinktable {
	width: 100%;
	background: #ffffff;
	border: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
}

TABLE.mainbox {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: 1px dashed #66cc33;
	width: 100%;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
}

TABLE.box {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
	border-spacing: 1px;
	background: #ffffff;
	padding: 0px;
	margin: 0px;

}

TABLE.maintable {
	text-align: middle;
	border: 1px solid #cccccc;
	width: 800px;
	border-spacing: 1px;
	background: #ffffff;
	padding: 0px;
	margin: 0 auto;

}

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}

/* mambo core stuff */
a:link, a:visited {
	color: #1F46A7; text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #66CC33;	text-decoration: none;
	font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url('link_bg.gif') no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 24px;
	width: 100%;
	text-decoration: none;
	background-color: #1F46A7;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #1F46A7;
	background-color: #66CC33;
}

a.toplink:link, a.toplink:visited {
	background: url('link_bg.gif') no-repeat;
	background-position: 0px -25px;
	background-color: #66CC33;
	font-size: 11px;
	color: #1F46A7;
	text-align: left;
	padding-top: 5px;
	padding-left: 19px;
	height: 24px;
	text-decoration: none;
	border: 1px;
	display:block;
}

a.toplink:hover {
	background-position: 0px 0px;
	text-decoration: none;
	color: #ffffff;
	background-color: #1F46A7;
}





