/*-----------------------------------------------------------------
Basic StyleSheet

Version:	1.0
Author: 	Rasmus Schau-Seidler
Email: 		rs@zornig.dk
website:	www.zornig.dk
-----------------------------------------------------------------*/
@import url(layout.css);
@import url(forms.css);
@import url(cms.css);

h1, h2, h3, h4, h5, p, span, small, sub, sup, a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0a7085;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
h4 {}

p {
	display: block;
	margin: 10px 0;
	font-size: 13px;
	line-height: 16px;
}

ul li {
}

.cms_main ul li {
	list-style-image:url(/images/theme_immune/interface/bullet.gif);
	list-style-position:outside;
	list-style-type:circle;
	margin: 10px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #0a7085;
}

a:link, a:visited, a:active {
	font-size: 12px;
	color: #0a7085;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

small{
	font-size: 11px;
	color: #8d8d8d;
}

