body {
	margin:0px;
	margin-bottom:40px;
	background-image: url('/themes/img/bg.jpg');
	background-position:top;
	background-color: #CDD1E0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: repeat-x;
}
a, a:link, a:visited, a:active {
	color:#000000;
}
a:hover {
	color: #FF6600;
}
.img_ext img, .img_ext a img, .img_ext a:link img, .img_ext a:active img, .img_ext a:visited img {
	border: 4px solid #000000;
}
.img_ext a:hover img {
	border-color: #FF6633;
}

p {
	text-align:justify;
	margin-bottom: 10px;
	margin-top: 10px;
}
h1 {
	font-size: 11px;
	letter-spacing: -0.1em;
	margin-bottom: -5px;
	text-transform: uppercase;
	margin-top: 0px;
}
h2, h3 {
	padding-top: 0px;
}
h2 {
	font-size: 27px;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 1px;
	_margin-bottom: 12px;
	letter-spacing: -2.5px;
}
h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	_margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: -1.5px;
}
h4 {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 17px;
}
h5 {
	font-size: 14px;
	margin-bottom: 1px;
	_margin-bottom: 12px;
}
select, input, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color:#000000;
}
hr {
	margin-top: 25px;
	_margin-top: 0px;
	height: 1px;
	border: none;
	border-bottom: 1px dashed #333333;
}
form {
	margin: 0px;
}
table {
	margin-top: 10px;
	font-size: 10px;
}
td  {
	padding-left: 5px;
	padding-right: 5px;
}
ul {
	margin-bottom: 0px;
	margin-top: -15px;
}
ul li {
	margin-left: -15px;
}
ol, blockquote {
	margin-top: -7px;
	margin-bottom: 0px;
}
ol {
	list-style-type: lower-latin;
}
ol li {
	margin-left: 15px;
}
blockquote {
	text-transform:uppercase;
}