.BODYMAIN
{
	padding: 2 2 2 2;
	top: 2;
	left: 2;
	background-color: #4a658c;
	/*background-color: #e8e8e8;*/
	/*background-image: url(http://24.173.167.54/2006/images/bg.jpg);*/
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

.MAINFONT
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

.MAINFONTWHITE
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.MAINFONTWHITEBOLD
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}


.MAINFONTBOLD
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Black;
}

.MAINFONTBOLDHEADER
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

.MAINFONTBOLDGRAY
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E8E8E8;
}
.FIELDSET
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*color: white;
	color: #444444;*/
	color: #cccccc;
}
.FIELDSETWHITE
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*color: white;
	color: #444444;*/
	color: #EEEEEE;
}

.BOX
{
	font-family: verdana,helvetica,sans-serif;
	border-right: #555555 1px solid;
	border-top: #555555 1px solid;
	font-size: 10px;
	border-left: #555555 1px solid;
	border-bottom: #555555 1px solid;
	background-color: #ffffff;
}

.BOXMAIN
{
	font-family: verdana,helvetica,sans-serif;
	border-right: #555555 1px solid;
	border-top: #555555 1px solid;
	font-size: 10px;
	border-left: #555555 1px solid;
	border-bottom: #555555 1px solid;
}

.BOXSEL
{
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	left: 1px;
	position: relative;
	bottom: 1px;
	background-color: #eeeeee;
	border-right: #555555 2px solid;
	border-top: #555555 1px solid;
	border-left: #555555 1px solid;
	border-bottom: #555555 2px solid;	
}

.ModuleHeader
{
	font-family: verdana,helvetica,sans-serif;
	color: white;
	font-size: 12px;
	background-color: #4a658c;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	height: 25px;
	width: 100%;
	
}

.GridHeader
{
	font-family: verdana,helvetica,sans-serif;
	color: white;
	font-size: 10px;
	background-color: #4a658c;
	font-weight: bold;
}

.GridRow
{
	font-family: verdana,helvetica,sans-serif;
	color: black;
	font-size: 10px;
	background-color: #eeeeee;
	font-weight: normal;
}

.GridAltRow
{
	font-family: verdana,helvetica,sans-serif;
	color: black;
	font-size: 10px;
	background-color: #cccccc;
	font-weight: normal;
}


.ModuleHeaderNoFont
{
	background-color: #4a658c;
}

.ModuleBodyNoFont
{
	background-color: #eeeeee;
}

.ModuleBody
{
	font-family: verdana,helvetica,sans-serif;
	color: black;
	font-size: 10px;
	font-weight: normal;
}

.ModuleAlert
{
	font-family: verdana,helvetica,sans-serif;
	color: red;
	font-size: 12px;
	font-weight: bold;
	background-color: #dde6f1;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.ModuleContainer {
	background-color: #ffffff;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	width: 98%;
	
}

.ModuleContainer50 {
	background-color: #ffffff;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	width: 50%;
	
}

