/*
Title: CSS
Author: Hans Vedo, hans@designformat.com
2006 Oct 04: Created
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}

td, .text_format, a{
	color: #666666;
	font: 12px/15px Arial, Verdana, sans-serif;
}

.text_heading{
	color: #B2BB1C;
	font: 20px/22px Arial, Verdana, sans-serif;
}
.text_subheading{
	color: #B2BB1C;
	font: 15px/18px Arial, Verdana, sans-serif;
}
.text_subheading_bold{
	color: #B2BB1C;
	font: 12px/15px Arial, Verdana, sans-serif;
	font-weight: bold;
}
.text_subheading_dark{
	color: #333333;
	font: 12px/15px Arial, Verdana, sans-serif;
	font-weight: bold;
}
.text_subheading_normal{
	color: #333333;
	font: 11px/15px Arial, Verdana, sans-serif;
	font-weight: normal;
}
.new{
	color: #FF0000;
	font: 12px/15px Arial, Verdana, sans-serif;
}

/* Links */
a.link_footer:link {
	color: #999999;
	text-decoration : none;
	padding: 0;
}
a.link_footer:visited {
	color: #999999;
	text-decoration : none;
	padding: 0;
}
a.link_footer:active {
	color: #999999;
	text-decoration : none;
	padding: 0;
}
a.link_footer:hover {
	color: #666666;
	text-decoration : none;
	padding: 0;
}
a.link_button:link {
	color: #996633;
	text-decoration: none;
	padding: 0;
}
a.link_button:visited {
	color: #996633;
	text-decoration: none;
	padding: 0;
}
a.link_button:active {
	color: #996633;
	text-decoration: none;
	padding: 0;
}
a.link_button:hover {
	color: #5B3D1F;
	text-decoration: none;
	padding: 0;
}

/* link_green */
a.link_green:link {
	color: #B2BB1C;
	text-decoration: underline;
	padding: 0;
}
a.link_green:visited {
	color: #B2BB1C;
	text-decoration: underline;
	padding: 0;
}
a.link_green:active {
	color: #B2BB1C;
	text-decoration: underline;
	padding: 0;
}
a.link_green:hover {
	color: #666666;
	text-decoration: underline;
	padding: 0;
}
