body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	background-image: url(images/back.gif);
	margin-top: 0;
	margin-left: 0;
	scrollbar-base-color: #38548C;
	scrollbar-3dlight-color: #ffffff;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	background-color: #FFFFFF;
	border: thin #FFFFFF;
}

h2
{
	font-weight: bold;
	font-size: 16px;
}

h3
{
	font-weight: bold;
	font-size: 14px;
}

h4
{
	font-weight: bold;
	font-size: 12px;
}

.error
{
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.success
{
	background: #ffc url(./images/success.gif) no-repeat 7px 4px;
	border: 2px solid #369;
	color: #369;
	font-weight: bold;
	margin: 1em 0;
	padding: 8px 8px 8px 35px;
	text-align: center;
}

