/* CSS Document */

.head1
{
	background-color:	#5C85D6; 
	width:				180px; 
	height:				18px; 
	font-family:		arial,verdana; 
	font-size:			12px; 
	font-weight:		bold; 
	color:				#FFEA01; 
	padding-top:		2px;
	padding-left:		10px;
}

.head2
{
	background-color:	#5C85D6; 
	width:				330px; 
	height:				18px; 
	font-family:		arial,verdana; 
	font-size:			12px; 
	font-weight:		bold; 
	color:				#FFEA01; 
	padding-top:		2px;
	padding-left:		10px;
}


.box1
{
	background-color:	#4171CF;
	width:				188px;
	height:				110px;
	font-family:		arial,verdana;
	font-size:			11px;
	color:				#ffffff;
	border-left: 		1px solid #5C85D6;
	border-right: 		1px solid #5C85D6;
	border-bottom: 		1px solid #5C85D6;
	padding: 10px;
	vertical-align: top;
}

.box2
{
	background-color:	#4171CF;
	width:				338px;
	height:				110px;
	font-family:		arial,verdana;
	font-size:			11px;
	color:				#ffffff;
	border-left: 		1px solid #5C85D6;
	border-right: 		1px solid #5C85D6;
	border-bottom: 		1px solid #5C85D6;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
}

.boxcontent
{
	border: 			1px solid #3366CC; 
	height:				88px; 
	padding:			10px;
	font-family:		arial,verdana; 
	font-size:			11px; 
	color:				#ffffff; 
}

a.link
{
	font-family:		arial,verdana; 
	font-size:			11px; 
	color:				#FFEA01;
	text-decoration:	none;
}

a.link:hover
{
	font-family:		arial,verdana; 
	font-size:			11px; 
	color:				#FFEA01;
	text-decoration:	underline;
}
