.info caption
{
	text-align: left;
}

body
{
	font-family: Tahoma, Arial;
	font-size: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #333366;
	font:12px sans-serif, arial;
}
fieldset
{
	width: 320px;
	display: block;
}
.pagehead
{
	padding : 2px;
	margin-top : 8px;	
	padding-left : 6px;
	padding-top : 4px;
	background-color : #f0f0f0;
	background-image : url(../images/headback.jpg);
	width : 514px;
	height : 30px;
	border-right : 1px solid #D5D5D5;
	font-size: 110%;
	font-weight: bold;

}
legend
{
	font-size: 90%;
	color: #6788BE;
}
.heading
{
	font-size: 120%;
	font-weight: bold;
}
label, span.label, input
{
	font-size: 70%;
	vertical-align: middle;
	padding-right: 1px;
}
select
{
	font-size: 70%;
}
label a
{
	color: #000;
	text-decoration: none;
}
a.label
{
	font-size: 70%;
	color: #000;
	text-decoration: none;
}
a.url
{
	font-size: 70%;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}
div.validator, span.validator
{
	font-size: 90%;
}
div.footer
{
	font-size: 75%;
}div.validator
{
	position: relative;
	padding: 5px;
	text-align: left;
}
#MessageDisplay
{
	border: 1px solid #C0C0C0;
	background-color: #FFF;
	position: absolute;
	bottom: 25%;
	left: 25%;
	width: 50%;
	font-size: 85%;
}

p.menu a
{
	color: #000;
	font-size: 70%;
	text-decoration: none;
}

.datagrid
{
	border: 1px solid gray;
	width: 100%;
}
.datagrid caption
{
	background: #6788BE;
	color: #FFF;
	margin: 0px;
	padding: 4px 10px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	font-size: 95%;
	font-weight: bold;
}
.datagrid tr.header, .datagrid td
{
	margin: 0;
	padding: 2px 5px;
	text-align: left;
	border-bottom: 1px solid #b5b5b5;
}
.datagrid tr.header
{
	background-color: #FF9933;
	font-size: 110%;
	font-weight: bold;
}
.datagrid tr.item
{
	background: #FFF;
	font-size: 100%;
}
.datagrid input, .datagrid textarea
{
	background: #FFF;
	font-size: 100%;
}
.datagrid tr.altitem
{
	background: #DCDCDC;
	font-size: 100%;
}
.datagrid td a
{
	display: block;
	font-weight: bold;
}
input.btn
{
	font-size: 120%;
}
input.txt
{
	font-size: 120%;
}
select.lst
{
	font-size: 120%;
}

