﻿@charset "UTF-8";
/* CSS Document */

.body {
	margin: 0;
	padding: 0;
	color:#838282;
}

p {
color:#838282;
/** font: lighter .9em Verdana, sans-serif; **/
/** font: lighter 1.2em/1.3; **/
font: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;
margin: 0px 0px 10px 10px;
}

h1 {
color:##838282;
font-size: 20px;
margin:0px 0px 0px 10px;
padding: 10px 10px 10px 10px;
font-family: Bodoni MT,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
text-align: center
}

h2 {
color:#838282; 
font-size: 12px;
font-weight:lighter;
margin:0px 0px 10px 10px;
}

a:link {
color:#666666;
font-weight:normal;
text-decoration:none;
}

a:visited {
color:#666666;
font-weight:normal;
text-decoration:none;
}

a:hover, a:active {
color:#666666;
text-decoration:underline;
}


div.copyright {
	color:#838282;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, sans-serif;  
	text-align: center;
	font-size:12px;
}
