/* css reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
margin-left:25px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}







body 
{
background-color:#ffffff;
font-size: 0.9em;
font-family: Arial, Helvetica, sans-serif;
color: #1A485F;
}

a.menu
{
font-size: 1.6em;
text-decoration:none;
color: #FFFFFF;
}
a.menu:hover 
{ 
color: #fff; 
}

a.menu-on
{
font-size: 1.6em;
text-decoration:none;
color: #fff;
}
a.menu-on:hover
{ 
color: #FFFFFF; 
}






a.submenu
{
font-size: 1.0em;
text-decoration:none;
color: #fff;
}
a.submenu:hover 
{ 
color: #fff; 
}

a.submenu-on
{
font-size: 1.0em;
text-decoration:none;
color: #fff;
}
a.submenu:hover 
{ 
color: #0055A6; 
}



a.dt
{
text-decoration:none;
color: #fff;
}

a.dt:hover 
{ 
color: #0055A6; 
}

a.one
{
text-decoration:none;
color: #fff;
}

a.one:hover 
{ 
color: #fff; 
}

h1
{
font-size: 1.6em;
}




#logo
{
background:#ffffff ;
border-bottom:0px solid #eeeeee;
color:#4c4c4c;
margin:0px;
overflow:hidden;
padding:5px;
text-align:center;
}

#wrapper
{
margin:0 auto;max-width:600px;min-width:300px
}


#content
{
padding: 0.3em;
background-color:#ffffff;
}

img.link
{
margin-bottom:-0.12em;
}


div.menu
{
text-align: left;

color: #00ADEF;
background-color:#0F3E8E;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
border: 0px solid;
margin:0.1em;
padding: 0.4em;
padding-left: 1.5em;
}
div.submenu
{
text-align: left;
color: #fff;
background-color:#1452BC;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 0px solid;
margin:0.1em;
padding: 0.4em;
padding-left: 1.3em;
}
div.footer
{
color: #fff;
text-align: center;
margin:0.2em;
padding: 0.2em;
font-size: 1.0em;
font-family: Arial, Helvetica, sans-serif;
background-color:#0A2A5F;

-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 0px solid;
}

