/*--------------------------------------------------------------------
    
    Standard Web CSS Document for NETSARIUS & Eskaywoo projects

---------------------------------------------------------------------*/

/* CCS for elements  */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	/* Set background color
	   background-color: #02569A;
    */	/* Set background image
       background-image:url('filename.gif');
       background-repeat:no-repeat | repeat | repeat-x | repeat-y;
       background-attachment:fixed; (this will make the image looks like floating)
    */
	font-family: "Times New Roman", Times, serif;
	color: 6c4b25;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6C4B25;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.btn {
	font-size: 14px;
	line-height: 20px;
	background-color: b2d569;
}
