
/* this is a comment in css */


a:link {color:#6699FF;}    /* unvisited link */
a:visited {color:#6699FF;} /* visited link */
a:hover {color:red;}   /* mouse over link */
a:active {color:#6699FF;}  /* selected link */


a:link {text-decoration:none; font-weight:bold;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:none;}   /* mouse over link */
a:active {text-decoration:none;}  /* selected link */



body {

/*	background-color:#EFF8FB;   gray blue */

	background-color:#E4E4E4;      /*  #9A2EFE;  #E6F8E0;   */

/*	background-color:#F6F6F6;   25th july  */
/*	background-color:#E6E6E6;      */

	background-image:url('chocbar.jpg'); 
	background-repeat:repeat;                             

	margin:25pt;

	font-family: helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
}


h1 {
	color: #6699FF;
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: large;
	margin: 10px 0 10px 8px;
	padding:0;
}

h2 {
	color: #6699FF;
	font-family: helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: medium;
	margin: 10px 0 5px 8px;
	padding:0;
}


img {
	border: 0;
}


form {
	margin: 0;
	padding: 0;
}




#page {
	width: 790px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #CCCCCC;
	padding: 30px;
	background-color:#FFFFFF;

/*	-moz-border-radius: 5px;
	border-radius: 5px;            */

	overflow:auto;

}

#pageheader {
	width: 100%;
	height:auto;
	overflow:auto;
}


#pagebody {
	width: 100%;
	height:auto;
	min-height:600px;
	overflow:auto;
}


#pagefooter {
	width: 100%;
	height:auto;
	overflow:auto;
	margin-top:30px;
}



.text_line
{
	clear:both;
}

