/* Div tags */

#inner_text
{
	width:					90%;	
	background:				#7091A2;
	padding:				2px;	
	margin:					2px;
	font-size:				8pt;	
	position:				relative;
	left:					5%;
	top:					15px;
	border:					1px solid rgb(00,0,0);
	color:					#C2C2C2
}

#inner_text_small
{	
	width:					80%;
	border:					1px solid rgb(00,00,00);
	background:				#7091A2;		
	padding:				2px;
	margin:					2px;
	font-size:				8pt;
	font-weight:			bold;
	position:				relative;
	left:					10%;
	top:					3px;
	bottom:					3px;
}
