/************************************/
/* HTML JGA styles                  */
/************************************/

body {
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	}
	
div#container {
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	}

/************************************/
/*   Lettering
/************************************/

h1 {
	color: #000066;
	font-family:Arial, Helvetica, sans-serif;
	font-size:42px;
	width: auto;
	height: auto;
	line-height:120%;
}

h2 {
	color: #307295;
	font-family:"Courier New", Courier, mono;
	font-size:36px;
	font-weight: bold;
	text-decoration: blink;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	color: #000066;
	font-size:24px;
	font-weight: bold;
	line-height:30px;
}
h4 {
	color: #9370DB;
	font-size:30px;
	font-weight: bold;
	line-height:30px;
}
h5 {
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
h6 {
	color: #000066;
	font-size:16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-style: double;
	border-bottom-color: #307295;
	border-bottom-width: 5px;
	margin-top:20px;
	padding-bottom:5px;
}
.bule12 {
	color: #000066;
	font-size:12px;
	font-weight: bold;
	line-height:17px;
}
.red12 {
	color: #ff0099;
	font-size:12px;
	font-weight: bold;
	line-height:17px;
}
.bold14 {
	color: #000066;
	font-size:14px;
	font-weight: bold;
	line-height:20px;
}
.red14 {
	color: #ff0099;
	font-size:14px;
	font-weight: bold;
	line-height:20px;
}

.red18 {
	color: #ff0099;
	font-size:18px;
	font-weight: bold;
}

div#Description {
	position:absolute;
	top:-10px;
	left:0px;
	width:100%;
	height:24px;
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-size:1px;
	background-color: #FFFFFF;
	text-align: left;
}

p {
	color: #000066;
	font-size:14px;
	line-height:24px;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 5px;
}

/************************************/
/*   Link
/************************************/

a:link, a:visited {
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:active {
	font-size: 12px;
	color: #00FFFF;
	text-decoration: underline;
	position: relative;
	right: -1px;
	bottom: -1px;
}
a:hover {
	font-size: 12px;
	text-decoration: underline;
  	color: #000099;
}

.torikeshi {
	text-decoration: line-through;
}

#linkbox a:link, #linkbox a:visited {
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:underline;
}

#linkbox a:active {
	font-size: 14px;
	color:#307295;
	font-weight:bold;
	text-decoration: underline;
	position: relative;
	right: -1px;
	bottom: -1px;
}

#linkbox a:hover {
	font-size: 14px;
	font-weight:bold;
	color:#00FFFF;
	text-decoration:underline;
}

.bgblue {
	background-color:#307295;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	}

.bggray {
	background-color:#E5E5E5;
	color:#000066;
	font-size:12px;
}

/************************************/
/* List Tags                        */
/************************************/

ul{
	list-style-type: square;
	text-indent:2px;
	padding-left:20px;
	margin-left:0px;
}

ul ul{
	list-style-type: disc;
	text-indent:4px;
}

ul ul ul{
	list-style: upper-roman;
	text-indent:6px;
}

#linkbox li {
/*	list-style-image:url(../img/icon_hosi3.gif); */
	line-height:24px;
	margin-top:20px;
	margin-left:5px;
	list-style-type: square;
}

#main li {
	list-style-image: url(../img/m_button.gif);
	list-style-position:5px;
	text-indent:0px;
	line-height:24px;
	margin-top:10px;
	margin-left:10px;
}

/************************************/
/* Form and related Tags            */
/************************************/  
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
form {
	margin-top : 1px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 1px;
	font-size: 12px;
}	
.bo {
	height: 20px;
	background-color: #003366;
	color: #B6C4EB;
	border: #85B9E9;
	cursor : hand;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space: pre;
}

