html, body { height:100%; }
body {
font-family:Verdana,arial,Tahoma;
font-size:.8em; 
color:#222;
margin:0;
padding:0;
background:#fff;
text-align:justify;
}


a { color:#557FFF; }
a:hover { text-decoration:none; }
p, li { margin:2px; color:#555; padding:2px}
ul { padding-left:1em; }
img { border: none; }
.bordered { border:1px solid #aaa; }
h1 { text-align:right; margin:2px; color:#000; font-family:Georgia,Arial,Tahoma; font-size: 3em;}
h3, h5 { margin-bottom:4px; }
textarea { background:#ccc; color:#333; border:1px solid #aaa; }
#content { width:700px; background:#eee; margin-left:auto; margin-right:auto; padding:8px; border-left:10px solid #ccc; border-right:10px solid #ccc; }

.circle /*agl rulekind: base;*/ { width: 35px; }
.circle_spacing /*agl rulekind: base;*/ { width: 358px; }
.ticket /*agl rulekind: base;*/ { background-color: #fff3df; width: 750px; height: auto; }
#main { padding-left:10px; padding-right:10px; font-size:12px; }

#navcontainer ul
{
padding: .2em 0; 
margin: 0;
list-style-type: none;
background-color: #fff3df;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
font-size: 12px;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
font-weight: bold;
background-color: #fff3df;
color: #d21034;
padding: .2em 2em;

}

#navcontainer li a:hover
{
background-color: #369;
color: #fff;
}

#title { text-align: center; padding-top: 10px; color: #d21034; font-size: 26px; font-weight:bold; font-family: Verdana, Arial, Helvetica, sans-serif; width: 100%; }


.f1_table /*agl rulekind: base;*/ { width: 425px; height: 92px; margin-left: 5px; text-align: left: }
.f1_table_td /*agl rulekind: base;*/ { width: 50%; height: 50px; text-align: left: }

.f2_table /*agl rulekind: base;*/ { width: 425px; height: 92px; margin-left: 5px; text-align: left: }
.f2_table_td /*agl rulekind: base;*/ { width: 50%; height: 50px; text-align: left: }

a.ltalk:link { color: red; font-size: 7pt; font-family: Verdana, Tahoma, Arial; font-weight: normal; text-decoration: underline; position: relative; bottom: 4px; }
a.ltalk:active { color: red; font-size: 7pt; font-family: Verdana, Tahoma, Arial; font-weight: normal; text-decoration: underline; position: relative; bottom: 4px; }
a.ltalk:hover { color: red; font-size: 7pt; font-family: Verdana, Tahoma, Arial; font-weight: normal; text-decoration: underline; position: relative; bottom: 4px; }
a.ltalk:visited { color: red; font-size: 7pt; font-family: Verdana, Tahoma, Arial; font-weight: normal; text-decoration: underline; position: relative; bottom: 4px; }

a.pcode:link { color: red; font-weight: normal; text-decoration: underline; }
a.pcode:active { color: red; font-weight: normal; text-decoration: underline; }
a.pcode:hover { color: red; font-weight: normal; text-decoration: underline; }
a.pcode:visited { color: red; font-weight: normal; text-decoration: underline; }


.require { color:#d21034; }
.section { color:#d21034; font-size: 11pt; font-weight: bold; }
.section_note { color:#d21034; font-size: 8pt; }

#included { width: 270px; }

.popper { background-image: url(../images/popper.jpg); background-repeat: no-repeat; }
.sesm { background-image: url(../images/se.jpg); background-repeat: no-repeat; }

.imgtagfont { color:#d21034; font-size: 8pt; }


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/buttons/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/buttons/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

#maintxt { margin-left:10px; margin-right:10px; }