/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #990000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 16px;
	}

.sub_heading{
	Color : #3366CC;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #353535;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #353535;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_white_text{
	Color : #FFFFFF;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}
	
.normal_error_text{
	Color : #FF0000;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 12px;
	}

.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 : #C1D9F2;
	}

#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: #fff;
}
.subtext{
	Color : #616161;
	Font-Family : Tahoma,Arial, Helvetica, sans-serif;
	Font-Weight : Normal;
	Font-Size : 12px;
}
.nav{
	Color : #004990;
	Font-Family : Tahoma,Arial, Helvetica, sans-serif;
	Font-Weight : Bold;
	Font-Size : 11px;
	text-transform:uppercase;
	text-decoration:none;
}
.nav:hover{
	Color : #E20A17;
	Font-Family : Tahoma,Arial, Helvetica, sans-serif;
	Font-Weight : Bold;
	Font-Size : 11px;
	text-transform:uppercase;
	text-decoration:underline;
}

body{
  padding:0px; 
  margin:0px; 
  background:url(http://imgsw.com/sw/themes/10675/site_images/bg.gif) repeat top;
}
p{padding:0px; margin:0px;}

A{
  color:#01265D;
  text-decoration:none;
  Font-Family : Arial;
  Font-Weight : bold;

}

A:hover{
  color:#111111;
  text-decoration:underline;
  Font-Family : Arial;
  Font-Weight : bold;
}	
 
.buttonfontstyle{
	font:bold 12px   Verdana, Arial, Helvetica, sans-serif;
	color:#C82C27;
	}
