body { background:#fff; }
body, p, div, form, h1, h2, h3, h4 { margin:0; padding:0; }
input { cursor:pointer; }

a { color:#360; }
a:hover { color:#960; }

body, td, th { font-size:12px; line-height:170%; color:#333; }
.red { color:red; }
.blue { color:#36c; }
.gray { color:#666; font-size:10px; }

.left { float:left; }
.right { float:right; }
.a_right { text-align:right; }
.a_center { text-align:center; }
.clear { clear:both; }

#bottom { margin:50px 0; background:#fff; }
#bottom p { margin-bottom:5px; }
#bottom a { color:#999; }
#bottom a:hover { color:#666; }
#bottom .clear { padding-top:5px; border-top:3px #996 solid; color:#390; text-align:center; }

