/* CSS Document */

h1{
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
	background:url(../design/h1.jpg) center no-repeat;
	height:38px;
	line-height:38px;
	color:#454d52;
	text-align:center;
}

h2{
	font-size:13px;
	text-transform:none;
	margin-bottom:5px;
	color:#107cbc;
	text-transform:uppercase;
}

ul{
	padding:20px;
}

p{
	margin-bottom:5px;
	font-size:12px;
}

a{
	color:#116fb5;
	text-decoration:none;
}