html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 85%;
	font-family:"Times New Roman", Times, serif;
	color: #000;
	background-color: #FCE8CF;
}

/*Font in table*/
table
{
	font-size:100%;
}
table.public
{
	height:100%;
}
/*Links*/
a:link {color: #000;}
a:visited{color:#000;}
a:active {color: #000;}
a:hover{color: #000;}
a.mini:link {
color:#A2988C;
font-size:12px;
text-decoration:none;
}
a.mini:visited{
color:#A2988C;
font-size:12px;
text-decoration:none;
}
a.mini:active{
color:#A2988C;
font-size:12px;
text-decoration:none;
}
a.mini:hover {
color:#A2988C;
font-size:12px;
text-decoration:underline;
}

small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #E6D8C6;
	background-color: #E6D8C6;
	margin:8px 0
}

/*Data table*/
table.data-table
{
/*	border:1px solid #CECECE;*/
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
/*	border:1px solid #CECECE;*/
	background-color:#FCE8CF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#FCEDDA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid grey;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FCE8CF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F3F6;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:#000;
}

.notetext
{
	color:#000;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:#261C1B;
}
sup {
font-size: x-small;
}
td.id1 {
height:80%;
}
span.main{
color:#FFFFFF;
text-transform:uppercase;
}
td.workarea{
padding: 3px 10px 10px 10px;
vertical-align:top;
}
a.npaa{
padding:5px;
color:#24201F;
font-weight:bold;
font-size: 100%;
font-style:italic;
text-decoration:none
}
a.npaa:hover {
padding:5px;
color:#24201F;
font-weight:bold;
font-size: 100%;
font-style:italic;
text-decoration:underline;
}
a.npaa:active,visited {
padding:5px;
color:#24201F;
font-weight:bold;
font-size: 100%;
font-style:italic;
text-decoration:none
}