﻿body 
{
	font-family:Verdana, Sans-Serif;
}

#container
{
	width:1024px;
	margin:0;
}

#header
{
	display:block;
	width:1024px;
}

#content
{
	display:block;
	width:1024px;
}

h2
{
	font-size:16pt;
	color:#525973;
	text-align:center;
	vertical-align:middle;
}
p
{
	font-size:10pt;
	color:#525973;
}
td.idcell
{
	color:#525973;
	font-size:10pt;
	width:225px;
}
td.longid
{
	color:#525973;
	font-size:10pt;
	width:450px;
}
.textbox
{
	border: solid thin #b2b4bf;
	width:150px;
}
.dropdown
{
	border: solid thin #b2b4bf;
	width:200px;
}
.longdropdown
{
	border: solid thin #b2b4bf;
	width:250px;
}
.req
{
	color:Red;
	font-size:10pt;
}

