html, body {
	margin: 0;
	padding: 0;
}
.mg_header
{
    background-image: url(hdr-left.jpg);
    font-family: 'Arial Narrow';
}
.mg_header_right
{
    background-image: url(hdr-bg.jpg);    
}
.mg_menu
{
        margin-top: 20px;
 }
.mg a
{
    color: #4690ff;
}

.mg a:hover
{
    text-decoration: underline;
}
.mg_footer
{
    background-color: #6DC2E1;
}
.mg_button input
{ 
    margin-top: 5px; 
    background: rgb(248, 248, 255) none repeat scroll 0% 0%; 
    font-family: Verdana; font-size: 8pt; width: 130px; 
    height: 20px; -moz-background-clip: -moz-initial; 
    -moz-background-origin: -moz-initial; 
    -moz-background-inline-policy: -moz-initial; 
    color: rgb(0, 0, 0); 
    cursor: pointer; 
}

