div.module {
	width : 100%;
}
div.module_large div.title {
	background-image : url(module-background.gif);
	height : 37px;
	border : solid 1px #c4c5a6;
	font-family : Arial;
	font-size : 18px;
	line-height : 37px;
	font-weight : bold;
	color : #686666;
	padding-left : 25px;
}
div.module_large div.body {
	background-color : #eaeacf;
	background-image : url(gradback.gif);
	background-repeat : repeat-x;
	border-left : solid 1px #c4c5a6;
	border-right : solid 1px #c4c5a6;
	border-bottom : solid 1px #c4c5a6;
	min-height : 60px;
	clear : both;
	font-family : Verdana;
	font-size : 11px;
	color : #686666;
	padding : 10px 0px 0px 10px;
}
div.module_large div.body a:link, div.module_large div.body a:visited, div.module_large div.body a:hover, div.module_large div.body a:active {
	color : #686666;
	text-decoration : none;
	border-bottom : solid 1px #c4c5a6;
	display : block;
	margin : 0px 0px 7px 25px;
	padding : 3px 0px 2px 0px;
}
div.module_large div.body a.last {
	border-bottom : none;
	padding : 3px 0px 0px 0px;
	margin : 0px 0px 5px 25px;
}
div.module_large img#upperleft {
	float : left;
}
div.module_large img#upperright {
	float : right;
}
div.module_large div.bottom {
	background-image : url(bottom-background.gif);
	height : 15px;
	border-left : solid 1px #c4c5a6;
	border-right : solid 1px #c4c5a6;
	border-bottom : solid 1px #c4c5a6;
}
div.module_large img#bottomleft {
	margin-top : 7px;
	float : left;
}
div.module_large img#bottomright {
	margin-top : 7px;
	float : right;
}

div.module div.title {
	background-image : url(background.gif);
	height : 27px;
	border : solid 1px #c4c5a6;
	font-family : Arial;
	font-size : 14px;
	line-height : 27px;
	font-weight : bold;
	color : #686666;
	padding-left : 6px;
}
div.module img#upperleft {
	float : left;
}
div.module img#upperright {
	float : right;
}
div.module div.bottom {
	background-image : url(bottom-background.gif);
	height : 15px;
	border-left : solid 1px #c4c5a6;
	border-right : solid 1px #c4c5a6;
	border-bottom : solid 1px #c4c5a6;
}
div.module img#bottomleft {
	margin-top : 7px;
	float : left;
}
div.module img#bottomright {
	margin-top : 7px;
	float : right;
}
div.module div.body {
	border-left : solid 1px #c4c5a6;
	border-right : solid 1px #c4c5a6;
	border-bottom : solid 1px #c4c5a6;
	min-height : 60px;
	clear : both;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
	color : #5a83a6;
	padding : 10px;
}
div.module div.body a:link, div.module div.body a:visited, div.module div.body a:hover, div.module div.body a:active {
	color : #5a83a6;
}
div.module a.more {
	text-decoration : none;
	color : #5a83a6;
	background-image : url(greater.gif);
	background-position : top right;
	background-repeat : no-repeat;
	padding : 0px 16px;
}
