body
{
	font-family: sans-serif;
	color: black;
	font-size: 0.8em;
}

/* copy defaults to tables since they never inherit for some reason */
table
{
	font-weight: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.header
{
	font-size: 1.3em;
	font-family: sans-serif;
	font-weight: bold;
}

.red_header
{
	color: #cc0000;
	font-style: oblique;
	font-size: 1.3em;
	font-family: sans-serif;
	font-weight: bold;
}

.section_green
{
	color:#669900;
	font-family: Verdana, Helvetica;
    font-size: 14px;
    font-weight:bold;
    font-style:normal;
    margin-top: 1.3em;
    margin-bottom: 0.1em;
}

.subsection_green
{
	color:#669900;
	font-family: Verdana, Helvetica;
    font-size: 12px;
    font-weight:bold;
    font-style:normal;
    margin-top: 1em;
    margin-bottom: 0.1em;
}

.small_bold_green
{
	font-size: 0.85em;
	font-weight: bold;
	color: rgb(51, 102, 0);
}

.small_bold_black
{
	font-size: 0.85em;
	font-weight: bold;
	color: black;
}

.small_font
{
	font-size: 0.85em;
	color: inherit;
}

.instructions_green
{
	font-style: oblique;
	font-weight: bold;
	color: #597231;	
}

.button_subtext_green
{
	font-style: oblique;
	font-size: 1em;
	color:	#7ca921;
}

.button_text_gray
{
	font-weight: bold;
	font-size: 1.2em;
	color:	#666666;
}

.prominent_blue
{
	font-weight: bold;
	color: #3F3FFF;
	font-size: 1.2em;	
}
