/* style.css */


pre
{
	color: black; 
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
.header
{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 928px;
	height: 78px;
	background: yellow; 
	color: red;
	font-family: times new roman, times, serif;
	font-weight: bold; 
	font-style: normal; 
	font-size: 24pt;
	padding: 10px;
	text-align: left;
	overflow: hidden; 
	border: 1px solid;
}
.form1
{
	position: absolute;
	left: 20px;
	top: 10px;
	background: #ffffff; 
	color: black;
	font-weight: bold; 
	font-size: 12pt;
}
.fixed
{
	color: black; 
	font-family: fixedsys;	
	font-size: 12px;
	font-weight: normal;
}
.arial
{
	color: black; 
	font-family: arial, sans-serif;	
	font-size: 1.0em;
	font-weight: normal;
}
.courier
{
	color: blue; 
	font-family: courier new, courier, mono;	
	font-size: 0.8em;
	font-weight: normal;
}
.verdana
{
	color: black; 
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

.centre
{
	text-align: center;
}
#i1
{
	width: 55px;
	height: 75px;
}
#i2
{
	width: 450px;
	height: 75px;
}
#i3
{
	width: 150px;
	height: 40px;
}
#i4
{
	width: 80px;
	height: 30px;
}
#menu
{
	position: absolute;
	left: 10px;
	top: 100px;
	width: 230px;
	height: 1000px;
	background: #ffddaa; 
	color: blue;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-weight: normal; 
	font-style: normal; 
	font-size: 0.7em; 	
	padding: 10px;
	text-align: left;
	overflow: scroll; 
}
#info
{
	position: absolute;
	left: 260px;
	top: 100px;
	width: 450px;
	height: 1000px;
	background: #dddddd; 
	color: black;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal; 
	font-style: normal; 
	font-size: 0.7em;	
	padding: 10px;
	text-align: left;
	overflow: scroll; 
}
#serv
{
	position: absolute;
	left: 730px;
	top: 100px;
	width: 210px;
	height: 1000px;
	background: #cccccc; 
	color: black;
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-weight: normal; 
	font-style: normal; 
	font-size: 0.7em;	
	padding: 10px;
	text-align: left;
	overflow: scroll; 
}

