@charset "utf-8";
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
    color: #666666;
}

h3
{
    color: #00000;
	font-size:20px;	
}



body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

table
{
    vertical-align: top;
    border-collapse: collapse;
    text-align: left;
}

tr
{
    vertical-align: top;
    text-align: left;
}

#maincontainer {
	margin:10px; 	/*http://www.w3schools.com/CSS/css_margin.asp*/
	padding:0px;
}