body {
	color: #2c2c2c;
	font: normal normal normal 1em/1.6 Georgia, Cambria, "Times New Roman", serif;
	/*font: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Arial, sans-serif;*/
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Cambria, "Times New Roman", serif;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 257%; /*~36px*/
}

h2 {
	font-size: 174%; /*~24px*/
}

h3 {
	font-size: 129%; /*~18px*/
}

h4, h5, h6 {
	font-size: 114%; /*~16px*/
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

ul li {
	padding-bottom: 4px;
}

ul li ul,
ol li ol {
	margin-left: 1.29em;
}

em {
	font-style: italic; 
}

code,
pre,
kbd,
tt,
samp {
	font-size: 1.3em;
}

legend {
	color: #2c2c2c;
}

th,td {
	border: 1px solid #ccc;
	padding: .75em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	text-align: center;
}

dl dd {
	margin-left: 1.29em;
}

fieldset {
	border: 1px solid #ccc;
	padding: 0.75em;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

fieldset,
table,
dl,
caption,
p,
ul,
ol,
pre {
	margin-bottom: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted;
}

strong {
	
}

q:before { content: '\201C'; }
q:after { content: '\201D'; }
q q:before { content: '\2018'; }
q q:after { content: '\2019'; }

blockquote {
	float: right;
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	font-size: 129%;
	font-style: italic;
	color: #454545;
	margin: 1.5em;
	width: 33%;
}

blockquote:before {
	content: '\201C';
}

 blockquote:after {
	content: '\201D';
}

input[type="submit"],
input[type="reset"] {
	cursor: pointer;
}

hr {
	height: 0px;
	border-top: 1px solid #e9e9e9;
}

