*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/backgroundBg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 20px;
	color: #5c5c5c;
}

img {
	border: 0;
	vertical-align: middle;
}

h1 {
	font-size: 21px;
	color: #3584c0;
	padding: 0 0 15px 0;
	line-height: 32px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h2 {
	font-size: 16px;
	color: #3584c0;
	padding-bottom: 15px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h3 {
	font-size: 22px;
	color: #3584c0;
	padding: 0 0 10px 0;
	line-height: 32px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	color: #fff;
	padding: 0 0 10px 0;
}

h5 {
	
}

h6 {
	
}

a, a:link, a:visited {
	text-decoration: none;
	color: #3584c0;
}

a:hover {
	text-decoration: underline;
}

a:hover img, a img, a:link img {
	text-decoration: none;
}

p {
	padding-bottom: 10px;
}

ul {
	margin: 0 0 0 0;
}

li {
	font-weight: bold;
	padding: 1px 0 10px 15px;
	list-style: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

