a:link {
	font-family: Arial;
	text-decoration: underline;
	color:#6B5F4A;
}
a:visited {
	font-family: Arial;
	text-decoration: underline;
	color:#565656;
}
a:hover {
	font-family: Arial;
	text-decoration: none;
	color:#988E7C;
}
a:active {
	font-family: Arial;
	text-decoration: underline;
	color:#565656;
}





/*
CSS file for Theme
*/
/*
Text
*/

span.heading{
	Color : #6B5F4A;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

span.sub_heading{
	Color : #988E7C;
	Font-Family : Arial;
	Font-Weight : bold;
	Font-Size : 15px;
	}

span.normal_bold_text{
	Color : #6B5F4A;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

span.normal_text{
	Color : #454545;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
span.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
span.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

span.normal_small_bold{
	Color : #6B5F4A;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

span.normal_small_text{
	Color : #454545;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1{
	Background-Color : #F5F1EA;
	}

#list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "arial";
	font-size : 10pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Arial;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #F5F1EA;
}