h1 {
	font-size: 17px;
	font-family: Arial, sans-serif;
	color: #0f8db7;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;

	color: #29b9b0;
}

h3 {
	font-size: 17px;
	font-weight: bold;
	color: #0a95ba;
	margin-bottom: 8px;
	
}

h4 {
	font-size: 15px;
	font-weight: bold;
	color: #29b9b0;
	margin: 0 0 8px 0;
}

*html h2 {
	margin-bottom: -20px;
}

a {
	color: #47b0c4;
	text-decoration: underline;
}

img {
	border: 0;
}

a:active {
	color: #47b0c4;
	text-decoration: underline;
}

a:hover {
	color: #004552;
	text-decoration: none;
}

hr {
	background-color: #29b9b0;
	color: #29b9b0;
	height: 1px;
	border: 0;
	margin-top: -7px;
}

*:first-child+html hr {
	margin-top: -25px;
	display: block;
	padding: 0;
	
	
}

*html hr {
	margin-top: 13px;
	
}

li {
	list-style: decimal;
	padding: 2px 0 2px 0;


}

#proposed_sym {
	font-weight: bold;
	color: #1673ac;
}

*html table {
	font-size: 12px;
	color: #000;
}

.blue_bold {
	color: #196ba7;
	font-weight: bold;
}

.black {
	font-weight: normal;
	color: #000;
	
}

.image_border  img{
	border: 1px solid #ade7eb;
	padding: 1px;
	
}

.image_border_float {
	float:right;
	padding: 10px;
}

.image_border_float  img{
	border: 1px solid #ade7eb;
	padding: 1px;
	
}

.float_right {
	float:right;
}

.image_border_float2 {
	float:left;
	padding: 10px;
}

.image_border_float2 img{
	border: 1px solid #ade7eb;
	padding: 1px;
	
}

.support img {
	padding-right: 20px;
}

.center {
	text-align: center;
}

.themes li {
	list-style: circle;
	font-weight: bold;
}

.small_font {
	font-size: 10px;
}