/* Common */
body {
    font-size: 80%
}

body, td, th, p {
	font-weight: normal;
	font-style: normal;
	font-family: Arial, sans-serif;
	text-align: none;
	vertical-align: none
    margin-top: 0;
    margin-bottom: 0;   
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	vertical-align: none;
	font-family: Arial, sans-serif;
	text-align: none;
	font-style: normal
    margin-top: 0;
    margin-bottom: 0;   
}

h1 {
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
}





td, th {
	vertical-align: top;
	text-align: left;
}

tr.r1 {
    background-color:#000000;
}
tr.r2 {
    background-color:#111111;
}
tr.r3 {
    background-color:#000022;
}

/* Color and font */
body {
	background-color: #000000;
	color: #99EEFF;
}

hr {
	color: #000055;
/*		color: #11AAFF;*/
}

img {
    border-width: 0;
    vertical-align:middle;
}

a:link {
	color: #0077FF;
}
a:active {
	color: #00FFFF;
}
a:visited {
    color: #8899BB;

}
a:hover {
	color: #FFFFFF;
	/*	text-decoration: none; */

}

A:link.photo IMG {
 border: 2px solid #000000
}

A:visited.photo IMG {
 border: 2px solid #000000
}

A:active.photo IMG {
 border: 2px solid #000000
}

A:hover.photo IMG {
 border: 2px solid #FFFFFF
}

strong {
    font-style: normal;
    font-weight: bold;
}

em {
    font-style: normal;
    font-weight: normal;
    color: #FF99FF;
}

em.spn {
    font-style: italic;
    font-weight: normal;
	color: #99EEFF;
}

em.photo_n {
    font-style: normal;
    font-weight: normal;
    background-color:#000080;
    color:#FFFFFF;
}

ul {
    list-style-image: url(image/mk_sq_blue.gif);
    vertical-align: middle;
    margin-top: 0.5em;
    margin-bottom: 0.5em;   
}

/*
ul.navi li {
    width 110px;
    float: left;
    text-align: center;
    border: 1px solid #00FFFF;
}

ul.navi li a {
    display: block;
    width 100px;
    padding: 5px;
    text-decoration: none;
    background-color: #000033;
    color: #FFFFFF;
}

ul.navi li a:hover {
    background-color: #999999;
}
*/

textarea, input {
	font-family: Arial, sans-serif;
    border-width: 1px;
    border-style: solid;
	border-color: #11AAFF;
	background-color: #222222;
	color: #FFFFFF;
}