body  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #963b3b;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family:"Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";/* Done by sunny */
	
}

.whiteTextbig {
	FONT-SIZE: 11pt; 
	COLOR: #ffffff; 
	/*FONT-FAMILY: Calibri; */
	font-family:"Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";/* Done by sunny */
	TEXT-DECORATION: none;
}
.whiteTextbig:hover {
	FONT-SIZE: 11pt; 
	COLOR: #EDB165; 
	/*FONT-FAMILY: Calibri; */
	font-family:"Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";/* Done by sunny */
	TEXT-DECORATION: none;
}

.whiteTextbig a{
	color:#00FBFE;
	text-decoration:none;
	}
.whiteTextbig a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

.yellowTextbig {
	FONT-SIZE: 9pt; 
	COLOR: #EDB165; 
	/*FONT-FAMILY: Calibri; */
	font-family:"Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";/* Done by sunny */
	TEXT-DECORATION: none;
}
.yellowTextbig:hover {
	FONT-SIZE: 9pt; 
	COLOR: #ffffff; 
	/*FONT-FAMILY: Calibri; */
	font-family:"Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";/* Done by sunny */
	TEXT-DECORATION: none;
}

.title {
	color: #C57073;
	font-weight: bold;
}

/*DONE BY SUNNY ON 20 AUG */
.white1{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";/* Done by sunny */
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold; 
	text-align:justify; 
	}
.white1 a{
	color:#FFFFFF;
	text-decoration:none;
	}
.white1 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.white2{
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";/* Done by sunny */
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold; 
	}
.white2 a{
	color:#FFFFFF;
	text-decoration:none;
	}
.white2 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}	
	
	
#div1 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 5px;
	
}
