/* CSS Document */

.heading{
	Color : #0063A7;
	Font-Family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #E02246;
	Font-Family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #282828;
	Font-Family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	Font-Weight : bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #282828;
	Font-Family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	Font-Weight : Normal;
	Font-Size : 11px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

.normal_small_bold{
	Color : #155AA4;
	Font-Family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	Font-Weight : Bold;
	Font-Size : 10px;
	}

.normal_small_text{
	Color : #282828;
	Font-Family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	Font-Weight : Normal;
	Font-Size : 10px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #F2F2F2;
	}

#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: #F2F2F2;
}

body{
	background:url(http://imgsw.com/sw/themes/10619/site_images/body-bg.gif) repeat-x #fff;
	padding:0; margin:0;
	}
p{
	padding:0; margin:0;
	}
td{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#282828;
	}
	
a{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#155AA4;
	text-decoration:underline;
	}
a:hover{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#E02246;
	text-decoration:none;
	}

.yellow{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;	
	color:#F3F2C0;
	font-size:11px;
	}
	
.footer{
	background:#304254; 
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#fff;
	}
	
.redText{
	Color : #E02246;
	Font-Family : "Trebuchet MS",Arial, Helvetica, sans-serif;
	Font-Weight : Normal;
	Font-Size : 12px;
	} 
.buttonfontstyle{
	font:bold 10px   Arial, Helvetica, sans-serif;
	color:#fff; padding:0 0 0 0px; height:16px;
	text-transform:uppercase;
	text-align:center; 
	}
