/* Elements */
object {
    display: none;
}
body {
    background: #FFF;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #000;
    text-align: justify;
    margin: 0px;
    padding: 0px;
}
a, a:link, a:visited, a:active {
    font-weight: bold;
    color: #B20030;
    text-decoration: none;
}
a:hover {
	text-decoration : underline;
}
img, form, input  {
    margin: 0px;
    padding: 0px;
    border: none;
}
h2 {
    margin: 10px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
}
p {
    margin: 10px;
    padding: 0px;
}
hr {
    margin: 10px;
    padding: 0px;
    height: 0px;
    border: #000 1px solid;
}
big {
    font-size: 160%;
}
small {
    font-size: 80%;
}
/* Classes */
.xhandheld, .xprint {
    display: block;
}
.xtty, .xscreen {
    display: none;
}
.tab {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    height: 20px;
}
.image01 {
    margin-right: 10px;
    border: #FFF 3px solid;
    float: left;
}
.image02 {
    margin-left: 10px;
    border: #FFF 3px solid;
    float: right;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
}
/* IDs */
#xhandheld, #xprint {
    display: block;
}
#xtty, #xscreen, #intro, #top, #logo, #menu, #image01, #image02, #image03 {
    display: none;
}
#body {
    background: #FFF;
}
#bottom, #popup {
    display: block;
    margin: 10px;
    padding: 0px;
}