@charset "utf-8";
/* CSS Document */

div.moduletable h3,
div.moduletable_black h3,
div.moduletable_color1 h3,
div.moduletable_color2 h3,
div.moduletable_color3 h3,
div.moduletable_nobox h3,
div.moduletable_hilite h3,
div.moduletable_text h3,
div.moduletable_menu h3 {
font: bold 10px Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 12px;
	color: #333;
	
}
/* nobox */
div.moduletable_nobox {
background:none;
overflow:hidden;
margin:0 0 15px 0;
}
/* nobox */


div.moduletable, 
div.moduletable_black, 
div.moduletable_color1, 
div.moduletable_color2, 
div.moduletable_color3, 
div.moduletable_text,
div.moduletable_hilite,
div.moduletable_menu {
	font: normal 100% Arial, Helvetica, sans-serif;
	line-height:18px;
	padding: 10px;
	margin:0 0 5px 0;
	background:#fff;
}
 
/* black */
div.moduletable_black ul li {
	background: transparent url('../images/arrow1.gif') no-repeat 0 5px;
}
div.moduletable_black {
	background: #000;
	color: #999;
}
div.moduletable_black h3 {
	color: #fff;
}
div.moduletable_black a.readon, div.moduletable_black .button {
	background: #222222;
}
div.moduletable_black a.readon:hover, div.moduletable_black .button:hover {
	background: #3c6f9e;
}
/* black */





/* color1 */

div.moduletable_color1 a {
	color: #3c6f9e;
}
div.moduletable_color1 h3 {
	color: #3c6f9e;
	border-bottom: 2px solid #3c6f9e;
	font:normal 28px Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div.moduletable_color1 a.readon, div.moduletable_color1 .button {
	background: #3c6f9e;
	color: #fff;
}
div.moduletable_color1 a.readon:hover, div.moduletable_color1 .button:hover {
	background: #05386b;
}
/* color1 */






/* color2 */
div.moduletable_color2 a {
	color: #cc0000;
}
div.moduletable_color2 h3 {
	color: #cc0000;
	border-bottom: 2px solid #cc0000;
	font:normal 28px Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div.moduletable_color2 a.readon, div.moduletable_color2 .button {
	background: #cc0000;
	color: #fff;
}
div.moduletable_color2 a.readon:hover, div.moduletable_color2 .button:hover {
	background: #990505;
}
/* color2 */






/* color3 */
div.moduletable_color3 a {
	color: #e98b05;
}
div.moduletable_color3 h3 {
	color: #e98b05;
	border-bottom: 2px solid #e98b05;
	font:normal 28px Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div.moduletable_color3 a.readon, div.moduletable_color3 .button {
	background: #e98b05;
	color: #fff;
}
div.moduletable_color3 a.readon:hover, div.moduletable_color3 .button:hover {
	background: #b46a00;
}
/* color3 */






