@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

img {
	border: 0px;
}

.top-row {
	padding-top: 20px;
	padding-left: 20px;
}



.title  {
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #48604d;
}

.subtitle  {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #48604d;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	line-height: 18px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	line-height: 18px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	line-height: 18px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #737373;
	line-height: 18px;
}


.smalltext {
	font-family: tahoma, ariel;
	font-size: 11px;
	color: #abb2ac;
	line-height: 18px;
}


.news {
	font-family: tahoma, ariel;
	font-size: 11px;
	color: #737373;
	line-height: 18px;
}


.dots {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cdcdcd
}

.hozdots {
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #48604d;
}


a:link, a:visited, a:active  	{ font-family: Tahoma; font-size: 12px; font-weight: normal; color: #48604d; text-decoration: none;}
a:hover		{ text-decoration: underline;}

a.nav:link, a.nav:visited, a.nav:active  	{ font-family: Tahoma; font-size: 12px; font-weight: bold; color: #9c9c9c; line-height: 18px; text-decoration: none;}
a.nav:hover		{ color: #48604d;; text-decoration: underline;}

a.footer:link, a.footer:visited, a.footer:active  	{ font-family: Tahoma; font-size: 11px; font-weight: normal; color: #cdcdcd; text-decoration: none;}
a.footer:hover		{ text-decoration: underline;}