body {
	background-color: #ffffff;
	margin: 5px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #111111;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}


table {
	empty-cells:show;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #003873;/*#333333;*/
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	/*
	font-variant:small-caps;
	background-color:#DA7D20;
	font-style:italic;
	font-weight:normal;
	*/
	text-decoration: none;
}

a.current {
	color: #DA7D20;
}

td {
	vertical-align: top;
}

select, .sel_small, .sel_medium, .sel_long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

.sel_small {
	width: 100px;
}

.sel_medium {
	width: 200px;
}


button, .but, .but_small, .but_medium, .but_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #003873;
	height: 20px;
	border-top: 1px ridge #FFFFFF;
	border-right: 1px ridge #333333;
	border-bottom: 1px ridge #333333;
	border-left: 1px ridge #FFFFFF;
	text-align:center;
	vertical-align:middle;
	/*height:1.5em;*/
}

.but_small {
	width: 80px;
}

.but_medium {
	width: 160px;
}

.but_large {
	width: 240px;
}



h1, div.header {
	color: #DA7D20;
	margin: 0px 0px 10px 0px;
	font-size: 150%;
	text-decoration: none;
	font-weight: bold;
}

h2, div.subheader {
	color: #DA7D20;
	margin: 15px 0px 4px 0px;
	font-size: 150%;
	text-decoration: none;
	font-weight: normal;
}

h3, div.midheader {
	margin: 15px 0px 4px 0px;
	font-size: 150%;
	color: navy;
	text-decoration: none;
	font-weight: normal;
}

h4, div.smallheader {
	margin: 15px 0px 4px 0px;
	color: #AF0037;
	text-decoration: none;
}


div.pagecontent {
	background-color: #ffffff;
	padding: 10px;
	overflow:auto;
}


.Error, .Note {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}
.Error { 
	color:red; 
}
.Note { 
	color:green; 
}
div.Error, div.Note {
	margin: .5em;
	padding: .5em;
	border-style:double;
	border-width:thick;
}
div.Error { border-color:red; }
div.Note { border-coor:green; }




/* Mandatory field */
ins {
	color: #DA7D20;
	font-weight:bold;
	text-decoration:none;
}

/*.pagecontent table {
	margin:auto;
}

.pagecontent table th {
	color: white;
	background-color: #AAAAAA;
	padding: .5em;
	font-weight: bold;
	text-align: center;
}
*/
dd {
	margin-bottom:.5em;
}

