* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 50px;}
body {height: 100%;}

body {
	color: #666666;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
    background: #6c6c6c url(../images/bg-grey.png)  repeat-x;
	margin-bottom: 50px;
	}
	
h1{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    padding: 0px 0px 0px 0px;
	}

h1 { font-size: 160%; color: #484848; margin: .5em 0;}
h2 { font-size: 140%; color: #484848; text-indent: 20px;}
h3 { font-size: 120%; color: #43d3d5;}
h4 { font-size: 110%; color: #43d3d5;}
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

p {
	font-size: 120%;
	padding: 4px 10px 10px 0px;
   color: #666666;
}

p a:link, a:active, a:visited {
	color: #007fff;
	text-decoration: none;
	}
	
p a:hover {
	text-decoration: underline;
}
	
p.highlight {
	padding: 0px;
	color: #484848;
	font-weight: bold;
}	

a, a:link, a:active, a:visited {
	color: #007fff;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

.center {text-align: center;}
.bold {font-weight: bold;}

ul, ol {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

li {
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
.readmore {
  text-align: right;
}
