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