html,body { background:#121236; color:#fafafa; font-family:Arial; font-size:10pt; font-weight: bold; text-align:center; }

a,a:link,a:visited,a:active,a:hover 	{ text-decoration:underline; }
a,a:link,a:visited 			{ color:#000080; }
a:active 				{ color:#0000B0; }
a:hover 				{ text-decoration:none; }

a.info ,a:link.info,a:visited.info,a:active.info,a:hover.info 	{ text-decoration:underline; }
a.info,a:link.info,a:visited.info 				{ color:#0088c9; }
a:active.info 							{ color:#00B8F9; }
a:hover.info 							{ text-decoration:none; }

h1,h3 	{ font-family:Times New Roman; text-decoration:underline; }
h1 	{ font-size:18pt; }
h3 	{ font-size:14pt; }

div.block {
	background-color:#e6e6e6;
	color: #333;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-left:10%;
	margin-right:10%;
	margin-top:20px;
	margin-bottom:20px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

div.info {
	background-color:#333;
	color:#fafafa;
	padding: 20px;
	margin-left:14%;
	margin-right:14%;
	margin-top:20px;
	margin-bottom:20px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

table 		{ margin-left:auto; margin-right:auto; }
td 		{ text-align:left; }
td.info 	{ text-align:right; }

p.info 		{ color:#dd0000; }
p.alert 	{ color:#dd0000; font-style:italic; }
p.frmtxt 	{ color:#009944; }
