html,body 
{
 font-family:Arial;
 font-size:12px;
 margin: 0;
 padding: 0;
 background-color:#FFFFFF;
}
td{
	font-size:12px;
}
ul{
	list-style-image: url(img/arrow.gif);
	margin-top:7px;
}
A{	
		color:#636568;	
		font-weight:bold;
		text-decoration:underline;
}
h3{
	font-weight:bold;
 	font-size:12px;
 	padding:0px;
}
h2{
	font-weight:bold;
 	font-size:18px;
 	padding:0px;
}
.middle{
	width:100%;
	align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#00adef;
	background-image: url(img/bgimage.jpg);
}
.uutop div  { background: url(img/1.gif) no-repeat top left; }
.uutop      { background: url(img/2.gif) no-repeat top right; }
.uubot div  { background: url(img/4.gif) no-repeat bottom left; }
.uubot      { background: url(img/3.gif) no-repeat bottom right; }

.uutop div, .uutop, .uubot div, .uubot {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.uucontent  { margin: 0 20px; text-align:left;}
.uuroundbox { width: 20em; margin: auto; }

