/*
CSS file for Theme 1
*/
/*
Text
*/
span.heading{
	Color : #579144;
	Font-Family : "MS Sans Serif";
	Font-Size : 16px;
	Font-weight : bold;
	}


span.sub_heading{
	Color : #579144;
	Font-Family : "MS Sans Serif";
	Font-Size : 13px;
	Font-weight : bold;
	}


span.normal_white_text{
	Color : #FFFFFF;
	Font-Family : "MS Sans Serif";
	Font-Size : 13px;
	Font-weight : normal;
	}

span.normal_white_bold{
	Color : #FFFFFF;
	Font-Family : "MS Sans Serif";
	Font-Size : 13px;
	Font-weight : bold;
	}
	
span.normal_bold_text{
	Font-Family : "MS Sans Serif";
	Font-Size : 13px;
	Font-weight : bold;
	Color : MidnightBlue;
	}


span.normal_error_text{
	Color : #FF1100;
	Font-Family : "MS Sans Serif";
	Font-Size : 13px;
	}


span.normal_small_bold{
	Font-Family : "MS Sans Serif";
	Font-Size : 11px;
	Color : MidnightBlue;
	Font-Weight : bold;
	}


span.normal_small_text{
	Font-Family : "MS Sans Serif";
	Font-Size : 11px;
	Color : MidnightBlue;
	}


span.normal_text{
	Font-Family : "MS Sans Serif";
	Font-Size : 13px;
	Color : MidnightBlue;
	}

/*
Table / Row
*/

#list_row_BG1{
	Background-Color : #A4B39F;
	}


#list_row_BG2{
	Background-Color : #FFFFFF;
	}

#list_row_BG3{
	Background-Color : #9EB4D7;
	}


