* {
	font-family: tahoma;
	font-size: 12px;
	color: #606060;
}

h1{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 18px;
	margin-bottom: 18px;
	color: #1b97ce;
}
/*** Header 2 variations ***/
h2, .header2 {
	font-size: 13px;
	font-weight: normal;
	color: #1b97ce;
}
h3, .header3 {
	font-size: 12px;
	font-weight: normal;
	color: #1b97ce;
}
h4, .header4 {
	font-size: 12px;
	font-weight: normal;
	color:  #000;
}

p {
	line-height: 1.5em;
}

p.intro {
	color: #303030;
}

div#navigation a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	/*font-weight: bold;*/
	text-decoration: none;
}
div#navigation li.active a, div#navigation a:hover {
	font-weight: bold;
}
div#footer a, div#top_navigation ul li a{
	font-size: 11px;
	text-decoration: none;
	color: #909090;
}
div#footer a:hover, div#top_navigation ul li a:hover {
	color: #303030;
}
