body 
{
    text-align: center;
    margin : 0px 0px 0px 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10pt;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* justify or left, IE & NN4 */
	width: 980px;
	position: relative;
}

h1
{
	color: #113D6A;
	font-size: 12pt;
}

img
{
	border: none;
}

input
{
	background-color: #d4d7e6;
	border: solid 1px #102d79;
}

input:hover
{
	background-color: #ffe7a2;
	border: solid 1px #ffbd69;
}

ul.TickList {
	list-style-image: url(images/tick.gif)
}

ul.TickList li {
	margin-top: 8px;
}

a:hover
{
	color: #ffbd69;
}

.boxtop
{
	height: 5px;
	background-image: url(images/boxtop2.png);
}

.boxcenter
{
	background-image: url(images/boxcenter2.png);
	padding: 10px;
}

.boxbottom
{
	background-image: url(images/boxbottom2.png);
	height: 2px;
	margin-bottom: 18px;
}

.boxtopblue
{
	height: 5px;
	background-image: url(images/boxtop.png);
}

.boxcenterblue
{
	background-image: url(images/boxcenter.png);
	padding: 10px;
}

.boxbottomblue
{
	background-image: url(images/boxbottom.png);
	height: 2px;
	margin-bottom: 18px;
}
