body {
   color: #333333;
   background: url("/images/stripes.gif") #006699; /* blue-like:#006699 */
   background-repeat: repeat;
   margin-left: 0;
   margin-top: 0;
}

body, td, p, div, ul {
   font-family: Arial,Helvetica,Lucida,Sans-Serif;
   font-size: 10pt;
}

a {
   text-decoration: none;
}

a:link {
   color: #006699;
}

a:visited {
   color: #999999;
}

a:active {
   color: Gray;
}

a:hover {
   color: #51716E;
   text-decoration: underline;
}

.main-nav {
   background: #628C8B; /* teal:#008080 #628C8B */
}

.main-nav a:link {
   color: #fcfaeb;
   font: bold;
}

.main-nav a:visited {
   color: #fcfaeb;
   font: bold;
}

.main-nav a:hover {
   color: #EBDFC2;
   font: bold;
   text-decoration: none;
}

.nav-shadow {
   background: #51716E;
}

.heading    {
   font-size: 11pt;
   font-family: Arial,Helvetica,Lucida,Sans-Serif;
   font: bold;
   color: #333333;
}

.column-heading    {
   font-size: 10pt;
   font-family: Arial,Helvetica,Lucida,Sans-Serif;
   font: bold;
   color: #333333;
}

.left-content-area {
   background: #EFE6CF;
   color: #333333;
}

.right-content-area {
   background: #EBDFC2;
   color: #333333;
}

.content-area {
   background: #fcfaeb;
}

legend {
   background: #EFE6CF;
   font-size: 11pt;
   font-family: Arial,Helvetica,Lucida,Sans-Serif;
   font: bold;
   color: #333333;
}



.msg {
   font: 9pt Arial,Helvetica,Lucida,Sans-Serif;
   border-left: solid;
   border-left-width: thin;
   border-right: none;
   border-top: none;
   border-bottom: none;
   background: #FFFF99;
   padding-left: 0.5em;
   width: 300;
}

img {
   float: left;
}

.space {
   letter-spacing: 0.3em;
}

.small    {
   font-size: 8pt;
   font-family: Arial, Helvetica, sans-serif;
}

.medium   {
   font-size: 9pt;
   font-family: Arial,Helvetica,Lucida,Sans-Serif;
}

.large    {
   font-size: 12pt;
   font-family: Arial,Helvetica,Lucida,Sans-Serif;
}

.xlarge    {
   font-size: 14pt;
   font-family: Arial,Helvetica,Lucida,Sans-Serif;
}

