/*
CSS file for Theme
*/
/*
Text
*/

body{
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	}

.heading{
	Color : #CA0000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.sub_heading{
	Color : #CA0000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 14px;
	}

.normal_bold_text{
	Color : #CA0000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 12px;
	}

.normal_text{
	Color : #000000;
	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 : #000000;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 10px;
	}

.normal_small_text{
	Color : #000000;
	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 : #FFFFFF;
	}

#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;
}
.gengrey {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	line-height: 17px;
}
.gengreysmall {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	line-height: 17px;
}
.headingbig {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #0063A8;
	text-decoration: none;
	line-height: 17px;
}
.rightlinks {

	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #1B268B;
	text-decoration: none;
	line-height: 17px;
}
a:hover.rightlinks {

	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
	line-height: 17px;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
}
.style4 {color: #000000}
.style5 {color: #FFFFFF} 
.buttonfontstyle{
	font:bold 11px   Tahoma, Arial, Helvetica, sans-serif;
	color:#000; padding:0 10px 0 5px; height:24px;
	}
