﻿/* CSS Document */


body{
	font-size: 11pt;
	color: #333333;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	background-color: #e8e9ee;
}

/* body * {
	font-family: inherit;
}*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #8e0609;
	margin-bottom: 10px;
	text-align: left;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
#indexcontent li {
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content li {
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8e0609;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h3 {
	color: #3F3F3F;
	font-size: 16px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 7px;
	padding-bottom: 7px;
}

a:link, a:visited{
	color: #003399;
	text-decoration: none;
}
a:hover {
text-decoration: underline;
}


h4{
	font-size: 12pt;
	font-style:italic;
	font-weight: normal;
	color: #8e0609;
	text-align: center;
}



h5{
	line-height: 20px;
	background-color: #FFCC66;
	display: block;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-position: center;
	text-align: center;
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.listheader {
	color: #8e0609;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
}

.keypoint {
color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}


.right{
	margin: 5px;
	float: right;
	border: 1px solid #CCCCCC;
}
.right2{
	float: right;
}

.right3{
	margin: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.center {
	text-align: center;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

a img { border: none;}


.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.sublistindent {
	padding-left: 20px;
	text-align: justify;
}

.blueit{
	color: #003399;
	font-weight: bold;
	padding-left: 30px;
}

.redit{
	color: #8e0609;
	font-weight: bold;
	padding-left: 30px;
}

.slbullet{
	margin-right: 10px;
}


.smaller {font-size: 16px;
text-align:left;}

