body{
	font-family: 		verdana;
	font-size: 			10pt;
	color: 				#000000;
	background-color:	#7ABCD9;		
}

a:link {
	color:				#336699;
	text-decoration:	none;	
}

a:visited {
	color:				#336699;
	text-decoration:	none;	
}

a:hover {
	color:				#558AAA;
	text-decoration:	none;	
}

a:active {
	color:				#ffffff;
	text-decoration:	none;	
}

.div_menu {
	margin-left: 		10pt;
	margin-bottom: 		10pt;	
	width:				100%; 
	padding: 			4px;
}

.div_menu_loader {
	margin-left: 		10pt;
	margin-bottom: 		10pt;	
	text-align:			right;
	width:				130px; 
	padding: 			4px;
	float: 				left;
}

.groupInfo {
	margin-left: 		10pt;
	margin-bottom: 		10pt;	
	width:				75%; 
	padding: 			4px;
	text-align:			left;
	float:				right;
}

.groupBadge {
	background: 		url("../badgeBG.gif") no-repeat;
	padding-top: 		10px;
	padding-left: 		10px;
	width: 				300px;
	height: 			420px;
	float:				left;
}

.loader {
	background: 		url("../loaderBG.gif") no-repeat;
	padding-top:		10px;
	padding-left: 		10px;
	width: 				740px;
	height: 			560px;
	float: 				center;
}

.textfield {
	color: 				#336699;
	background: 		#C1E2F3;
	border: 			1px solid #558AAA;
	font-weight:		bold;
}

.submit {
	color: 				#000000;
	width: 				125px;
	background: 		#C1E2F3;
	border-style: 		solid;
	border-width: 		2px;
	border-color: 		#558AAA;
} 

.div_container {
	margin-left: 		10pt;
	width:				300px; 
	padding: 			4px;
} 

.div_box {
	color: 				#000000;
	text-align: 		right;
	width: 				120px;
	margin: 			0px;
	padding: 			4px;
	float: 				left;
}

.div_box_alone {
	color: 				#000000;
	text-align: 		left;
}