/* body */
body {
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-image: url(/img/bg.gif);
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:Link,
A:Active,
A:Visited
{
	color: #536878;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A:Hover 
{
	color: #FF9900;
}
/* menu */

.menu-main,
A.menu-main:Link,
A.menu-main:Active,
A.menu-main:Visited 
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	word-spacing: 4px;
	text-decoration: none;
	line-height: 39px;
}
A.menu-main:Hover 
{
	color: #FFFFFF;
	background-color: #a7bccb;
}

.menu-sub,
A.menu-sub:Link,
A.menu-sub:Active,
A.menu-sub:Visited 
{
	color: #e0f5ff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	word-spacing: 4px;
	text-decoration: none;
	line-height: 24px;
}
A.menu-sub:Hover 
{
	color: #ffffff;
	background-color: #98a4ae;
}

.menu-side,
A.menu-side:Link,
A.menu-side:Active,
A.menu-side:Visited 
{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	margin-left: 8px;
	line-height: 20px;
}
A.menu-side:Hover 
{
	background-color: #98a4ae;
}

.menu-side-sub,
A.menu-side-sub:Link,
A.menu-side-sub:Active,
A.menu-side-sub:Visited 
{
	color: #536878;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	margin-left: 15px;
	line-height: 16px;
}
A.menu-side-sub:Hover 
{
	background-color: #e4ebef;
}
.menu-foot,
A.menu-foot:Link,
A.menu-foot:Active,
A.menu-foot:Visited 
{
	color: #536878;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	word-spacing: 4px;
	line-height: 27px;
	text-decoration: none;
}
A.menu-foot:Hover 
{
	color: #000000;
	background-color: #c2d2dd;
}
/* page contents */

h1 {
	font-size: small;
	color: #536878;
}
h2 {font-size: x-small}

ul {
	list-style-position: outside;
	list-style-image: url(/img/bullet.gif);
	list-style-type: none;
	line-height: 14px;
	margin-bottom: 15px;
	margin-top: 12px;
}

.ul2 {
	list-style-position: outside;
	list-style-image: url(/img/bullet2.gif);
	list-style-type: none;
	line-height: 14px;
	margin-bottom: 12px;
	margin-top: 3px;
}

.ul3 {
	list-style-position: outside;
	list-style-image: url(/img/bullet3.gif);
	list-style-type: none;
	line-height: 14px;
	margin-bottom: 12px;
	margin-top: 3px;
}

.contents-cell {
	padding-left: 22px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
}

.contents-blue,
A.contents-blue:Link,
A.contents-blue:Active,
A.contents-blue:Visited 
{
	color: #536878;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
A.contents-blue:Hover 
{
	color: #454545;
}

.contents-orange,
A.contents-orange:Link,
A.contents-orange:Active,
A.contents-orange:Visited 
{
	color: #ff9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration: none;
}

.link-orange,
A.link-orange:Link,
A.link-orange:Active,
A.link-orange:Visited 
{
	color: #ff9900;
	font-size: x-small;
	text-decoration: none;
}

.quote,
A.quote:Link,
A.quote:Active,
A.quote:Visited 
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
}
A.quote:Hover 
{
	color: #e0f5ff;
	background: none;
}

.list-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #e4ebef; width: 520px;
	line-height: 18px;
}

.list-border {
	width: 520px;
	background-image: url(/img/dot-blue.gif);
	margin-top: 5px;
}

.list-bullet {
list-style-image: url(/img/bullet.gif); 
list-style-position: outside;
padding-left: 25px;
}