@charset "utf-8";
/* CSS Document */

h1 {
	color: #F28E1E;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #96B745;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #00ACD4;
/*	text-indent: 20px;*/}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	font-weight:700;
	line-height:0px;
	}
p {
	line-height: 15px;
	font-weight: normal;
}
span {
	font-weight: normal;
}

.text-lowercase { text-transform:capitalize !important }
.text-capitalize { text-transform:capitalize !important; }

/*----------specific styling-----------*/
#center_column p {
	font-size: 0.8em;
}
#center_column ul {
	font-size: 0.8em;
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 10px;
	font-weight: bold;
}
#center_column ul ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 30px;
	font-size: 1em;
}
#center_column .box p {
	font-size: 1em;
}
#center_column .box ul {
	font-size: 1em;
}
.important_lab {
	color: #FF0000;
}
.example_text {
	font-size: 0.8em;
	color: #999;
}

.hideDiv
{
	visibility: hidden; 
	display: none;
}

.showDiv
{
	visibility: visible;
	display: block;
}

.cursor-hand
{
	cursor: hand;
}