﻿@import 'link.css';
.title {
	color: #FFFFFF;
	background-color: #48718F;
	font-family: "Arial Rounded MT Bold";
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 25px;
	padding-left: 25px;
}
body{
	background-color: #94B6E5;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.blue {
	background-color: #94B6E5;
}
.smalltxt {
	font-size: x-small;
	text-align: center;
}
.center {
	text-align: center;
}
.topic {
	font-size: medium;
	font-weight: bold;
	color: #48718F;
	text-align: center;
}
.left {
	text-align: left;
}
.sub {
	font-size: medium;
	text-align: center;
	color: #48718F;
}
.footer {
	clear: both;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
}
.footer a {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}
.footer p {
	font-size: 8pt;
}
.branding {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.page {
	font-family: Arial;
	font-size: .9em;
	background-color: #DDEDF2;
	min-height: 480px;
	padding-bottom: 15px;
}
.page p {
	padding-left: 10px;
}
.page img {
	border-width: 0px;
	margin-left: 15px;
}

