﻿/* Elements */
html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: lightgrey;
	background-color: #2C2C2C;
}

h1 {
	font-size: 11pt;
	line-height: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

h2{
	font-size: 11pt;
	line-height: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

h3,h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #336699;
}

hr {
	width: 90%
}

/* Links */

a, a:link, a:visited
{
	color: #00CC66;
}
a:hover {
	color: #00FF00;
}

img
{
	border: none;
}

p {
line-height: 1em;
margin: 7px 0 0 0;
}
/* Used to center objects on the page */
img.centered 
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

div.centered 
{
	width: 800px;
	margin-left: auto;
    margin-right: auto;
}

table.countryselect 
{
	width: 600px;
	margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}
