
body					{ margin: 0px 0px 0px 0px; padding:0; background-color: #ffffff; height: 100% }
#centered 			{ position:absolute; left: 50%; top: 50%; width:950px; height:600px;
							margin-top: -300px; /*set to a negative number 1/2 of your height*/
							margin-left: -475px; /*set to a negative number 1/2 of your width*/
							overflow: hidden; }

			
 .text				{ font-family: trebuchet ms; font-size: 13px; color: #184080; line-height: 20px}
 .text a				{ font-family: arial; font-size: 13px; color: #184080; line-height: 20px; text-decoration: none}
 .text a:visited	{ font-family: arial; font-size: 13px; color: #184080; line-height: 20px; text-decoration: none}
 .text a:hover		{ font-family: arial; font-size: 13px; color: #c80000; line-height: 20px; text-decoration: none}

 .text_h				{ font-family: trebuchet ms; font-size: 13px; color: #FF8533; line-height: 20px}
 .text_sm			{ font-family: trebuchet ms; font-size: 10px; font-weight:bold; color: #184080; line-height: 12px}


