/*div	{border: 1px solid red;}*/
body {
	background: #5A93BD;
	font-family : Arial, Helvetica, sans-serif;
	color: #4B4B4B;
	margin: 10px;
	padding: 0;
	text-align: center;/*this is a hack for ie 5 to the page align to the center*/
}
#popUp{background: #fff url(../gfx/cnrTopLeftPopUp.gif) 0 0 no-repeat; padding: 45px 20px 20px 15px; text-align: left;}

h1 {color: #2F4C88;font-size: 125%!important; 
	font-weight: 300;
	margin: 15px 0;
	padding: 0;}
p, a, td, th, textarea, input, div, select, ul, li, ol, span	{font-family : Arial, Helvetica, sans-serif;}
p, table, li{font-size: 75%;}
p			{color: #4B4B4B;}
td p, th p	{font-size: 100%;}	
a	{color: #333;}
a:hover	{text-decoration: none;}

/*submit buttons*/
.buttons a	{
	border-width: 1px; 
	border-style: solid;
	border-right-color: #1D0B4C;;
	border-bottom-color: #1D0B4C;;
	border-top-color: #EAE7F2;
	border-left-color: #EAE7F2;
	font-size: 75%; 
	padding: 3px 15px; 
	background: #DFDFDF; 
	text-decoration: none;
}
.buttons a:hover	{background: #6C6C6C;
	border-right-color: #EAE7F2;
	border-bottom-color: #EAE7F2;
	border-top-color: #1D0B4C;
	border-left-color: #1D0B4C;
	color: #fff!important;}