@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e6e6e6;
	/*background-image: url(../images/greynoisegradient.png), url(../images/whitenoisebkg.png);
	background-position: top left, top left;
	background-repeat: repeat-x, repeat;*/
	background:url(/img/bg-2.png) top left repeat #fff ;
	color: #666;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;

	
	/*background: #e6e6e6; */
	/*background: #051c50 url(../img_iphonedisk/blue_rays_fade2.jpg) repeat-x top left;*/
	/*background: #fbfacf url(img/bkg_yellowTopPattern.png) repeat-x;*/
	/* background: #fff; */
	/*background-color: #adcfae;*/
	/*background: #e6e6e6 url(../img/contentArea/customBannersApps/bkg-full.png) repeat-x;*/
	/*font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 12px; */
}


/* NEW CODE - NOT IN USE YET 
body{
	font-family: "Myriad Pro", "Myriad Web Pro", "Helvetica Neue", Helvetica, "Lucida Grande", sans-serif !important;
	letter-spacing:0px;
	font-size:13px !important;
	background:url(/img/bg-2.png) top left repeat #F5F5F5  !important;
}

*/

a{
	color:#069;
	text-decoration: none;
}
a:hover{
	color:#06C;
}