/* Form Styles */
 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}
 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	overflow: hidden;
	/*background-color: #000;	*/
}


.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
 

h1 { 
	font-size: 1.5em; 
	margin-bottom: 0.167em;
}
 
p { margin-bottom: 1em; }
 
.clearing { clear: both; }
.alert, .error { color: #FF0000; }
 
ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}
 
ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}
 
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 10%;
}
 
ol.forms input { width: 39%; }
ol.forms textarea {
	height: 20em; 
	width: 64%; 
}
 
ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }
 
ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}
 
ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}

#tableContent {
width: 100%;
border-style: none;
border-width: 0px;
border-spacing: 0px 0px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0px;
margin-top: 0px;
z-index: 0;
}

.content {
position: relative;
border-style: none;
border-width: 0px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0px;
margin-top: 10%;
z-index: 10000;
}

#flag {
	text-align: center;
	border-width: 150px;
}

#logo-image {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

th#tableContent {
	width: 100%;
	text-align: center;
}

table#flags {
	height: 100px;
	z-index: 15000;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	width: 80%;
}

table#footer {
	padding-top: 60px;
	height: 200px;
	z-index: 15000;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
}


table#footer2 {
	padding-top: 5px;
	height: 10px;
	z-index: 15000;
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
}

td#footerCell {
	height: 40px;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
}

td#footer2Cell {
	height: 10px;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
}

a.link {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	font-family: sans-serif;
	text-align: center;
}

.flagImage {
	border-width: 0px;
	border-style: none;
}

