html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 160%;
	font-size: 11px;
}

body#bd {
	background: #EFEFEF;
	color: #333333;
	padding: 0;
}

a {
	color: #16A9CD;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #16A9CD;
	text-decoration: underline;
}

a.mainlevel {
	border-bottom: 1px solid #DDDDDD;
	color: #666666;
	display: block;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	text-indent: 5px;
	width: 99%;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	background: url('../images/grad1.jpg') top #FFFFFF;
	color: #666666;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: url('../images/grad1.jpg') top #FFFFFF;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

/* Title text */
/*.contentheading, .componentheading, .blog_more strong, h1, h2, h3, .nftitle {*/
h1, h2, h3 {
	color: #545454;
}


/* Heading */
h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
	text-transform: uppercase;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url('../images/bullet-list.gif') no-repeat 18px 8px;
	line-height: 180%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

/*
fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}*/

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}

address {
	background: url('/images/contact.png') no-repeat bottom right;
	font-style: normal;
}

/*
table.blog .contentheading {
	font-size: 150%;
}*/

/*
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}*/

