/* - - - - - - CSS Document - - - - - - - - -masa default css- - - - - - - - - - - - - - - - - - - - - */
/* ---- CSS Hacks <<<---------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
/* ----- global default/initial styles ----- */
body {
	background-image: url(../gfx/background.png);
}
html, body {
	height: 100%;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* ----- base default font size, type, and line height ----- */
img {
	border: 0px;
}
.showlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
.showtitle {
	font-size: 16px;
	font-weight: bold;
}
.active {
	color: #face00;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 90px;
}
h3 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	border-bottom: 1px dotted #B0B0B0;
	margin-top: -15px;
	padding: 4px;
}
h4 {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	border-bottom: 2px dotted #707070;
	border-top: 2px dotted #707070;
}
input {
	border: 1px solid #d0d0d0;
	background-color: white;
	color: black;
	font-family: Verdana, serif;
	font-size: 10px;
	font-weight: normal;
}
a.menufont:link {
	text-decoration: none;
	color: #405b6a
}
a.menufont:visited {
	text-decoration: none;
	color: #405b6a
}
a.menufont:hover {
	text-decoration: none;
	color: #223139
}
a.menufont:active {
	text-decoration: none;
	color: #405b6a
}
input.text, textarea {
	width: 300px;
	font: 11px Verdana, Arial;
	color: #000000;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
	background: #FFFFFF
}
input.text:focus, textarea:focus {
	background: #ffffff;
}
#submit {
	padding: 2px 5px;
	font: bold 12px/12px verdana, arial, sans-serif;
	border: 1px solid #ccc;
	background: #FFFFFF;
	width: 100%;
}
/* ----- menu styles ----- */
#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	top: 0;
}
#header {
	width: 770px;
	margin: 0 auto;
	top: 0;
	height: 140px;
}
#top {
	width: 770px;
	margin: 0 auto;
	top: 0;
	height: 140px;
	vertical-align: bottom;
	text-align: center;
}
#contentframe {
	width: 770px;
	margin: 0 auto;
	top: 0;
	height: 582px;
	background-image: url(../gfx/content.png);
}
#content {
	width: 760px;
	margin: 0 auto;
	top: 0;
}
#menu {
	width: 230px;
	height: 340px;
	float: left;
}
#innercontent {
	width: 500px;
	height: 340px;
	float: right;
}
#bottom {
	width: 770px;
	margin: 0 auto;
	top: 0;
	text-align: center;
	line-height: 15px;
}
.tabactive {
	width: 230px;
	background-color: #eceef0;
	height: 35px;
	text-align: right;
}
.tabactivefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #405b6a;
}
.tabinactive {
	width: 230px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tabinactivefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #405b6a;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #404040;
}
.line2 {
	padding-top: 10px;
	text-align: center;
}
