
	body {
	
		margin: 0px;
		background-color: white;
		background-position: top;
		background-repeat: repeat-x;
		background-image: url('/img/topbg.gif');
	
	}
	
	img {
	
		border: none;
	
	}
	
	div.div {
	
		width: 800px;
		margin: 0 auto 0 auto;
	
	}
	
	div {
	
		font-size: 12px;
		font-family: Arial, sans-serif;
		line-height: 18px;
		color: #444444;
	
	}
	
	strong {
	
		color: #000000;
	
	}
	
	a {
	
		font-weight: bold;
		color: #05487A;
	
	}
	
	a:hover {
	
		color: #000000;
	
	}
	
	div#top {
	
		height: 124px;
		background-repeat: no-repeat;
		background-image: url('/img/top.jpg');
	
	}
	
	div#h1 {
	
		width: 100%;
		height: 32px;
		background-repeat: repeat-x;
		background-image: url('/img/h1.gif');
	
	}
	
	h1 {
	
		color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		font-size: 14px;
		padding-top: 5px;
	
	}
	
	div#left {
	
		float: left;
		width: 514px;
	
	}
	
	div#right {
	
		margin-left: 520px;
	
	}
	
	div#clear {
	
		clear: both;
	
	}
	
	div.p {
	
		margin-bottom: 18px;
	
	}
	
	form {
	
		margin: 0px;
	
	}
	div#bottomparent {
	
		width: 100%;
		height: 33px;
		background-repeat: repeat-x;
		background-image: url('/img/bottom.gif');
	
	}
	
	div#bottom {
	
		font-size: 11px;
		text-align: center;
		color: #FFFFFF;
		padding-top: 6px;
	
	}
	
	div#bottom a {
	
		font-weight: 100;
		color: #FFFFFF;
		text-decoration: none;
	
	}
	
	div#bottom a:hover {
	
		font-weight: 100;
		color: #FFFFFF;
		text-decoration: underline;
	
	}
	
	span.bull {
	
		padding-left: 10px;
		padding-right: 10px;
		font-weight: bold;
	
	}
	
	h2 {
	
		font-weight: 100;
		margin: 0px;
		padding-bottom: 18px;
		color: #1064AB;
		font-family: Arial, sans-serif;
		font-size: 16px;
	
	}
	
	td {
	
		vertical-align: top;
		padding-right: 5px;
	
	}
	
	input, textarea {
	
		width: 192px;
		border: none;
		background-color: #EEEEEE;
		font-size: 12px;
		font-family: Arial, sans-serif;
	
	}
	
