a:link {
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	color:#277B36;
}
a:visited {
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	color:#565656;
}
a:hover {
	font-family: Tahoma, Verdana;
	text-decoration: none;
	color:#80B188;
}
a:active {
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	color:#565656;
}




/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #277B36;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #565656;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_bold_text{
	Color : #565656;
	Font-Family : Arial;
	Font-Weight : bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #565656;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_error_text{
	Color : #FFC73A;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #277B36;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #565656;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #eeeeee;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #eeeeee;
	}

#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: #eeeeee;
} 
.buttonfontstyle{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#736258;	
	line-height:17px;
	font-weight:bold;
	padding:0 0 0 5px;
	}
