/* CSS Document */

body, td, div {
	font-family: 'Open Sans', 'Arial', sans-serif;
}
p, ul, ol {
	font-family: 'Open Sans', 'Arial', sans-serif;
	font-size: 13px;
	text-align: left;
	color: #222;
	line-height: 1.4em;
}
a {
	color: #00718A;
	text-decoration: none;
}
a:hover {
	color: #00AABE;
	text-decoration: underline;
}
p {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #000;
	font-family: 'Orbitron', sans-serif;
	text-shadow: 	-1px -1px 0 rgba(255,255,255,0.25),  
	   1px 1px 2px rgba(0,0,0,0.35);
}
h1 {
	font-size: 26px;
	clear: left;
	text-transform: uppercase;
	border-bottom: 1px solid #BDBDC0;
}
h2 {
	font-size: 22px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
}
h6 {
	font-family: 'Open Sans', 'Arial', sans-serif;
	text-transform: uppercase;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
}
ul {
	list-style-image: url(../images/li.gif);
	position: relative;
	margin-right: 10px;
}
li {
	margin-left: 2em;
	margin-top: 3px;
	margin-bottom: 8px;
}
.image_left, .image_right {
	border:solid 1px #BBBDBF;
	padding: 3px;
	margin-bottom: 10px;
	border-radius: 3px;
	background-color: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .35); 
}
.image_left {
	float: left;
	clear: left;
	margin-right: 10px;
}
.image_right {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.small {
	font-size: 9px;
}
.large {
	font-size: 1.2em;
}