@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 {
	text-transform:uppercase;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 12px;
	color: #333;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* 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 {
	line-height:16px;
	padding: 20px;
	margin:0 0 0px 0;
	background-color: #FFFFFF;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
 
/* black */
div.moduletable_black ul li {
	background: transparent url('../img/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 Georgia, "Times New Roman", Times, 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 Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
div.moduletable_color2 a.readon, div.moduletable_color2 .button {
	background: #cc0000;
	color: #fff;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
div.moduletable_color2 a.readon:hover, div.moduletable_color2 .button:hover {
	background: #990505;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
/* color2 */






/* color3 */
div.moduletable_color3 a {
	color: #e98b05;
}
div.moduletable_color3 h3 {
	color: #e98b05;
	border-bottom: 2px solid #e98b05;
	font:normal 28px Georgia, "Times New Roman", Times, 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 */
