/* main styles */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_table {
	width: 980px;
	height: 100%;
}

#content_bckgrnd {
	background: url(/images/main_bckgrnd.gif) #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 100%;
	width: 100%;
}

#top_margin {
	height: 66px;
}

#bottom_content {
	height: 75px;
}

#main_content {
	background: transparent;
	line-height: 18px;
	text-align: justify;
	text-indent: 20px;
	padding-top: 15px;
}

.top_links {
	height: 30px;
	width: 100%;
	background: url(images/top_border.gif) #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	color: #7F7F7F;
}

.bottom_line {
	margin-left: 20px;
	margin-right: 30px;
}

.main_menu_bckgrnd{
	background: url(images/main_menu_bckgrnd.gif) #FFFFFF;
	background-repeat: repeat-x;
}

.copyrights {
	font-size: 10px;
	color: #A4A4A4;
	margin: 20px;
}

.transparent {
	background: transparent;
}

.box_services_title {
	background-color: #7BB4C0;
	border-bottom: 2px solid #FFFFFF;
}

.box_services {
	background: url(images/box_services_bckgrnd.gif) #A4CBD4;
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
}

.box_services_bckgrnd {
	background-color: #A4CBD4;
}

.box_contacts_title {
	background-color: #F16C00;
	border-bottom: 2px solid #FFFFFF;
}

.box_contacts {
	background: url(images/box_contacts_bckgrnd.gif) #FF942E;
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.box_contacts_bckgrnd {
	background-color: #FF942E;
}

.box_news_title {
	background-color: #419303;
	border-bottom: 2px solid #FFFFFF;
}

.box_news {
	background: url(images/box_news_bckgrnd.gif) #64B034;
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 11px;
	color: #FFFFFF;
}

.box_news_bckgrnd {
	background-color: #64B034;
}

.date {
	font-weight:bold;
	color: #FFFB00;
}

.main_date {
	font-weight:bold;
	text-indent: 0px;
}

.arrow_pad {
 margin-right: 10px;
}

.box_divs {
	padding-top: 3px;
	padding-bottom: 3px;
}

.inside_box {
	padding: 20px;
	background: transparent;
}

.title_big {
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF6F00;
	padding-bottom: 7px;
}

.title_middle {
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2DA5BD;
	padding-bottom: 3px;
}

.title_text {
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6F00;
}

/* LINKS STYLES */

a:link, a:visited {
	color: #FF6F00;
	text-decoration: underline;
}

a:hover {
	color: #2DA5BD;
	text-decoration: underline;
}

a.box_link:link, a.box_link:visited {
	color: #FFFB00;
	text-decoration: none;
}

a.box_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.services_link:link, a.services_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.services_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.bottom_link:link, a.bottom_link:visited {
	color: #7F7F7F;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.bottom_link:hover {
	color: #FF6F00;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.copy_link:link, a.copy_link:visited {
	color: #A4A4A4;
	text-decoration: none;
	font-size: 10px;
	line-height: normal;
}

a.copy_link:hover {
	color: #FF6F00;
	text-decoration: underline;
	font-size: 10px;
	line-height: normal;
}

.textfield {
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textarea {
	width:100%;
	height:150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style1 {
	font-size: 10px;
	font-style: italic;
}

.hider {
	background-color:3380AF;
	padding-left:30px;
	padding-right:30px;
	height:60px;
}