* {
	font-family: "Liberation Sans", "MS Sans Serif", sans-serif;
	margin: 0;
	padding: 0
}

body {
	width: 100%;
	height: 100%;
	background: #262626;
	margin: 0;
	padding: 0
}

h1 {
	font-size: x-large;
	color: #fff;
	margin: 0 .6em
}

h2 {
	font-size: medium;
	font-weight: 400;
	color: #149cf9;
	text-align: center
}

h3 {
	font-size: medium;
	font-weight: 400;
	color: #009800
}

h4 {
	font-size: medium;
	font-weight: 400;
	color: #fff
}


div {
	padding: 0
}

#hdrimg {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	background: url(/public/images/hdr40.jpg) repeat-x;
	height: 3.4em;
	padding: 10px 0
}

#hdrimg2 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	background: url(/public/images/header.jpg) repeat-x;
	height: 3.4em;
	padding: 10px 0
}

.rowcontainer {
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: #333;
	padding: 10px 0
}

.textFieldIndex {
	width: 17em;
	height: 2em;
	text-align: left;
	font: medium Arial
}

.buttonIndex {
	display: block;
	width: 9em;
	height: 3em
}

.form-send {
	text-align: center;
	margin: 0
}

.form-send button,
.form-send a {
	vertical-align: middle;
	background-color: #d1d1d1;
	margin-top: .5em;
	border: #838383 solid .1em;
	border-radius: .4em .4em;
	font-size: small;
	font-weight: 700;
	cursor: pointer;
	height: 3em;
	width: 12em
}

a {
	color: blue;
	text-decoration: none
}

a:link {
	color: #149cf9;
	font-weight: bold
}

a:visited {
	color: #149cf9;
	font-weight: bold
}

a:hover {
	color: #149cf9;
	font-weight: bold;
	text-decoration: underline
}

.tableIndex {
	width: 100%;
	height: 12em;
	padding-left: 1em;
	border-spacing: 0;
	font-size: medium;
	color: #fff
}

.column100 {
	float: left;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 10px 0
}

.tdLeft {
	text-align: left
}

.tdCenter {
	text-align: center
}

.tdRight {
	text-align: right
}

.col45 {
	width: 45%;
}

.col5left {
	width: 5%;
	text-align: left
}
