.moduleFrame
{
	background-color: #DEDEDE;	
	width:700px;
}

.moduleFrame .Header_Left
{
	background-color: White;
	background-image: url(images/moduleText.jpg);
	background-repeat:repeat-x;
	background-position: center middle;
	border-top: none;
	padding-left: 10px;
	height: 23px;
}

.moduleFrame .Header_Center
{
	background-image: url(images/moduleTrans.jpg);
	background-position: center middle;
	background-repeat: no-repeat;
	border-top: none;
	height: 23px;
	width: 77px;
}

.moduleFrame .Header_Right
{
	background-color:Gray;
	background-image: url(images/moduleFlag.jpg);
	background-position: right middle;
	background-repeat: no-repeat;
	border-top: none;
	height: 23px;
	width: 276px;
}

.moduleFrame DIV.Header_Left, 
.moduleFrame DIV.Header_Center, 
.moduleFrame DIV.Header_Right
{
	display:inline;
	height: 23px;
	text-align:left;
	/*padding: 0px;*/
	margin: 0px;
}

.moduleFrame .Body
{
	background-color: White;
	border: solid 2px black;
	border-top: none;
}

/*Content Frame*/
.ContentFrame
{
	border: solid 2px #CCCCCC;
	padding: 3px;
	padding-top: 0px;
	
	font-size: 9pt;
	font-family: Arial;		
}

.ContentFrame h2	/*Header*/
{
	display:inline-block;
	background-color: #DEDEDE;
	color:Black;
	font-weight: Bold;
	font-size: 10pt;
	font-family: Verdana;
	margin-left: -3px;
	margin-right: -3px;
	padding: 2px;
	margin-bottom: 4px;
}





