/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
}

p,div,li,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	background-image:url(img/headerbullet.gif);
	background-position: 0% 50%;
	padding-left: 31px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background-repeat: no-repeat;
}

h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4,h5 {
	font-size: 12px;
}

#text {
	margin: 0px 17px 3px 17px;
}

#contact {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 1px 3px 15px;
	color: #4C6AA4;
	text-align: left;
}

#bottommenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px;
}

#bottommenu a {
	margin-left: 10px;
	margin-right: 10px;
}

#bottommenu a:link    { color: #85A2B5; text-decoration: none; }
#bottommenu a:visited { color: #85A2B5; text-decoration: none; }
#bottommenu a:hover   { color: #85A2B5; text-decoration: underline; }
#bottommenu a:active  { color: #85A2B5; text-decoration: none; } 


a:link    { color: #4B4B4B; text-decoration: underline; }
a:visited { color: #4B4B4B; text-decoration: underline; }
a:hover   { color: #4B4B4B; text-decoration: none; }
a:active  { color: #4B4B4B; text-decoration: underline; } 

INPUT, TEXTAREA, SELECT, OPTION {
	font-size: 12px;
	border: 1px solid #999999;
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #efefef;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;	
}  