a:link {
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	color:#00574E;
	Font-Size : 11px;
}
a:visited {
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	color:#565656;
	Font-Size : 11px;
}
a:hover {
	font-family: Tahoma, Verdana;
	text-decoration: none;
	color:#008B7D;
	Font-Size : 11px;
}
a:active {
	font-family: Tahoma, Verdana;
	text-decoration: underline;
	color:#565656;
	Font-Size : 11px;
}







/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #00574E;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #565656;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #00574E;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #565656;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #565656;
	Font-Family : Verdana;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #565656;
	Font-Family : Verdana;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #eeeeee;
	}

#list_row_BG2,.list_row_BG2{
	Background-Color : #FFFFFF;
	}

#Application_Table{
	border-spacing : 10pt;
	padding : 5px;	
	Width : 100%;		
	font-family : "verdana";
	font-size : 10pt;
	}

#Form_Table{
	border-spacing : 10pt;
	padding : 0pt;	
	Width : 415px;
	Font-Family : Verdana;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #eeeeee;
} 
.buttonfontstyle{
	font:bold 11px   Arial, Helvetica, sans-serif; text-transform:uppercase;
	color:#4A827F; padding:0 0 0 4px; height:17px; 
	}
