/* Common CSS */
.developer_notes {
	color:red;
}
h1 {
	color: #2E551E;
	margin: 0px 0px 5px -10px;
	padding: 0px;
	border-bottom: 1px solid #91A631;
	font-size: 110%;
}
h2 {
	color: #91A631;
	font-size: 110%;
	margin: 0px 0px 0px -10px;
	padding: 0px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #47216B;
	border-bottom: 1px dotted #47216B;
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	color: #2E551E;
}
a, a:active, a:link, a:visited {
	color: #FE9300;
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
}
a:hover {
	color: #2E551E;
	text-decoration: underline;
}
.txt_percent_70 {
	font-size:70%;
}
.txt_percent_80 {
	font-size:80%;
}
.txt_percent_90 {
	font-size:90%;
}
.txt_percent_110 {
	font-size:100%;
}
.txt_percent_120 {
	font-size:120%;
}
.img_border_white {
	border: 1px solid #ffffff;
}
.img_border_gree_light {}
.img_border_gree_dark {}
#col_1 ul {
	font-size:90%;
	margin: 5px 10px 5px 30px;
	padding: 0px;
}
#col_1 li {
	color:#47216B;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	list-style: circle;
}
#col_1 li a, #col_1 li a:active, #col_1 li a:link, #col_1 li a:visited {
	color: #47216B;
	text-decoration: none;
	font-weight: bold;
	list-style: circle;
}
#col_1 li a:hover {
	color: #2E551E;
	text-decoration: underline;
}
.row {
	width:400px;
	float:left;
	display:block;
}
