html
{
	overflow-y: auto;
	overflow-x: hidden;
}

body
{
	background-image: url(images/background.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	
	/*background-color: #3F0102;*/

	background-color: #000000;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, table, html, p
{
	font-family: Tahoma, Times, Verdana, Helvetica;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	/*line-height: 20px;*/
}

img
{
	/*display: block;*/
}

br
{
	/*line-height: 120%;*/
}

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

textarea:focus, input:focus 
{
	background-color: #e5eaec;
}

a
{
	/*outline: none;*/
}

a, a:link, a:active, a:visited
{
	font-family: Tahoma, Times, Verdana, Helvetica;
	font-size: 14px;

	color: #544438;

	text-decoration: none;
}

a:hover, a:visited:hover
{
	font-family: Tahoma, Times, Verdana, Helvetica;
	font-size: 14px;

	color: #595C7E;

	text-decoration: underline;
}

p
{
	padding: 0px;
	margin: 0px;

	padding-top: 6px;
	padding-bottom: 6px;


	display: block;
}

ul, ol
{
	margin-top: 0px;
	margin-bottom: 0px;

	padding-top: 6px;
	padding-bottom: 16px;
}

h1, h2, h3, h4
{
	padding: 0px;
	margin: 0px;
	
	padding-top: 4px;
	padding-bottom: 8px;
}

h1
{

	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

.headerMain
{
	font-size: 26px;
}

.headerSub
{
	color: #797979;

	font-size: 14px;
}

.textInfo
{
	font-family: Times, Times, Verdana, Helvetica, Tahoma;
	font-size: 16px;
	color: #FFFFFF;
}

.text
{
	font-family: Times, Times, Verdana, Helvetica, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}

.textDisplay
{
	font-family: Times, Times, Verdana, Helvetica, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	padding: 3px;
}

.textRemarks
{
	font-family: Times, Times, Verdana, Helvetica, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}

.inputbox
{
	border: solid 1px #B1B1BD;
	height: 16px;
	width: 220px;
	color: #232323;
}

.inputarea
{
	font-family: Times, Times, Verdana, Helvetica, Tahoma;
	border: solid 1px #B1B1BD;
	height: 150px;
	width: 450px;
	color: #232323;
	padding: 2px;
}

.inputareaFCK
{
	border: solid 1px #003366;
	font-family: Times, Times, Verdana, Helvetica, Tahoma;
	font-size: 16px;
	color: #232323;
	padding: 2px;
}


.button
{
	border: solid 1px #969d99;
	font-family: Times, Times, Verdana, Helvetica, Tahoma;
	font-size: 16px;
	color: #232323;
	cursor: pointer;
}

.buttonSub
{
	border: solid 1px #969d99;
	font-family: Times, Times, Verdana, Helvetica, Tahoma;
	font-size: 11px;
	color: #232323;
	cursor: pointer;
	height: 20px;
}

.error
{
	font-family: Times, Times, Verdana, Helvetica, Tahoma;
	font-size: 14px;
	color: red;
	font-weight: bold;
}

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

.maimMenu, .maimMenu:link, .maimMenu:visited, .maimMenu:active
{
	font-family: Tahoma;

	color: #FFFFFF;

	font-weight: bold;

	line-height: 14px;
	text-decoration: none;
}

.maimMenu:hover, .maimMenu:visited:hover
{
	font-family: Tahoma;

	color: #FFFFFF;

	font-weight: bold;

	line-height: 14px;
	text-decoration: underline;
}
/* END STANDARD */

.topnav {
	background-color: #7f8192;
}
.subnav {
background-color: #a7abc1;
}
.main {
padding: 17px;
background-color: white;
}
.footer {
	background-color:#A7ABC1;
}
.buttontop {
	color: white;
	padding-top: 4px;
	width: 120px;
	height: 18px;
	float: left;
	text-align:center;
}
.buttonsub {
	color: white;
	padding-top: 4px;
	width: auto;
	height: 18px;
	float: left;
	text-align:center;
}

.djProp, .djProp a, .djProp:link, .djProp a:active, .djProp:visited
{
	color: #35505b;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;

	text-decoration: none;
}

.djProp a:hover, .djProp a:visited:hover
{
	color: #35505b;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;

	text-decoration: underline;
}

/* start pngfix part 1 */

.headerBar
{
	background-image:url(images/bg-top.png);
	background-repeat:no-repeat;
}

.trailer
{
	background-image:url(images/trailer.png);
	background-repeat:no-repeat;
}

.footerBar
{
	background-image:url(images/bg-bottom-new.png);
	background-repeat:no-repeat;
}

/* end pngfix */
