@charset "UTF-8";
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00AEEF;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

body {
	background-color: #212120;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-position: center;
}

body2 {
	background-color: #212120;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.txtBody {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 14px;
	font-style: normal;
}
.txtBodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 11px;
	font-style: normal;
}
.txtWorkHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
}

.txtHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
	margin: 0px;
	vertical-align: top;
}

.txtSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	font-style: italic;
}
.txtWorkSubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #B9B9B9;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	vertical-align: text-top;
	background-position: top;
}

.input
{
color: #FFFFFF;
background: #212120;
border: 1px solid #FFFFFF
}

.submit
{
	color: #FFFFFF;
	background: #212120;
	border: 1px outset #FFFFFF;
	font-size: 15px;
}

