html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/bg/background.jpg);
	background-repeat: no-repeat;
	background-color: #013d85;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}
a, a:visited {
	text-decoration: none;
}
a.current, a.expanded {
	text-decoration: underline;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#container {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
#nav {
  display: none;
}
#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	min-height: 570px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px 0px 40px 0px;
	padding: 40px;
	margin-bottom: 40px;
}
#content a {
	color: rgb(42, 42, 42);
	text-decoration: underline;
}
.blue {
	color: rgb(0, 60, 133);
}
.grey {
	color: rgb(42, 42, 42);
}
.title {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}
.title1 {
	font-size: 12px;
	font-weight: bold;
}
.contentText {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: rgb(0, 60, 133);
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: rgb(0, 60, 133);
}
h3, table.order td {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: rgb(42, 42, 42);
}
h4 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	color: rgb(42, 42, 42);
}
table.download tr {
  background-color: #b6f0fa;
}
input, textarea {
	background-color: #ffffff;
	border: 1px solid #8C8C8C;
	font-size: 11px;
	padding: 0px 0px 0px 3px;
	margin: 0px 3px 0px 0px;
}
input.text, textarea.text {
	padding-top: 1px;
	line-height: 16px;
	width: 230px;
}

