/*                                                                           */
/*   Cascading Style Sheet Definition Media "Screen"                         */
/*                                                                           */

body    { margin:0px; }

p,td,dl,ul,ol,li,dd,dt,small,big,h1,h2,h3
     { font-family: Arial, Verdana, Helvetica, sans-serif; }

p,td,dl,ul,ol,dd,dt { font-size:12px; line-height:14px; }
h1 { font-size:18px; line-height:20px; color: #F6DC00; }
h2 { font-size:16px; line-height:18px; color: #F6DC00; }
h2 { font-size:14px; line-height:16px; color: #F6DC00; }

li,small { font-size: 10px; line-height:12px; }
big 	{ font-size: 16px; line-height:18px; }

/* ul { margin-left: 5px; } */
/* li { list-style-position:outside;  } */

/* a { text-decoration: none; } */

.alert { color: #BE182C; }
.hl { color: #ffffff; }
.y { color: #F6DC00; }
.hllink { font-size:11px; line-height:13px; color: #ffffff; text-decoration: underline; }
.ilink { text-decoration: none; }

A.navi_bot {
    background: #eeeeee;
    color: #000000;
    text-decoration: none;
    font: 10px Arial, Helvetica, Verdana, sans-serif; 
}
A.navi_bot:hover {
    background: #333333;
    color: #ffffff;
    text-decoration: none;
    font: 10px Arial, Helvetica, Verdana, sans-serif;
}
table.navi_bot {
	border-color: #333;
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}
td.navi_bot {
    background: #eeeeee;
    color: #000000;
    text-decoration: none;
    font: 10px Arial, Helvetica, Verdana, sans-serif; 
}

