@charset "UTF-8";
/* CSS Document */

body {
	font-family: lucida grande, arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-image: url(../images/background.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #eeeeee;
}
p {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: lucida grande, arial;
	font-weight: bold;
}
h1 {
	font-size: 28px;
	line-height: 28px;
	padding-top: 4px;
	padding-bottom: ;
}
	
h2 {
	font-size: 24px;
	line-height: 24px;
	padding-top: 0;
	padding-bottom: 8px;
}
h3 {
	font-size: 18px;
	line-height: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
ul {
	padding-top: 8px;
	padding-bottom: 8px;
}

a, a:link {
	color: #333333;
	text-decoration:none;
	font-weight: bold;
	}
a:hover {
	font-weight: bold;
	color:#45ADE4;

}

em {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	}