@import url(./content-gos-min/style.css);

/*base */
* {margin:0;padding:0}
html,body {height:100%}
table {border-collapse:collapse}
div {border:0 dashed red}
img {border:0px}

.clear {height:1px;background-color: #fff}
td {border:0px dotted red;vertical-align:top;}


.content-width {width:980px}

body {font:small sans-serif;font-family:Arial;}
table.page {width:100%;height:100%;min-width:1024px;width:expression(document.body.clientWidth < 1024? "1024px": "100%" );background:url(./images/body-bg.gif) 50% 0% repeat-y;}
table.page td.header {width:100%;background:url(./images/top-line-repeat.gif) 0 0 repeat-x;}

/*links*/
.undecorate a {color:#fff;text-decoration:none;}
.undecorate a:hover {color:#00c40d}
/**/


