html, body { margin:0px; padding:0px; height:100%; }
body { font:12px verdana; color:#000; background:#f93; }
table { border-collapse:collapse; border:0px; border-spacing:0; }
TABLE TH, TABLE TD { font-weight:normal; padding:0px; }
P, FORM, UL, OL, DL, DT, DD, CITE, BLOCKQUOTE  { list-style-type:none; margin:0px; padding:0px;}

A, A:visited, A:link {	COLOR:#000; text-decoration:underline; }
A:hover { text-decoration:none; }
img { border:0px; }

#wrapper { width:100%; min-width:1100px; overflow:hidden; position:relative; height:100%; min-height:616px; }
* html #wrapper { height:expression((document.documentElement.offsetHeight) < 616 ? "616px" : "100%"); width:expression((document.documentElement.offsetWidth) < 1100 ? "1100px" : "100%"); }

#outer { width:1100px; margin:0 auto; position:relative; height:100%; overflow:hidden; }

#top { height:148px; position:relative; }
#top input { font-size:13px; margin:5px 0; width:150px; height:16px; padding-left:5px; }
#top input.submit { background:none; border:0px; width:0px; height:0px; }
#top .top_left { float:left; margin:70px 0 0 30px; }
#top .top_left sup { font-size:12px; }
#top #slogan { position:absolute; top:100px; right:150px; z-index:1;}
#top #top_right { color:#fff; font-size:11px; position:absolute; top:28px; right:125px; z-index:10; }
#top #top_right a { color:#fff; }

#sm { top:425px; left:73px; position:absolute; }
#logo { bottom:-1px; right:100px; position:absolute; }
* html #logo { z-index:-1; }
#logo div { font-size:26px; position:absolute; margin:100px 0 0 78px; }
#ok { position:absolute; bottom:0px; left:-30px; }
#ok2 { position:absolute; bottom:0px; right:-143px; }

.text18 { font-size:18px; }
.text20 { font-size:20px; }
.purple, .purple a { color:#AC208E; }