/*
** 2014-09-26(SLJ-TY)
*/

body {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:#fff;
	color:#000;

	font-size:90%;
	font-family:Arial,Helvetica;
	line-height:1.25em;
}

a:hover {			/* mouse over link */
	color: #ff0000;
	font-weight:bold;
}
a:link {			/* unvisited link */
	color: #0000ee;
	font-weight:bold;
}
a:visited {			/* visited link */
	color: #551a8b;
	font-weight:bold;
}
a:active {			/* selected link */
	color: #ff8000;
	font-weight:bold;
}

h1 {
	color:#000099;
}

h2 {
/*
	margin-top:1.25em;
	margin-bottom:0.25em;
*/
}

h3 {
}

h4 {
}

ul.no_marker {
	list-style-type:none;
}

table.w100 {
	width:100%;
	border-collapse:collapse;
}

table.w100 th, table.w100 td {
	vertical-align:top;
	border:1px solid #444;
	padding:4px;

	font-size:90%;
	font-family:Arial,Helvetica;
	line-height:1.25em;
}

table.bdr {
	border-collapse:collapse;
}

table.bdr th, table.bdr td {
	vertical-align:top;
	border:1px solid #444;
	padding:4px;

	font-size:90%;
	font-family:Arial,Helvetica;
	line-height:1.25em;
}

table.w100_no_border {
	width:100%;
	border-collapse:collapse;
}

table.w100_no_border th, table.w100_no_border td {
	vertical-align:top;
	border:none;
	padding:4px;

	font-size:90%;
	font-family:Arial,Helvetica;
	line-height:1.25em;
}

table.no_border {
	border-collapse:collapse;
}

table.no_border th, table.no_border td {
	vertical-align:top;
	border:none;
	padding:4px;

	font-size:90%;
	font-family:Arial,Helvetica;
	line-height:1.25em;
}

.logo_url {
	font-size:0.8em;
	font-style:italic;
}


