/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;
        background: #FFFFFF url(images/LNU_background.jpg) top center repeat;
}


table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

P    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 550;
	color: #666666;
	margin: 0 10 10 10;
}
.blue_title {

	font-family: Arial, Helvetica, Sans Serif;
	font-size: 15px;
	color: #243086;
	font-weight: 800;
	margin: 10 10 0 10;
}

.small_blue_title {

	font-family: Arial, Helvetica, Sans Serif;
	font-size: 15px;
	color: #243086;
	font-weight: 500;
	margin: 10 10 10 10;
}

.small_gray_title {

	font-family: Arial, Helvetica, Sans Serif;
	font-size: 15px;
	color: #666666;
	font-weight: 500;
	margin: 10 10 10 10;
}

.Footer {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9px;
	color: #666666;
	font-weight: 550;
	margin: 10 10 10 10;
}




a:link {
	text-decoration: none;
	color: #243086;
}
a:visited {
	text-decoration: none;
	color: #243086;
}
a:hover {
	text-decoration: none;
	color: #243086;
}
a:active {
	text-decoration: none;
	color: #243086;
}