/* Core styles */
	body { margin: 0; padding: 0; background: #FFFFFF; color: #000000; }
	p { margin-top: 0; margin-bottom: 1em; }

	/* Common font properties */
	body, td, div, p, input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; }
	
	/* Form properties */
	form { padding: 0; margin: 0; }
	input, textarea, select { border: 1px solid black; }
	
	#MainArea { padding: 10px; }
	
	.ContentRestrain { margin-left: 20px; width: 400px; }
/* End Core styles */



/* Menu Styles */
	#Menu {
		height: 21px; overflow: none;
		color: #FFFFFF; font-size: 12px;
		background: #1F5D83; border-top: 1px solid #0D4267; border-bottom: 1px solid #0D4267;
		padding: 2px 2px 2px 10px;
	}
	#Header { background: url(images/interface/Header_Background.png); overflow: none; height: 100px; margin: 0; padding: 0; }
	#HeaderBase { position: absolute; top: 122px; left: 0px; z-index: -1; }

	.MenuButton { border-left: 3px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; background: #1F5D83; float: left; padding-left: 6px; padding-right: 3px; margin-right: 15px; white-space: nowrap; }
	.MenuButtonH { border-left: 3px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; background: #208DC8; float: left; padding-left: 6px; padding-right: 3px; margin-right: 15px; white-space: nowrap; }
	.MenuButton a, .MenuButtonH a { color: #FFFFFF; text-decoration: none; }
/* End Menu Styles */


/* Header Styles */
	h1 { font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #1F5D83; margin-top: 6px; margin-bottom: 15px; }
	h2 { font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #000000; margin-top: 6px; margin-bottom: 10px; border-left: 3px solid #000000; border-top: 1px solid #000000; padding-left: 10px; padding-bottom: 3px; }
	h3 { font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; margin-top: 6px; margin-bottom: 4px; }
	h4 { font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; margin-top: 6px; margin-bottom: 3px; }
/* End Header Styles */