body {
	background-color: #ffffff;
	background-image: url('back.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: #0b2538;
	font: 11.5px arial;
	text-align: justify;
}
h1 {
	color: #1fb3ee;
	font: 25px century gothic;
	letter-spacing: 2px;
}
h2 {
	background-image: url('h2.jpg');
	border-bottom: 1px solid #78b4dd;
	color: #33729e;
	font: 16px century gothic;
	font-weight: bold;
	margin-bottom: 0px;
	padding-left: 20px;
	text-transform: uppercase;
}
h3 {
	color: #95c9ec;
	font: 11px georgia;
	font-style: italic;
	letter-spacing: 4px;
	margin-top: -18px;
	padding-left: 12px;
	text-transform: lowercase;
}
blockquote {
	background-color: #ffffff;
	border-left: 10px solid #cecece;
	color: #6c6c6c;
	font: 13px franklin gothic book;
	line-height: 15px;
	margin-bottom: 20px;
	padding: 15px;
	text-align: justify;
}
blockquote:hover {
	background-color: #e5e5e5;
	border-left: 10px solid #bebebe;
	color: #585858;
}
::-moz-selection{
	background-color: #358bb7;
	color: #ffffff;
}
::selection {
	background-color: #358bb7;
	color: #ffffff;
}
.block {
	background-color: #ffffff;
	font: 10.5px arial;
	text-align: justify;
}
.bottom {
	background-image: url('back2.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
.content {
	background-color: #f1f1f1;
	border-bottom: 5px solid #c4e9ff;
	line-height: 18px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: justify;
}
.navi {
	display: block;
}
a, a:active, a:visited {
	color: #393939;
	font-family: arial;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}
a:hover {
	color: #25c1f3;
	text-transform: none;
	text-decoration: underline;
	cursor: crosshair;
}
a.navi, a.navi:active, a.navi:visited, .navi {
	background-color: #f5f5f5;
	color: #3c6878;
	display: block;
	font: 12px franklin gothic book;
	line-height: 14px;
	margin-bottom: 3px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}
a.navi:hover {
	background-color: #f0f0f0;
	color: #4ed086;
	cursor: crosshair;
	text-decoration: blink;
}
.navi:hover {
	background-color: #f0f0f0;
	cursor: crosshair;
	text-decoration: blink;
}
input, option, select, textarea {
	background-color: #dedede;
	border: 1px solid #c4e9ff;
	font: 9.5px franklin gothic book;
	padding: 2px;
	text-align: justify;
}
b {
	color: #2e7ab4;
	font: 10px century gothic;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
i {
	color: #2a9276;
}
u {
	color: #e65858;
	font: 13px franklin gothic book;
	line-height: 15px;
	text-decoration: none;
}