/* style for module title */
.TWLtitle {
	height: 25px;
	text-align: left;
	padding-left:15px;
	padding-right: 5px;
	background-image: url(TWL_05.gif);
	background-repeat: repeat;
}
.TWLtitleText {
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #466C8F;
}
/*.TWLtopleftcorner {
	background-image: url(TWL_01.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 14px;
}
.TWLtopmiddle {
	background-image: url(TWL_02.gif);
	background-repeat: repeat-x;
	height: 14px;
}
.TWLtoprightcorner {
	background-image: url(TWL_03.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 13px;
}
.TWLheaderleft {
	background-image: url(TWL_04.gif);
	background-repeat: repeat-y;
	width: 14px;
}
.TWLheadermiddle {
	background-image: url(TWL_05.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.TWLheaderright {
	background-image: url(TWL_06.gif);
	background-repeat: repeat-y;
	width: 13px;
}
.TWLheaderleftbottom {
	background-image: url(TWL_07.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 14px;
}
.TWLheadermiddlebottom {
	background-image: url(TWL_08.gif);
	background-repeat: repeat-x;
	height: 4px;
}
.TWLheaderrightbottom {
	background-image: url(TWL_09.gif);
	background-repeat: no-repeat;
	height: 4px;
}
.TWLcontentleft {
	background-image: url(TWL_10.gif);
	background-repeat: repeat-y;
	width: 14px;
}*/
/* style for content pane */
/*.TWLcontentpane {
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	vertical-align: top;
}
.TWLcontentright {
	background-image: url(TWL_12.gif);
	background-repeat: repeat-y;
	width: 13px;
}
.TWLbottomleftcorner {
	background-image: url(TWL_13.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 14px;
}*/
.TWLbottommiddle {
	background-image: url(TWL_15.gif);
	background-repeat: repeat-x;
	height: 13px;
}
/*.TWLbottomrightcorner {
	background-image: url(TWL_15.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
}*/

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: #466C8F;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	color: #466C8F;
}


