		body {font-family:verdana, sans-serif; font-size: 11px; background-color: #666666;
		}
		h1 {font-family:verdana, sans-serif; font-size: 16px; color: #666666; font-weight: bold;}
		h2 {font-family:verdana, sans-serif; font-size: 14px; color: #666666; font-weight: bold;}
		
		/* CLASSES */
		.frame {
			width: 650px;
			background-color: #ffffff;
			border-width: 1px;
			border-style: solid;
			border-color: #666666;
			}

		.top-left {
			text-align: left;
			height: 70px;
			padding-left: 11px;
			padding-top: 8px;
			padding-bottom: 8px;
			}

		.top-right {
			text-align: right;
			padding-right: 12px;
			padding-top: 10px;
			}

		.menubar {
			padding-top: 4px;
			padding-bottom: 4px;
			padding-left: 10px;
			font-family: verdana, sans-serif;
			color: #666666;
			font-size: 11px;
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #666666;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #666666;
			}

		.content {
			padding-top: 25px;
			padding-bottom: 15px;
			padding-left: 15px;
			padding-right: 15px;
			font-family: verdana, sans-serif;
			color: #000000;
			font-size: 11px;
			}

		.work {
			background-color: #efefef;
			border-width: 1px;
			border-style: solid;
			border-color: #666666;
			font-family: verdana, sans-serif;
			color: #000000;
			font-size: 11px;
			width: 100%;
			}

		.innerwork {
			padding-top: 24px;
			padding-left: 34px;
			padding-right: 34px;
			padding-bottom: 24px;
			}

		.worktext {
			color: #000000;
			font-size: 10px;
			text-align: center;
			line-height: 18px;
			}

		.sub {
			color: #000000;
			font-size: 11px;
			width: 100%;
			font-weight: bold;
			line-height: 18px;
			}

		/* LINKS */
		a {
			text-decoration: none;
			color: #0066CC;
			}
		a:hover {
			text-decoration: none;
			color: #FF0000;
			}
