@charset "utf-8";

/* CSS Document */
/* Begin Master CSS */
body
{
   color:#3300CC;
   background-color:#FFFFCC;
   font-family:"Arial Unicode MS", Tahoma, sans-serif;
   font-size:14pt;
   letter-spacing: normal;
   word-spacing: normal;
   white-space: normal;
   margin:0;
   padding:0;
}

.cap
{
   width:60%;
   text-align:center;
   font-size:80%;
   margin-left:auto;
   margin-right:auto;
}

.box {
width:60%;
margin-left:auto;
margin-right:auto;
text-align:center; 
color:darkblue;
border:3px;
border-color:navy;
border-style:double;
}

.center
{
text-align:center;
}

div.captcha
{
   width:300px;
   margin-right:auto;
   margin-left:auto;
   text-align:center;
}

.hidden
{
   display:none;
   margin-left:40%;
}

.red { color:red; }

.black { color:black; }

.blue { color:blue; }

.silver { color:silver; }

.footer
{
   text-align: center;
   vertical-align:middle;
   margin:0;
   padding:0;
}

.footer img
{
   border-collapse:collapse;
   border-style:none;
   margin-left:1em;
   margin-right:1em;
   vertical-align:bottom;
}

a:link
{
   color:black;
   font-style: normal;
   text-decoration: none;
   border:none;
}

a:visited
{
   color: black;
   font-style: normal;
   text-decoration: none;
   border:none;
}

a:hover
{
   color: red;
   font-style: normal;
   text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 { text-align:center; }

h1 { font-size:250%; }

h2 { font-size: 200%; }

h3 { font-size:100%; }

h4 { font-size:75% }

h5 { font-size:65% }

h6 { font-size:50% }

.host
{
   color:#0099FF;
   text-align:center;
   font-size:10px;
   background-color:#000099;
}

.title
{
   text-align:center;
   font-weight:bold;
}

.menu
{
   border:none;
   background:#fff;
   padding:1em;
   margin:5%;
}

.main
{
   padding:1em;
   margin:5%;
   border-width:medium;
   background:#fff;
   border-color:#666666;
   border-style:outset;
}

.inner
{
   border-width:thin;
   width:100%;
}

th,
td { text-align:left; }

img { border:none; }

table.quote
{
   width:40%;
   margin-left:auto;
   margin-right:auto;
}

.td1 { width:30%; }

.td2 { width:70%; }

.text { text-align:left; }

input.field
{
   color:black;
   background-color:#FFFF99;
}

caption
{
   font-size:200%;
   color:#3300FF;
}

