* {
	padding: 0px;
	margin: 0px;
}

a:link { 
	color: black;
	text-decoration="underline";
}

a:visited {
	color: navy;
	text-decoration="underline";
}

a:hover {
	color: white;
	background-color:blue;
}

a:active {
	color: green;
}

a.header:link { 
	color: white;
	text-decoration: none;
}

a.header:visited {
	color: white;
	text-decoration: none;
}

a.header:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
}

a.header:active {
	color: white;
	text-decoration: none;
}

html {
	height: 100%;
	overflow-y:scroll;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F5F5F5;
}


#site-outframe {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height:100%;
	background-image: url(background_01.png);
	background-repeat: repeat-x;
}

#site-frame {
	/*margin:0 auto;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 810px;
	height:100%;
}

#frame-header {
	width: 650px;
	height: 96px;
	padding: 0px;
	background-image: url(header1.png);
}

#frame-menu {
	width: 650px;
	padding: 1px;
	font-size: 8pt;
}

#frame-body {
	width: 650px;
	/*height: 400px;*/
	padding: 25px;
	overflow:auto;
	font-size: 9pt;
}

#frame-bottom {
	clear: both;
	width: 650px;
	padding: 5px;
	font-size: 9pt;
}

/* new menu method (no-preload) */

p.menu00 {
	background:url("m00.png") no-repeat;
}

p.menu00 a {
	display: block;
	width: 68px;
	height: 16px;
	text-indent: -4096px;
	background: url("m00.png");
}

p.menu00 a:hover {
	background:none;
}

p.menu01 {
	background:url("m01.png") no-repeat;
}

p.menu01 a {
	display: block;
	width: 68px;
	height: 16px;
	text-indent: -4096px;
	background: url("m01.png");
}

p.menu01 a:hover {
	background:none;
}

p.menu02 {
	background:url("m02.png") no-repeat;
}

p.menu02 a {
	display: block;
	width: 68px;
	height: 16px;
	text-indent: -4096px;
	background: url("m02.png");
}

p.menu02 a:hover {
	background:none;
}

p.menu03 {
	background:url("m03.png") no-repeat;
}

p.menu03 a {
	display: block;
	width: 68px;
	height: 16px;
	text-indent: -4096px;
	background: url("m03.png");
}

p.menu03 a:hover {
	background:none;
}

p.menu04 {
	background:url("m04.png") no-repeat;
}

p.menu04 a {
	display: block;
	width: 86px;
	height: 16px;
	text-indent: -4096px;
	background: url("m04.png");
}

p.menu04 a:hover {
	background:none;
}

p.menu05 {
	background:url("m05.png") no-repeat;
}

p.menu05 a {
	display: block;
	width: 68px;
	height: 16px;
	text-indent: -4096px;
	background: url("m05.png");
}

p.menu05 a:hover {
	background:none;
}


p.menu06 {
	background:url("m06.png") no-repeat;
}

p.menu06 a {
	display: block;
	width: 68px;
	height: 16px;
	text-indent: -4096px;
	background: url("m06.png");
}

p.menu06 a:hover {
	background:none;
}


p.menu07 {
	background:url("m07.png") no-repeat;
}

p.menu07 a {
	display: block;
	width: 68px;
	height: 16px;
	text-indent: -4096px;
	background: url("m07.png");
}

p.menu07 a:hover {
	background:none;
}
