/* CSS Document */

body {
	font-size:16px; 
	line-height:15px;
	font-family: 'Lora', serif;
	font-family: 'Helvetica', sans-serif;
	font-family: 'Book Antiqua', serif;
	font-family: 'Quattrocento Sans', sans-serif;
	font-family: 'Quattrocento', serif;
	font-family: 'Lato', sans-serif;
	font-family: 'Josefin Sans', sans-serif;
	font-family: 'Josefin Slab', serif;
	font-style:normal;
	font-weight:normal;
	color:#000;
	border-style:none;
}



a {
	border-style:none;
}

img {
	
	max-width: 100%;
	max-height: 100%;
	}

p {
	margin:3px 0 6px 0;
}
h1, h2, h3, h6 {
	margin:15px 0 15px 0;
	font-weight:bold;
}

h4 {
	margin: 0px 0px 8px 0px;
	font-weight:bold;
	font-size: 18px;
}

h5 {
	margin: 6px 0px 3px 0px;
	font-weight: bold;
	font-size: 18px;
	}


h1 {
	font-size:28px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h6 {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}
caption {
	font-style:italic
}
a:link {
}
a:visited {
}
a:active {
}
a:focus, a:hover {
}
hr {
	color:#DDD;
	background:#FFF;
	height:1px;
	border-style:solid;
	border-width:1px 0 0 0;
	border-color:#DDD;
}
ul, ol, dl {
	margin:12px 0;
}
ul li, ol li {
	margin:0 0 6px 24px;
	list-style-position:outside;
}
ul li {
	list-style-type:disc;
}
ol li {
	list-style-image:none;
	list-style-type:decimal;
}
dl dt {
	list-style-type:disc;
	margin:0;
	list-style-position:outside;
	font-weight:bold;
}
dl dd {
	margin:0 0 12px 12px;
	list-style-image:none;
	list-style-type:none;
}
address {
	margin:6px 0;
	font-size:12px;
}
b, strong {
	font-weight:bold
}
em, cite, dfn {
	font-style:italic;
}
cite {
	margin:0 0 6px 24px;
}
abbr, acronym {
	letter-spacing:2px;
	text-transform:uppercase;
}
abbr, acronym, dfn {
	border-bottom:1px solid #CCCCCC;
	cursor:help;
}
blockquote {
	margin:6px 0 6px 24px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:18px;
}
small {
	font-size:8px;
}
sub {
	vertical-align:text-bottom;
	font-size:16px
}
sup {
	vertical-align:text-top;
	font-size:16px
}
tt, code, samp, kbd {
	background:#DDDDDD none repeat scroll 0 0;
	border:1px solid #000;
	font-family:"Courier New", Courier, mono;
	margin:6px 0;
}
pre {
	border:1px solid #bbb;
	background: #f9f9f9;
	margin:6px 0;
	font-size:12px;
	font-family:"Courier New", Courier, mono;
}
del, s, strike {
	color:#666666;
	text-decoration:line-through;
}
ins, dfn {
	border-bottom:1px solid #CCCCCC;
}
fieldset {
	border:1px solid #CCCCCC;
	margin-top:12px;
}
legend {
	background:#FFFFFF;
	margin:0 6px;
}
label {
	font-size:12px;
	font-weight:bold;
}
input {
	font-size:12px;
	padding:2px
}
textarea {
	font-size:12px;
	padding:2px;
	font-family: Times New Roman, sans-serif;
}
select, button {
	cursor:pointer;
	padding:2px;
}
table {
	margin:12px 0;
	border:1px solid #DDD;
	border-width:0 0 1px 0;
}
tr {
	border:solid #DDD;
	border-width:1px 0 0 1px;
}
th, td {
	padding:6px;
	vertical-align:top;
	border:solid #DDD;
	border-width:0 1px 0 0;
}
th {
	font-weight:bold;
	background:#FFF;
}
tfoot th, tfoot td {
	border-top:1px solid #DDD;
	border-width:0 1px 0 0;
	background:#EEE;
}

