* {
	font-size: 11px;
	line-height:20px;
	color: #303030;
}

textarea.agent
{
width: 300px;
height: 150px;
}

input.agent
{
width: 300px;
}



ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 879px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	background: url(../img/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 8px 20px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #1376c9 url(../img/topnav_active.gif) repeat-x; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 8px 0;
	position: absolute;
	left: 0; top:34px;
	display: none; /*--Hide by default--*/
	width: 879px;
	background: #1376c9;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {text-decoration: underline;}




body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(../img/bak.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
   	font-family: arial,helvetica,sans-serif;
}

div.menu
{
	font-size: 9px;
	color: #ffffff;
}

hr.news
{ 
height: 0; 
border-bottom: 1px dotted #505050; 
}

b.wht
{
font-weight: bold;
color: #ffffff;
}

b.wht_num
{
font-weight: normal;
font-size: 14px;
color: #ffffff;
}

b.wht_title
{
font-weight: normal;
color: #ffffff;
}

b.schedule
{
font-weight: bold;
font-size: 12px;
color: #017dc5;
}

b.s2
{
font-weight: bold;
font-size: 11px;
font-style: italic;
color: #1d9edb;
}

b.book
{
font-size: 15px;
font-weight: bold;
color: red;
}

b.mini
{
font-size: 9px;
font-weight: normal;
color: #808080;
}


input#email
{
	width: 240px;
	height: 27px;
		color: #303030;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 5px;

}

input#email2
{
	width: 240px;
	height: 27px;
		color: #303030;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 5px;

}

input.contact
{
	width: 300px;
	height: 27px;
		color: #303030;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 5px;

}
input#name
{
	width: 240px;
	height: 27px;
		color: #303030;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 5px;

}



a.pdf
{
	color: #00a2ff;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underlined;
}


a:hover.pdf
{
	color: #00a2ff;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underlined;
}

i.pdf
{
	color: #505050;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	line-height: 15px;
}

i.numer
{
	color: #505050;
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
}

i.numer2
{
	color: #C0C0C0;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}

b.txt_body_email_sml
{
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	color: #303030;
}

b.free
{
	font-family: arial,helvetica,sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #017dc5;
}

textarea.contact
{
width: 400px;
height: 140px;
}

h1
{
	font-size: 21px;
	color: #101010;
	font-weight: bold;
	padding: 0px 0px 0px 0px;

}

a.post
{
	color: #00a2ff;
	text-decoration: underline;
	font-family: arial,helvetica,sans-serif;
}

a:hover.post
{
	color: #00a2ff;
	text-decoration: underline;
	font-family: arial,helvetica,sans-serif;
}

i.post
{
font-family: arial,helvetica,sans-serif;
font-style: italic;
}


div.head
{
	font-size: 20px;
	color: #101010;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px; 
	
}



h1.article
{
	font-size: 24px;
	line-height: 26px;
	color: #017dc5;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}


h2.article
{
	font-size: 15px;
	color: #303030;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h2.article_blu
{
	font-size: 12px;
	color: #017dc5;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


h3.article
{
	font-size: 11px;
	color: #303030;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

h3.article_msg
{
	font-size: 11px;
	color: #303030;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


h3.article_blu
{
	font-size: 11px;
	color: #017dc5;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

div.num
{
	font-size: 19px;
	color: #017dc5;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}


h4.article
{
	font-size: 18px;
	line-height: 18px;
	color: #017dc5;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}



h3
{
	font-size: 13px;
	color: #303030;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}


div.content
{
font-size: 11px;
line-height: 22px;
color: #303030;
font-family: arial,helvetica,sans-serif;
padding: 0px 0px 0px 0px;
}

div.footer
{
font-size: 9px;
color: #303030;
}

a
{
	color: #0dacff;
	text-decoration: underline;
}

a:hover
{
	color: #0dacff;
	text-decoration: underline;
}

a.solo
{
	color: #0dacff;
	text-decoration: none;
}

a:hover.solo
{
	color: #0dacff;
	text-decoration: none;
}

a.wht
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover.wht
{
	color: #ffffff;
	text-decoration: underline;
}

a.ewht
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	text-decoration: none;
}

a:hover.ewht
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	text-decoration: none;
}

a.submenu
{
	color: #303030;
	text-decoration: underline;
}

a:hover.submenu
{
	color: #303030;
	text-decoration: underline;
}

a.footer
{
	color: #00a2ff;
	font-size: 9px;
	text-decoration: underline;
}

a:hover.footer
{
	color: #00a2ff;
	font-size: 9px;
	text-decoration: underline;
}

a.menu
{
	color: #ffffff;
	font-size: 9px;
	text-decoration: underline;
}

a:hover.menu
{
	color: #ffffff;
	font-size: 9px;
	text-decoration: underline;
}

.container {
	position: absolute;
	background: #ffffff;
	width: 60em;
	left: 50%;
	margin: 2em -30em;
}

.content {
	padding: 0 2em 2em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}


input.profile
   {
	width: 20em;
	padding: .2em;
	font-weight: normal;
	font-size: 1em;
}

b.profile {
	text-decoration: none;
	font-weight: Bold;
}

sup.red {
	color: #ff0060;
}
		
select.profile
   {
	font-size: 20px;
}
		
