/*CSS for Semantics.colorado.edu */
/*Written by: E. McIntyre, B. Abbott, C. Allen */
/*(c) October 2007. */
/*See License Document: license.txt */

/*Normal Links*/
a:link { text-decoration: none; color: #FFCCFF; }
a:visited { text-decoration: none; color: #CCFFCC;}
a:hover { text-decoration: underline; color: #AAFFAA; }
a:active { text-decoration: underline; color: #FFAAFF; }

/*main Links*/
a.main:link { text-decoration: none; color: #000088; }
a.main:visited { text-decoration: none; color: #0000bb; }
a.main:hover { text-decoration: underline; color: #880000; }
a.main:active { text-decoration: underline; color: #FFFFFF; }

/*List Links*/
a.list:link { text-decoration: none; color: #3333AA; }
a.list:visited { text-decoration: none; color: #3333AA;}
a.list:hover { text-decoration: underline; color: #AA3333; }
a.list:active { text-decoration: underline; color: #AA3333; }



.body {
  background-color: #DDDDAA;
  margin: 0;
  padding: 0;
}

.title {
  font-family: arial, sans-serif;
  font-size: 18pt;
  font-variant: small-caps;
}

.normal {
  font-family: arial;
  font-size: 10pt;
  line-height: 12pt;
}

.small {
  font-family: arial;
  font-size: 8pt;
  line-height: 12pt;
}

.large {
  font-family: arial;
  font-size: 14pt;
  line-height: 18pt;
}

.subtitle {
  font-family: arial;
  font-size: 16pt;
  line-height: 18pt;
}

.box {
  border: 0px solid black;
  margin: 0;
  padding: 0px;
  background-color: #FFFFFF;
}

.tab{
  background-color: #DDDDAA;
  border-top: 1px solid #AAAA88;
  border-left: 1px solid #AAAA88;
  border-right: 1px solid #AAAA88;
  font-family: 'arial','sans-serif';
}

.tabds{
  background-color: #BBBBCC;
  border-top: 1px solid #7777AA;
  border-left: 1px solid #7777AA;
  border-right: 1px solid #7777AA;
  font-family: 'arial','sans-serif';
}

.content{
  background-color: #DDDDAA;
  border-left: 1px solid #AAAA88;
  border-right: 1px solid #AAAA88;
  border-bottom: 1px solid #AAAA88;
  padding: 15px;
}

.texta{
   font-size: 9px;
   margin: 2px;
   background-color: #FFFFDD;
   border: 1px solid #000000;
}

.noborder{
   padding: 0;
   margin: 0;
}


