body
{
	color: #444;
	background-color: #fff;
}

/* Headings */
h1
{
    color: #fff;
}

h2
{
    color: #016;
}

/* Lists */
li {
	color: #ccc;
}

/* Links */
a:link
{
    color: #06f;
}

a:visited
{
    color: #06f;
}

a:active
{
    color: #06f;
}

a:hover
{
    color: #b00;
}

/* Container */
.container_inner 
{
	background-color: #fff;
}

/* Header */
.header 
{
	background-color: #34f;
	color: #fff;
}

.header_title_small 
{
	color: #ddd;
}

/* Footer */
.footer
{
	background-color: #efefef;
	color: #016;
	font-weight: bold;
}

/* Content */
.content_title {
	background-color: #34f;
	color: #fff;
}

.content_container
{
	background-color: #fff;
}

.content_image_list 
{
	color: #12a;
}

.content_image_text
{
	color: #12a;
}

.content_image_text b
{
	color: #444;
}

.content_image_text a 
{
	color: #06f;
}

.content_image_text a:hover 
{
	color: #b00;
}

.content_image_text ul li 
{
	color: #23c;
}

.bold 
{
	color: #000;
}

.bullet-list li 
{
	color: #000;
}

.footer_locally
{
	background-color: #eee;
	color: #68BC1E;
}

.footer_locally a
{
	color: #444;
}

.footer_locally a:link
{
	color: #444;
}

.footer_locally a:visited
{
	color: #444;
}

.footer_locally a:active
{
	color: #444;
}

.footer_locally a:hover
{
	color: #000;
}

