@charset "utf-8";

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style: normal;
	line-height:20px;
	font-weight:bold;
	color: #0FF;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style: normal;
	line-height:20px;
	font-weight:bold;
	color: #0FF;
}

a:link {
	color: #0FF;
}
a:visited {
	color: #00FFFF;
}
a:hover {
	color: #FFF;
}
ul li {
	margin-top:10px;
}
.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style: normal;
	line-height:20px;
	font-weight:bold;
	color: #0FF;
}
.news-header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	font-style: normal;
	line-height:35px;
	font-weight: lighter;
	color: #0FF;
	padding-left:20px;
	padding-right:20px;
}
.small_header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style: normal;
	line-height:16px;
	font-weight:bold;
	color: #0FF;
}
.body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height:20px;
	font-weight: normal;
	color:#FFF;
}
.intro_body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height:20px;
	font-weight: normal;
	color:#E5E5E5;
	text-align:justify;
}
.intro_body strong {
	color:#c9ecec;
}
.comments_body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style: normal;
	line-height:15px;
	font-weight: normal;
	color:#E5E5E5;
	text-align:justify;
}
.small_body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style: normal;
	line-height:16px;
	font-weight: normal;
	color:#FFF;
	text-align:justify;
}
.small_print {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style: italic;
	line-height:15px;
	font-weight: normal;
	color:#FFF;
}
.small_contact_body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height:16px;
	font-weight: normal;
	color:#FFF;
}
.footer_bold {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height:30px;
	font-weight:bold;
	color: #0FF;
	text-align:center !important;
}
.email_body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height:20px;
	font-weight: normal;
	color: #000;
}
.bullets {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style: normal;
	line-height:25px;
	font-weight:bold;
	color: #CCC;
}
.price_header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height:20px;
	font-weight:bold;
	color:#FFF
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 700px) {
.small_contact_body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style: normal;
	line-height:16px;
	font-weight: normal;
	color:#FFF;
}
.price_header {
	font-size:10px;
}
.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.news-header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	font-style: normal;
	line-height:35px;
	font-weight: lighter;
	color: #0FF;
	padding-left:100px;
	padding-right:100px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {
.small_contact_body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height:16px;
	font-weight: normal;
	color:#FFF;
}
.price_header {
	font-size:12px;
}
.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.news-header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	font-style: normal;
	line-height:35px;
	font-weight: lighter;
	color: #0FF;
	padding-left:100px;
	padding-right:100px;
}
}