
/*************************************************/
/* Styles for use within footers                 */
/*************************************************/

/* Styles for link list element */

.footer_element_link_list
	h2
	{
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		color: #000000;
		letter-spacing: 0px;
	}

.footer_element_link_list
	p
	{
		margin-left:  18px; 
		margin-bottom: 0px; 
		text-indent: -18px; 
	}

.footer_element_link_list
	.no_indent
	{
		margin-left: 0px; 
		margin-bottom: 16px; 
		text-indent: 0px; 
	}

.footer_element_link_list
	a
	{
		letter-spacing: 1px;
		color: #000000;
		text-decoration: none;
	}

.footer_element_link_list
	a:visited
	{
		color: #595959;
	}

.footer_element_link_list
	a:hover
	{
		color: #E60C49;
	}


/* Styles for button element */

.footer_element_buttons
{
	margin-top:     8px;
	margin-bottom:  0px;
	margin-left:   16px;
	margin-right:   0px;
}

.footer_element_buttons
	p
	{
		margin-bottom: 0px;
		font-weight: bold;
		letter-spacing: 0px;
	}

.footer_element_buttons
	a
	{
		font-weight: bold;
		letter-spacing: 0px;
		color: #000000;
		text-decoration: none;
	}

.footer_element_buttons
	.active_page
	{
		font-weight: bold;
		letter-spacing: 0px;
		color: #FFFFFF;
		text-decoration: none;
	}

.footer_element_buttons
	a:active
	{
		color: #FFFFFF;
	}

.footer_element_buttons
	a:visited
	{
		color: #000000;
	}

.footer_element_buttons
	a:hover
	{
		color: #FFFFFF;
	}

.footer_element_buttons
	.footer_current_page
	{
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}


@media print
{
	.footer_element_link_list, .footer_element_buttons
	{
		visibility: hidden;
	}

}

