	body {
		background-color: #0F1D46;
		background-image:url(../images/bg_tile.gif);
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	p, ul, ol {
		font-family: "Trebuchet MS", Verdana;
		font-size: 12px;
		line-height: 20px;
		color: #33322E;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	ul, ol {
		margin-left: 1.25em;
		padding-left: 1.25em;
	}
	ul {
		list-style-image:url(../images/bul_square.gif);
	}
	h2 {
		font-family: "Trebuchet MS", Verdana;
		font-size: 16px;
		color: #33322E;
		margin-top: 18px;
		margin-bottom: 4px;
	}
	
	.toplinksTable {
		background-color: #E3E3E3;
		border: 1px solid #C3C3C2;
		margin: 10px 0px 15px 15px
	}
	.toplinksTd {
		font-family: "Trebuchet MS", Verdana;
		font-size: 12px;
		font-weight: bold;
		color: #55534D;
		padding: 2px 4px 2px 4px;
	}
	
	.formText {
		background-color: #E3E3E3;
		font-family: "Trebuchet MS", Verdana;
		font-size: 12px;
		color: #33322E;
		font-weight: bold;
	}
	
	a.toplinks:link, a.toplinks:visited, a.toplinks:active {
		color: #55534D;
		text-decoration: none;
	}
	a.toplinks:focus, a.toplinks:hover {
		color: #55534D;
		text-decoration: none;
	}
	
	a.bottomlinks:link, a.bottomlinks:visited, a.bottomlinks:active {
		color: #00248F;
		text-decoration: none;
	}
	a.bottomlinks:focus, a.bottomlinks:hover {
		color: #0039DF;
		text-decoration: none;
	}
	
	a:link, a:visited, a:active {
		color: #00248F;
	}
	a:focus, a:hover {
		color: #0039DF;
	}
