@charset "utf-8";
/* CSS Document */

body {
	background: #ebebeb;
	font: 12px Geneva, Arial, Helvetica, sans-serif normal;
	color: #304790;
	}

p {
	font: 12px Geneva, Arial, Helvetica, sans-serif normal;
	padding: 3px 1px;
	line-height: 16px;
	}

h1, h2, h3, h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 30px;
	color: #666666;
	}

h2 {
	font-size: 22px;
	color: #999999;
	}

h3 {
	font-size: 18px;
	color: #999999;
	}

h4 {
	font-size: 14px;
	color: #0572EC;
	}
	
.grey {
	color: #999999;
	}

p.small {
	font-size: 11px;
	line-height: normal
	}

p a.downloads {
	background: url(theme/li_downloads.jpg) no-repeat left;
	padding: 5px 0px 5px 30px;
	}

