body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #004a9e;
	font-size: 13px;
}

h1{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0;
}

h2{
	font-size: 15px;
	font-weight: normal;
	margin: 15px 0;
}

h3 {
	font-size: 13px;
	font-weight: bolder;
}

ul li {
	font-size: 14px;
	margin-bottom: 4px;
}

ul li span{
	font-size: 13px;
	font-style: italic;
}

#wrapper { 
    margin: 0 auto;
    width: 640px;
    background: #ffffff;
    border-left: 13px solid #004a9e;
    border-right: 13px solid #004a9e;
}

#body {
	margin: 10px 5px 30px 5px;
	background-image: url("ujmo_white.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#footer {
	background-color: #004a9e;
}

.blue {
	color: #004a9e;
}

.red {
	color: #e32118;
}

.green {
	color: #009534;
}

.yellow {
	color: #fbe91f;
}



