@charset "UTF-8";
/* CSS Document */

/* BODY CHARACTERISTICS */

body
{
background-image:url(../images/background.jpg);
background-repeat:repeat;
margin: 0;
margin-top:20px;
}

.homepage_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #333;
}
.mini_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
}
.home-mini {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #72A7A7;
}
.sub_title_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #462205;
	font-weight: bold;
}
.sub_title_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #462205;
	font-weight: bold;
}
.pricing {
	font-family: arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}
.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.sub_title_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #066;
	font-weight: bold;
}
.homepage_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #066;
}
