/*** Fonts **/
@font-face {font-family: "Baskerville" src:url(http://www.blairliikala.com/fonts/Baskerville.dfont)}

* {padding: 0;margin: 0}

body {
	font-family:arial;
	font-size: 62.8%;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Baskerville, serif;
	color: #13120C;
	text-shadow: #d6d6d6 1px 0 0;
	text-transform: capitalize;
}

h2 {
	font-size: 2em;
	margin: 0.4em 0.2em 0.2em 0;
}

h4, h5, h6 {
	padding: 1em 0 0 0;
	font-size: 1.3em;
	text-shadow: #EAEAEA 1px 1px 3px;
	color: #30312D;
}
h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited {
	text-decoration: none;
}
h4 a:hover, h4 a:active, h5 a:hover, h5 a:active h6 a:hover, h6 a:active {
	text-decoration:underline;
}

a, a:visited {color:#1D3A47;border: 0;}
a:hover, a active {text-decoration: underline; border: 0;}

p {
	font-family:verdana, sans-serif;
	font-size: 1.1em;
	color: #13120C;
	margin: 0.3em 1.5em;
	padding: 0.3em;
	line-height: 1.6em;
}
a img {border:0}

hr {
	visibility: hidden;
	clear: both;
}

ul, ol {
	margin: 1em 2em;
	font-size: 1.2em;
	list-style-type: circle;
	color:#2F2F2F;

}
li {
	padding: 0.1em;
}
ul a, ul a:visited {
	text-decoration: none;
}
ul a:hover, ul a:active {
	text-decoration: underline;
}
dl, dt, dd {	
}

.inactive, .inactive a, .inactive a:visited, p.inactive {color:#7A7A7A;}
.blank {color:#ccc}

ul.var1 {
	width: 100%;
	clear: both;
	margin: 0.5em 0 1em 0;
	
}
ul.var1 li {
	width: 100%;
	margin: 0;padding: 0.1em;
	font-size:0.9em;
}
ul.var1 li a {
	text-decoration: none;
}
ul.var1 li a:hover {
	text-decoration: none;
}



small {
}

abbr, acronym { /* Also see .abbr class for a span used by IE */
}

blockquote, cite {
	color: #49140E;
	padding-left:2%;
}
code {
}

em {
}

strong {font-weight:bold}

/*** form ***/
form {
}

fieldset {
}

legend {
}

label {
}
select {
}

option {
}

textarea, input {
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0.4em;
}

input:focus, select:focus, option:focus, textarea:focus {
}

table, td, tr {
}

.paginate {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 0.5em 0;
}
