			body	 {
				margin: 0px;
				font-family: calibri, georgia, arial, serif;
				font-size: 12px;
				background-color: #fff;
				color: #333;
			}

			img	{
				border: 0px;
			}

			.aleft	{
				float: left;
			}

			.clear	{
				clear: both;
				height: 1px;
				visibility: hidden;
			}

			a							{	color: blue; text-decoration: none;	}
			a:link					{	color: blue; text-decoration: none;	}
			a:visited				{	color: blue; text-decoration: none;	}
			a:hover					{	color: blue; text-decoration: underline;	}
			a:active					{	color: red; text-decoration: underline;	}


			#main_nav {
				margin: 0;
				padding: 0px 0px;
				background: #4e9bd8;
				border-top: solid 1px #7dabd4;
				border-bottom: 4px solid #408bc6;
				height: 23px;
				clear: both;
			}

			#main_nav li {
				float: left;
				list-style: none;
				background: #4e9bd8;

			}

			#main_nav a {
				display: block;
				color: #FFF;
				padding: 4px 15px;
				background: #4e9bd8;
				border-right: solid 1px #95bde2;
				text-decoration: none;
			}
			#main_nav a:hover {
				background: orange;
				text-decoration: none;
			}

			#main_nav a.selected {
				background: #408bc6;
				text-decoration: none;
			}

			a.ovalbutton{
				background: transparent url('oval-blue-left.gif') no-repeat top left;
				display: block;
				float: left;
				font: normal 13px Tahoma;
				line-height: 16px;
				height: 24px;
				padding-left: 11px;
				text-decoration: none;
			}

			a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
				color: #494949;
			}

			a.ovalbutton span{
				background: transparent url('oval-blue-right.gif') no-repeat top right;
				display: block;
				padding: 4px 11px 4px 0;
			}

			a.ovalbutton:hover{
				background-position: bottom left;
			}

			a.ovalbutton:hover span{
				background-position: bottom right;
				color: black;
			}

			.buttonwrapper{
				overflow: hidden;
				width: 100%;
			}
