@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	background-color:#565656;
}
article {
	padding-left: 150px;
	padding-right: 150px;
	width: 630px;
	margin:0px auto 0px auto;
	background:#fff;
	margin-top:8px;
}

h1{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:27px;
font-weight:bold !important;
letter-spacing: 0px;

}
#abstract {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
p {
	font-size: 16px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
line-height:22px;
text-indent:30px;
}
h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.pagenumber {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align: center;
font-weight: normal;
font-size: 13px;
padding-top: 35px;
padding-bottom: 10px;
margin-top: 10px;
opacity: .7;
}
footer {
	margin-top: 40px;
	padding-bottom: 120px;
	margin-bottom: 8px;
}
span.italic {
	font-style:italic;
}
.pages {
	height: 1150px;
	margin-top: 5px;margin-bottom: 5px;}
blockquote {
	font-size: 16px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
line-height:19px;
margin-top: 5px;
margin-left: 100px;
margin-right: 100px;
margin-bottom: 5px;

}
.line {
	height: 10px;
	background:#565656;
	width: 950px;
	margin-left: -150px;
}
.italic {
	font-style:italic;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.specialh {
	text-align:left;
}
.cite {
	text-indent:0px;
	margin-top: 15px;
}