@charset "utf-8";
/* CSS Document */

body 	    {background-color: white; color: navy; font-family: Helvetica, sans-serif; font-size: 16px;}
hr 			{border-color:#d00000;}
input, select
			{border: 1px solid navy; color: navy; font-size: 16px; height: 30px; width: 300px;}

table	    {text-align: center; width: 700px;}

.DataLeft	{text-align: right; Width: 40%;}
.DataMiddle	{height: 30px; width: 10%;}
.DataRight	{text-align: left; width: 50%;}
.Error		{color: red; font-size: 12px; height: 15px; text-align: center; width: 50%;}

