body {
	color: black;
	background-color: #F9B98F;
	font-family: Verdana,Arial,Sans-Serif;
	margin: 0px;
}

/* Index */
td.vline {
	background-image:url(img/vline.gif);
}

td.hline {
	background-image:url(img/hline.gif);
}


/* Common */
td.topline {
	background-color:#F68C61;
	color: #990000;
	text-align: right;
	vertical-align: middle;
	height: 100px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 40px;
	text-decoration: overline;
}

td.logo {
  width: 120px;
  height: 100px;
  text-align: right;
 
}

td.navmenu {
	border-top: 1px solid #990000;
	padding-top: 20px;
 	vertical-align: top;
	background-color: #F8A779;
 }

td.main-area {
	vertical-align: top;
	line-height: 18px;
	border-top: 1px solid #990000;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	text-align:justify;
	font-size: 12px;
}

td.description 
{
	vertical-align: top;
	line-height: 18px;
	text-align:justify;
	font-size: 12px;
}

td.link-area {
	vertical-align: top;
	line-height: 18px;
	font-size: 12px;
}

.heading-1 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background-color: transparent;
}

.heading-2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: transparent;
	line-height: 24px;
}

.heading-3 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: transparent;
	line-height: 20px;
}

.intro {
	font-weight: bold;
}

td.copyright {
	font-size: 9px;
	background-color: #F8A779;
}


/* Menu */
td.menu {
	font-size: 12px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
}

td.menu-selected {
	font-size: 12px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
}

td.submenu {
	font-size: 11px;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}

td.submenu-selected {
	font-weight: bold;
	font-size: 11px;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 2px;
}



/* Menu Linking */
a.menu {
	text-decoration: none;
	color: black;
	background-color: transparent;
}

a.menu:hover {
	text-decoration: underline;
	color: #990000;
	background-color: transparent;
}

hr {
	line-height: 1px;
	color: #990000;
	background-color: #990000;
	width: 75%;
	text-align: center;
}

