﻿html,body{
	height:100%;
	margin:0;
	padding:0;
}

/*@font-face {
  font-family: Baskerville;
  src: url(../font/baskerville.eot);
  src: local("☺"), 
    url(../font/baskerville.ttf) format("truetype");     
}

@font-face {
  font-family: Avant;
  src: url(../font/avant.eot);
  src: local("☺"), 
    url(../font/avant.ttf) format("truetype");     
}*/

body 
{
	font-size:11px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	height:100%;
	margin:0;
	background-color:White;
	min-width:1024px;
    min-height:870px;
    color:#646363;
}

a
{
	text-decoration: none;
	outline:none;
	color:#646363;
}

img
{
	border:none;
}

p {text-align: justify;}

a, a:visited, a:hover, alink
{
	text-decoration:none;
}


