/* CSS Document */


/* border properties for form buttons */
INPUT {
	border:1px solid #57717D;
}
	
/* general formatting of the links */
A, A:link, A:active, A:visited, A:hover {
color: #57717D;
}
	
/* background color of the header */
#header_wrapper {
	background-color: #e2e3ca;
}


#content_title H1 {
	color: #57717D;
}

#short_desc {
	color: #57717D;
}

#footer_wrapper {
	background-color: #57717D;
}

#footer_left_column_wrapper {
	background-color: #57717D;
}

#footer_right_column_wrapper {
	background-color: #57717D;
}

.ko_list_title {
	background-color: #57717D;
}
