body {
	color: #6f6e6c;
	background-color: #ffffff;
	
	font-family: tahoma, verdana, geneva, sans-serif;
	font-size: 0.75em;
}


/* ###### HEADINGS ###### */
h1 {
	margin: 4px 0px 16px 0px;
	
	color: #b4b41c;
	background-color: #ffffff;
	
	font-size: 2.17em;
	font-weight: normal;
	line-height: 1.15em;
}
h2 {
	margin: 14px 0px;
	
	color: #b4b41c;
	background-color: #ffffff;
	
	font-size: 1em;
}
h3 {
	margin: 14px 0px;
	font-size: 1em;
}


/* ###### ANCHORS ###### */
a {
	color: #6f6e6c;
	background-color: transparent;
}
a img { border: 0; }

h1 a, h2 a, h3 a, h4 a { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover { text-decoration: underline; }

span.button_green a,
span.button_purple a,
a.button_green,
a.button_purple {
	height: 24px;
	padding: 8px 12px 8px 0px;
	font-size: 1.17em;
	line-height: 2.5em;
	
	background-image: url('/images/button_bg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	
	text-decoration: none;
}
#training a.button_green,
#training a.button_purple {	
	background-image: url('/images/training_button_bg.gif');
}
span.button_green a,
a.button_green {
	color: #BBCA3F;
	background-color: transparent;
}
span.button_purple a,
a.button_purple {
	color: #923E78;
	background-color: transparent;
}


/* ###### PARAGRAPHS ###### */
p { 
	margin: 14px 0px;
}