/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #0E517E;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #1166A1;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #474747;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #474747;
	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 : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #000066;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #000066;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #F0F0F0;
	}

#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 : Arial;
	Font-Size : 10pt;
	}

.TableBackGroundColor
{
    BACKGROUND-COLOR: #F2F1F1;
}

body{
	padding:0; 
	margin:0; 
	background:#E2E2E2;
}
p{
	padding:0; 
	margin:0;
}
td{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#474747;
}
.topnav{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:11px; 
	color:#fff; 
	text-decoration:none; 
}
.topnav:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:11px; 
	color:#FFF2A5; 
	text-decoration:none;
}
.more{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:11px; 
	color:#0E517E; 
	text-decoration:none;
}
.more:hover{
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:11px; 
	color:#A10505; 
	text-decoration:underline;
}

a{
	font-family:Arial, Helvetica, sans-serif; 
	color:#1166A1; 
	text-decoration:none;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif; 
	color:#0081C5; 
	text-decoration:underline;
} 
.buttonfontstyle{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color:#97221C;	
	Font-Weight:bold;
	line-height:20px;
	padding:0 8px;
	
	}
