@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.page { width:1000px; height:100%; padding:0; border:1px solid #006600; }
a { text-decoration:none; border-bottom:#006600 1px dotted; color:#006600;  }
a:hover { border-bottom:#00cc00 1px dotted; color:#00CC00; }

.dots-y { background:repeat-y; }
.dots-x { background:repeat-x; background-position:center; }

h3 { color:#006600; }

.dyn_tab { color:#006600; background-color:#BFFFBF; font-weight:bold; padding:5px;}
