﻿
* { margin:0;padding:0; }

body {
    font: 62.5%/1.5  Verdana, Tahoma, sans-serif;
    background: white; 
    color: #000000;   
    text-align: center;
}

#main, #footer
{
	text-align: left;
}

html, body, #wrapper 
{
	height: 100%;
}

body > #wrapper 
{
	height: auto; min-height: 100%;
}

.clear  
{
	line-height: 0;
	font-size: 0;
    clear:both; 
} 

.right { 
    float: right; 
} 

.left { 
    float: left; 
}

p 
{
	margin-top: 5px;
	margin-bottom: 8px;
	/* text-align: justify; */
}

ul, ol
{
	margin-left: 20px;
}

a img
{
	border: 0;
}

table 
{
	border-collapse: collapse;
}

table th, table td 
{
	vertical-align: top;
}