@charset "utf-8";
body{font-family:Verdana, Geneva, sans-serif; color:#666666;}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 100;
    src: url("font/lato-lig-webfont.eot?#iefix") format("embedded-opentype"), 
		 url("font/lato-lig-webfont.woff") format("woff"), 
		 url("font/lato-lig-webfont.ttf") format("truetype"), 
		 url("font/lato-lig-webfont.svg#latolight") format("svg");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: normal;
    src: url("font/lato-reg-webfont.eot?#iefix") format("embedded-opentype"), 
		 url("font/lato-reg-webfont.woff") format("woff"), 
		 url("font/lato-reg-webfont.ttf") format("truetype"), 
		 url("font/lato-reg-webfont.svg#latoregular") format("svg");
}