@font-face {
    font-family: 'NoiretBlancNormal';
    src: url('fonts/noir-et-blanc-webfont.eot');
    src: url('fonts/noir-et-blanc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noir-et-blanc-webfont.woff') format('woff'),
         url('fonts/noir-et-blanc-webfont.ttf') format('truetype'),
         url('fonts/noir-et-blanc-webfont.svg#NoiretBlancNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}



body
{
	margin: 0px;
    background-color: #A7A294
}

body, table, html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	

	line-height: 120%;
}

img
{
	display: block;
	
	outline: none;

	padding: 0px;
	margin: 0px;
	border: none;
}

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

a, a:link, a:visited, a:active
{
	outline: none;

	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a:hover
{
	outline: none;

	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p
{
	padding: 0px;
	margin: 0px;
	
	padding-bottom: 18px;

	display: block;
}

h1
{
	padding: 0px;
	margin: 0px;

	font-size: 25px;

	line-height: 130%;
}

h2
{
	padding: 0px;
	margin: 0px;

	font-size: 18px;

	line-height: 130%;
}

h3
{
	padding: 0px;
	margin: 0px;

	font-size: 18px;

	line-height: 130%;
}

h4
{
	padding: 0px;
	margin: 0px;

	font-size: 15px;

	line-height: 130%;
}

.textInfo
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

.textDisplay
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding: 3px;
}

.textRemarks
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}

.inputbox
{
	border: solid 1px #003366;
	height: 24px;
	width: 220px;
	color: #000000;
}

.inputarea
{
	border: solid 1px #003366;
	height: 150px;
	width: 220px;
	color: #000000;
	padding: 2px;
}

.inputareaFCK
{
	border: solid 1px #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 2px;
}


.button
{
	border: solid 1px #969d99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	cursor: pointer;
}

.error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	font-weight: bold;
}

.buttonCalendarIMG
{
	display:inline;
	padding: 5px;
	color: #FBFFBD;
	font-size: 12px;
}

.menuNormal
{
	display: block;
}

.menuNormal a, .menuNormal a:visited
{
	/* empty ATM */
}

.menuHover
{
	display: none;
}

.menuHover a, .menuHover a:visited, .menuHover a:hover
{
	/* empty ATM */
}

.submenuNormal
{
	display: block;
}

.submenuHover
{
	display: none;
}
/* END STANDARD */

h1{ font-size: 22px; color: black; padding: top: 2px; font-family: 'NoiretBlancNormal'; }
