BODY
{		   
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#D1D2D1;
}

/*
CSS file for Theme
*/
/*
Text
*/

.heading{
	Color : #3F3F3F;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 15px;
	}

.sub_heading{
	Color : #686868;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 13px;
	}

.normal_bold_text{
	Color : #585757;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_text{
	Color : #585757;
	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 : #7E7474;
	Font-Family : Arial;
	Font-Weight : Bold;
	Font-Size : 11px;
	}

.normal_small_text{
	Color : #7E7474;
	Font-Family : Arial;
	Font-Weight : Normal;
	Font-Size : 11px;
	}

/*
Table / Row
*/

#list_row_BG1,.list_row_BG1{
	Background-Color : #D7C4C9;
	}

#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: #D7C4C9;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: #585757;
	font-weight:normal;
}

.whitelink {
	font-family:Tahoma; 
	font-size:11px; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:none;
}
.whitelink:hover {
	font-family:Tahoma; 
	font-size:11px; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-decoration:underline;
}

.copyright {
	font-family:Arial; 
	font-size:11px; 
	color:#000000; 
	font-weight:normal;
}

a{
	font-family:Tahoma; 
	color:#6D2E3D;
	text-decoration:none;
}
a:hover {
	font-family:Tahoma; 
	color:#6D2E3D; 
	text-decoration:underline;
}

input{
	font-family:Tahoma; 
	color:#585757;
        font-size:11px;
	text-decoration:none;
}

.purple{
	font-family:Tahoma; 
	color:#A0603E;
        font-size:11px;
	text-decoration:none;
}

 
.buttonfontstyle{
	font:bold 11px   Tahoma, Arial, Helvetica, sans-serif;
	color:#FFF; padding:0 0 0 5px;
	}
