/*

Body	14
	
Base	87.50%
	
8	font-size: 0.571428571em;
9	font-size: 0.642857143em;
10	font-size: 0.714285714em;
11	font-size: 0.785714286em;
12	font-size: 0.857142857em;
13	font-size: 0.928571429em;
14	font-size: 1em;
15	font-size: 1.071428571em;
16	font-size: 1.142857143em;
17	font-size: 1.214285714em;
18	font-size: 1.285714286em;
19	font-size: 1.357142857em;
20	font-size: 1.428571429em;
21	font-size: 1.5em;
22	font-size: 1.571428571em;
23	font-size: 1.642857143em;
24	font-size: 1.714285714em;
25	font-size: 1.785714286em;
26	font-size: 1.857142857em;
27	font-size: 1.928571429em;
28	font-size: 2em;
29	font-size: 2.071428571em;
30	font-size: 2.142857143em;
31	font-size: 2.214285714em;
32	font-size: 2.285714286em;
33	font-size: 2.357142857em;
34	font-size: 2.428571429em;
35	font-size: 2.5em;
36	font-size: 2.571428571em;
37	font-size: 2.642857143em;
38	font-size: 2.714285714em;
39	font-size: 2.785714286em;
40	font-size: 2.857142857em;

*/

.lucida {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}


body {
	font: 87.50%/1.3 "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; /* 14/16 */
	text-align: center;
	color: #333333;
}

h1 {
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.714285714em; /* 38/14 */
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	color: #C5351C;
}


h2 {
	margin: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.428571429em; /* 20/14 */
	font-weight: normal;
	font-style: normal;
	color: #C5351C;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.142857143em; /* 16/14 */
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

h4, h5, h6 {
	margin: 0 0 20px 0;
	font-size: 1em; /* 14/14 */
	font-weight: bold;
	font-style: normal;
}

p {
	margin: 0 0 20px 0;
}

ul, ol {
	overflow: hidden; /* http://stackoverflow.com/a/710264/364913 */
}

ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	list-style-type: square;
}

ul.plain {
	padding-left: 0;
	list-style-type: none;
}

ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	list-style-type: decimal;
}

dl {
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px 0;
}

/*
**
*/

a {
	color: #137089;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: 1px dotted #137089;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	/*color: inherit;*/
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

sup {
	vertical-align: super;
	font-size: 0.857142857em;
	padding-right: 0.3em;
}

sub {
	vertical-align: sub;
	font-size: 0.857142857em;
	padding-right: 0.3em;
}

/*
**
*/

table {
	margin: 0 0 20px 0;
	color: #000000;
}

tr.odd {
	background: #EAF0F1;
}

th {
	border: 1px solid #A6A6A6;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em; /* 15/15 */
	white-space: nowrap;
	/* background: #c9cacc url(../_images/bkg_table_labels.png) left bottom repeat-x; */
	background: #D4D4D4;
}

table tr.group {
	background: #D4D4D4;
}

td {
	border: 1px solid #CCCCCC;
	padding: 8px;
	font-size: 0.928571429em; /* 13/15 */
	color: #000000;
}

/*
**
*/

blockquote {
	margin-left: 40px;
	margin-right: 40px;
	font-style: italic;
}
