@charset "utf-8";
.background {
	background-color: #97B2AF;
	background-image: url(../../graphics/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.logo {
	background-image: url(../../graphics/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0268A8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0064A5;
}
.top-bg {
	background-image: url(../../graphics/top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0064AC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0064AC;
}
.main-area-bg {
	background-color: #D3DEE4;
	border: 1px solid #F4F4F4;
	background-image: url(../../graphics/area-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.footer {
	background-color: #A6C1D1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 2px;
}
body {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #454545;
}
.text-bg {
	background-image: url(../../graphics/text-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E8EAEA;
	border: 1px solid #AFC2CD;
	padding: 10px;
}
h1 {
	font-size: 160%;
	font-weight: normal;
	color: #0C6BA3;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0088C1;
	padding-bottom: 2px;
}
a:link {
	color: #004080;
	text-decoration: none;
}
a:visited {
	color: #004080;
	text-decoration: none;
}
a:hover {
	color: #008AC3;
	text-decoration: none;
}
a:active {
	color: #004080;
	text-decoration: none;
}
p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
