/*
for bg image in body tag: background:url('images/newdesign/bg_main2.jpg'); background-position:center center;
*/

body{
	background-color: white; color: "#000050";
	font-family: arial;
	}

p	{font-size: 11pt;}

a	{
	color: blue;
	text-decoration: none;
	}
	
a:hover {
		color: navy;
		text-decoration: underline;
		}