@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* FOOTER */

.footer-bg	{
	background-color:#f3eee9;
}

/* MIAIN */
.headig-main{text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size:17px;color:#66ccff;font-weight:normal;
}
.headig-main-green{text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size:24px;color:#447828;font-weight:normal;
}

.box-border-top	{
	border-top: 1px #e9e8e8 solid;
}

.box-border-bottom	{
	border-bottom: 1px #e9e8e8 solid;
}

.box-border-left	{
	border-left: 1px #e9e8e8 solid;
}

.box-border-right	{
	border-right: 1px #e9e8e8 solid;
}

.normal-footer-text	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#767775;
}

.normal-14-blue-text	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#66ccff;
}

/* LINKS */

a.footer-links:link,
a.footer-links:active,
a.footer-links:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#767775;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
a.footer-links:hover {
	color:#000000;
}

a.threebox-links:link,
a.threebox-links:active,
a.threebox-links:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#bbbbbb;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
a.threebox-links:hover {
	color:#767775;
}

a.blue-links:link,
a.blue-links:active,
a.blue-links:visited{
	font-family: Arial, Helvetica, sans-serif;
	color:#43bded;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
a.blue-links:hover {
	color:#767775;
}

/* Right */

.hd-bg	{
	background-image:url(../images/hd-bg-img.jpg);
	background-repeat:repeat-x;
}

.right-borders	{
	background-color:#f3eee9;
	border-left: 1px #e9e8e8 solid;
	border-right: 1px #e9e8e8 solid;
	
}

.normal-24-text	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#43bded;
	font-weight:bold;
}

.normal-14-text-orange	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f16a05;
	font-weight:bold;
}

.normal-12-text-orange	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f16a05;
	font-weight:normal;
}

.normal-12-text-green	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#466f0d;
	font-weight:normal;
}

.normal-12-text-bold	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#717171;
	font-weight:bold;
}

.normal-12-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#717171;
	font-weight:normal;
}

.white-line	{
	background-image:url(../images/white-line.jpg);
	background-repeat:repeat-x;
	background-position:center;
}