@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #1f4bb4;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

H3 {
	font-size: 16px;
	font-weight: bold;
	color: #C53900;
}

form {
	margin: 0;
	padding: 0;
}

p,h1,h2,h3,h4,h5,h6 {
	text-indent: 0;
}

a img {
	border-width: 0;
}

.header_top_left {
	background: url("/images/layout1_top_left.gif") no-repeat top left;
	width: 473px;
	height: 164px;
}
.header_top_right {
	background: url("/images/layout1_top_right.gif") no-repeat top left;
	width: 475px;
	height: 164px;
}
.header_top_tile {
	background: url("/images/layout1_top_tile.gif") repeat-x;
	height: 164px;
}

input.SmallTextInputs {
	width: 75px;
	font-size: 10px;
	padding: 0 3px
}
a.SmallLinks {
	font-size: 10pt;
	text-decoration: none;
}
a.SmallLinks:hover {
	font-size: 10pt;
	text-decoration: underline;
}

.toolbar_left{
	width: 10px;
	background: url("/images/layout1_toolbar_left.jpg") no-repeat;
}
.toolbar_tile {
  background: url("/images/layout1_toolbar_tile.jpg") repeat-x;
}
.toolbar_right{
	width: 10px;
	background: url("/images/layout1_toolbar_right.jpg") no-repeat;
}
