@charset "utf-8";
/* @group General Definitions */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #373737;
	background-color:#EEEEEE;
}

small {
	font-size: 11px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:140%;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	margin-bottom: 1em;
	color: #333333;
	line-height:180%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #373737;
}

a:hover {
	text-decoration: underline;
	color: #373737;
}

input, select, textarea {
	margin:5px 5px;
	padding:10px;
	color: #333;
	border: 1px solid #CFCFCF;
	background-color: #F7F7F7;	
}

select {
	padding: 10px;	
}

blockquote {
	margin: 1em 0;
	padding: 0 20px 0 30px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial,
	Verdana, sans-serif;
	font-size: 13px;
	color: #5b5b5b;
	border-left: 6px solid #E2E2E2;
	font-size: 12px;
	font-style: normal;
	font-color: #3D3D3D;
}

.cite {
	text-align: right;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Calibri, Arial;
	font-size: 12px;
	color: #000;
}

hr {
	border:0;
	margin:15px 0px 15px 0px;
	padding:0;
	clear:both;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CFCFCF;	
}
  
