@charset "UTF-8";



.collapsable {

	padding: .25em;
}

.pad {
	padding-bottom: .25em;
}

#more_link a{
	font-size: 11px;
	line-height: 18px;
	color: #02021A;
	text-decoration: none;
}

#more_link a:hover {
	color: #688226;
}

 

a{
	font-size: 13px;
	line-height: 17px;
	color: #AE5712;
	text-decoration: none;
}

a:hover{
	font-size: 13px;
	line-height: 17px;
	color: #383009;
	text-decoration: underline;
}


ul{
	list-style-type:none
}

h1{
	font-size: 30px;
	font-weight: bold;
	color: #688226;
}

h2{
	font-size: 24px;
	font-weight: bold;
	color: #688226;
}

h3{
	font-size: 18px;
	font-weight: bold;
	color: #688226;
}

h4{
	font-size: 14px;
	font-weight: bold;
	color: #688226;
}

h5{
	font-size: 12px;
	font-weight: bold;
	color: #688226;
}

.img-padd{
	padding-bottom: 35px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	text-align: right;
}

#definitions {
	padding-left: 20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}

p{
/*	text-align: left;*/
	font-size: 12px;
	line-height: 17px;
	color: #3e3e3e;
}



#content-body{
	margin-left: 0px;
	background-color: #ffffff;
	overflow: hidden;
	
}

