<style type="text/css">
.services_main {
	font-family: sans-serif;
	/*background-image: url(/MGIS/images/services_header_background.png);*/
	/*color: #ffffff;*/
	/*font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;*/
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font-weight: bold;
	/*font-size: 90%;*/
}

.services_header {
	background: lightgrey;
	color: #333;
	/*font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;*/
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	font-size: 80%;
}

.services_text {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 80%;
}

.services_link{
	/*font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;*/
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background: lightgrey;
	font-size: 60%;
}

.footer {
	color: white;
	font-weight: bold;
	font-family: sans-serif, 'Lucida Sans Unicode', 'Lucida Grande';
	font-size: 80%;
}

td.logocell
	{
	width: 802px;
	height: 92px;
	background-image: url(/MGIS/images/MGISLogo.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff; 
	}

h1
	{
	color: #339999;
	font-family: Verdana, Trebuchet MS, Impact, Arial Black, Tahoma, Geneva, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	}
	
.info
	{
	color: #001e38; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 12pt; 
	}

.serv
	{
	color: #001e38; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 11pt;
	}

td.logoheader
	{
	color: #000000; 
	font-size: 12pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold;
	line-height: 11pt;
	}

td.logo
	{
	color: #ffffff; 
	font-size: 10pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold;
	line-height: 11pt;
	}

/* More info links */
a#moreinfo {
	text-decoration: none;
	color: teal;
}

a#moreinfo.active {
	text-decoration: none;
	color: teal;
}

a#moreinfo.hover {
	text-decoration: none;
	color: orange;
}

/* Main menu rollovers */
	
a#homebutton
	{
    display: block;
    width: 270px;
    height: 26px;
    background-image: url(/MGIS/images/home.jpg);
    margin: 0 auto;
	}

a#demobutton
	{
    display: block;
    width: 101px;
    height: 26px;
    background-image: url(/MGIS/images/demo.jpg);
    margin: 0 auto;
	}

a#contactbutton
	{
    display: block;
    width: 107px;
    height: 26px;
    background-image: url(/MGIS/images/contact.jpg);
    margin: 0 auto;
	}

a#reportsbutton
	{
    display: block;
    width: 93px;
    height: 26px;
    background-image: url(/MGIS/images/reports2.jpg);
    margin: 0 auto;
	}

a#samplesbutton
	{
    display: block;
    width: 95px;
    height: 26px;
    background-image: url(/MGIS/images/samples.jpg);
    margin: 0 auto;
	}

a#loginbutton
	{
    display: block;
    width: 134px;
    height: 26px;
    background-image: url(/MGIS/images/clientlogon.jpg);
    margin: 0 auto;
	}

a#homebutton:hover 
	{
    background-image: url(/MGIS/images/homer.jpg);
	}

a#demobutton:hover 
	{
    background-image: url(/MGIS/images/demor.jpg);
	}

a#contactbutton:hover 
	{
    background-image: url(/MGIS/images/contactr.jpg);
	}

a#reportsbutton:hover 
	{
    background-image: url(/MGIS/images/reports2r.jpg);
	}

a#samplesbutton:hover 
	{
    background-image: url(/MGIS/images/samplesr.jpg);
	}

a#loginbutton:hover 
	{
    background-image: url(/MGIS/images/clientlogonr.jpg);
	}

a .home_rollover
	{
	display: none; 
	}

a .demo_rollover
	{
	display: none;
	}

a .contact_rollover
	{
	display: none; 
	}

a .reports_rollover
	{
	display: none; 
	}

a .samples_rollover
	{
	display: none; 
	}

a .login_rollover
	{
	display: none; 
	}

/* End of main menu rollovers */

/* All links */
a {
	text-decoration: none;
	color: #339999;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #339999;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: orange;
}
</style>