/* start reset */
html
{
background:#999;
height:100%;
margin-bottom:1px;
background-image:url(pictures/global_bg.gif); 
background-repeat: repeat-x; 
background-position:top
}

body
{
	font-family: 'Arial';
	font-size:11px;
	color: Black;
	
	
	text-align: center;
	margin:0;
	padding:0;
	
}

li,ol,ul{list-style:none; list-style-image:url('pictures/printer_bull.gif');}

img{border:0;}
/*   end reset */ 
/*#divContainer{
	width:100%;
	position:relative;
}*/
#divHeader {
	top:0;
	margin: 0 auto 0 auto;
	height: 70px;
    width: 874px;
	background-color: #FFF;
	background-image: url('pictures/top05.jpg');
	background-repeat:false;
	padding:0;
	
}

#divMenu{
		position:relative;
		top:0px;
        height:35px;
		width: 874px;
		margin: 0 auto 0 auto;
		background-color: #505050;
		padding:0;
		text-align:left;
		background-image: url('pictures/menu_bg2.jpg');
		background-repeat: repeat-x; 
		
}
#divMenu  ul{
	list-style:none;
	padding:0px;
	text-align:left;
	line-height:1.4;
	margin:0px;
}

#divMenu  ul li{
list-style:none;
        float: left;
		padding:0px 20px 0px 20px;
		
		
}
#divMain {
		position:relative;
		padding:0;
		margin-right: auto;
		margin-left: auto;
		width:874px;
		height:800px;
		
		background-image: url('pictures/main_bg.jpg');
}

#divFooter {
		position:relative;
        	width: 874px;
		height: 75px;
		padding:0;
		margin-right: auto;
		margin-left: auto;
		background-color: ##5b5b5b;
		background-image: url('pictures/bottom.png');
		
}



.menu
{
	font-family: 'Arial';
	font-size:12px;
	color: White;
	font-weight: bold;
	text-decoration: none;
}



.textBox
{
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	font-family: 'Arial';
	font-size:9px;
	color: Black;
	font-weight: bold;
	width: 70px;
	background-color: white;
}
.textBox2
{
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	font-family: 'Arial';
	font-size:9px;
	color: Black;
	font-weight: bold;
	width: 155px;
	background-color: white;
}
.textBox3
{
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	font-family: 'Arial';
	font-size:9px;
	color: Black;
	font-weight: bold;
	width: 30px;
	background-color: white;
}
.textBox4
{
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	font-family: 'Arial';
	font-size:9px;
	color: Black;
	font-weight: bold;
	width: 120px;
	background-color: white;
}
.button
{
	height:15px;
	text-align:centre;
	font-family: 'Arial';
	font-size:9px;
	color: Black;
	font-weight: bold;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background-color: white;
	text-decoration: none;
}


.comboBox
{
	height:15px;
	text-align:centre;
	font-family: 'Arial';
	font-size:9px;
	color: Black;
	font-weight: bold;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background-color: white;
	text-decoration: none;
}

.bigCaption
{
	font-family: 'Arial';
	font-size:25px;
	color: Black;
	font-weight: bold;
}

.caption
{
	font-family: 'Arial';
	font-size:15px;
	color: Black;
	font-weight: bold;
}




.text
{
	font-family: 'Arial';
	font-size:14px;
	color: White;
	padding: 4px ;
}
.blacktext
{
	font-family:  'Arial';
	font-size:12px;
	font-weight:bold;
	color:#000;
	/*color: #b62e2e;*/
}
.error
{
	font-family:  'Arial';
	font-size:11px;
	font-weight:bold;
	color: #b62e2e;
}
.warning
{
	font-family:  'Arial';
	font-size:14px;
	font-weight:bold;
	color: #50b1e3;
}
