/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
A:link	{	
	text-decoration:	underline;
	color:	#336600;
	}	
	
A:visited	{	
	text-decoration:	underline;
	color:	#336600;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#336600;
	}
a.small_bold {
	color : #ffffff;
}
a.menu {
	color: #336600;
	}

a.column_sort {
	color : #ffffff;
	text-decoration: underline;
}
a.column_sort:hover{
	color : #ffffff;
	text-decoration: underline;
}

a.PagerLink {
	color: White;
}
a.PagerLink:hover {
	color: White;
}
a.PagerLink:visited {
	color: White;
}
.sub_sub_title_tan {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #f4e7bb;
}
.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : bold;
	background-color : #336600;
	color : #ffffff;
}
.title_smallcaps {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	background-color : #336600;
	color : #ffffff;
}
.title2a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	background : #72640c;
	color : #f4e7bb;
}
.title2b {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	background : #72640c;
	color : #f4e7bb;
}

.sub_title
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	background-color: #336600;
	color: #ffffff;
	font-weight:	bold;
}

.sub_title_small
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color: #336600;
	color: #ffffff;
	font-weight:	bold;
}

.default {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	background-color: #ffffff;	
}
.default_bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
}
.default_red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #DA4725;
}
.default_red_bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #DA4725;
	font-weight : bold;
}
.default_white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #ffffff;
}
.default_tan {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #f4e7bb;
}
.default_olive {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #72640c;
	font-weight : bold;
}
.default_tan_bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #f4e7bb;
	font-weight : bold;
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}
.small_bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #336600;
	font-weight : bold;
}
.small_red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #CCCC99;
}
.small_white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
}
.small_tan {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #f4e7bb;
}
.small_tan_bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #f4e7bb;
	font-weight : bold;
}
.small_tan_bold2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 6pt;
	color : #f4e7bb;
	font-weight : bold;
}
.column_headings 
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt;
	color: #ffffff;
	font-weight : bold;	
	background-color: #336600;

}
.column_data 
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt;
	color : Black;
	background-color : #FFFFFF;
}
results_note
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt;
	color : Yellow;
	background-color : #336600;
}
.column_data_alt 
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt;
	color: Black;
	background-color : White;
}
.column_data_generic 
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 8pt;
	color: Black;
}
.detail_label
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10pt;
	color : Black;
	font-weight : bold;
}
.detail_data
{
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 10pt;
	color : Black;
	font-weight : normal;
}

.sub_title_data
{
	background-color: #FFFFCC;	
}


