/* CSS Document */

body { font-size: 15px; font-family: Arial; color: #000000; text-align: justify; background-color:#C01B21; margin:0px; }
p { font-size: 15px; font-family: Arial; color: #000000; text-align: justify; }
h1 { font-size: 20px; font-family: Arial; color: #FFE600; text-align: left; margin-bottom: 12px;  }
h2 { font-size: 18px; font-family: Arial; color: #000000; text-align: center; margin-bottom: 6px;  }
h3 { font-size: 14px; font-weight: bold; font-family: Arial; color: #000000; }
h4 { font-size: 8px; font-weight: none; font-family: Arial; color: #000000; text-align:left; margin-bottom: 1px;  }
h5 { font-size: 200px; font-family: Arial; color: #000000; text-align: center; margin-bottom: 1px;  }
th { font-size: 13px; font-family: Arial; color: #FFE600; padding: 0px; spacing: 0px; }
td { font-size: 13px; font-family: Arial; color: #FFE600; text-align: justify; line-height: 18px; padding: 0px; spacing: 0px; }
a:link { font-family: Arial; font-weight: bold; color:  #FFE600; text-decoration: none; }
a:visited { font-family: Arial; font-weight: bold; color:  #FFE600; text-decoration: none; }
a:hover { font-family: Arial; font-weight: bold; color:  #FFFF00; text-decoration: none; }
a:active { font-family: Arial; font-weight: bold; color:  #FFFF66; text-decoration: none; }
input { font-family: Arial; font-size: 11px; background-color:#282828; border-color:#646464; color: #e0e0e0}
.link_map { font-family: Arial; font-weight: bold; color: #C01B21; text-decoration: none; }
.link_map:hover { font-family: Arial; font-weight: bold; color:  #C01B21; text-decoration: underline; }

#text
{ color: #FFE600; padding: 0px; spacing: 0px; text-align:justify; }

#plain
{ color: #FFE600; border-left-width:14px; border-right-width:14px; border-top-width:0px; border-bottom-width:0px; border-style: solid; border-color: #FFE600; padding: 0px; spacing: 0px; text-align: justify; }

.order
{ background-color: #C01B21; color: #FFE600; }


div#loader {
position:fixed;
background-color:#000000;
filter:alpha(opacity=60);
opacity:0.60;
-moz-opacity:0.60;
-khtml-opacity:0.60;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
margin:0px;
padding:0px;
left:0px;
top:0px;
width:100%;
height:100%;
z-index:1000;
cursor:wait;
}

div#loader_layer {
position:fixed;
background-color:#C01B21;
border:2px #C01B21 solid;
width:450px;
height:388px;
left:50%;
top:50%;
margin-left:-225px;
margin-top:-190px;
z-index:1020;
}
