/* Body characteristics */
body {  
      background: #ffffff;
      color : #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 9pt;
	}

/* Link characteristics */
a:link, a:visited, a:active	{
color: #800000;
background: transparent;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
}
a:hover	{
color: #aaab9c;
background: transparent;
text-decoration: underline;
}

/* Link characteristics default page*/
a:link.defstyle, a:visited.defstyle, a:active.defstyle	{
color: #800000;
background: transparent;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
}
a:hover.defstyle {
color: #aaab9c;
background: transparent;
text-decoration: underline;
}

/* Link characteristics footer*/
a:link.footerstyle, a:visited.footerstyle, a:active.footerstyle	{
color: #FFFFFF;
background: transparent;
font-weight: normal;
font-size: xx-small;
text-decoration: underline;
}
a:hover.footerstyle {
color: #aaab9c;
background: transparent;
font-size: xx-small;
text-decoration: underline;
}


/* Link characteristics for menustyle medium*/
a:link.menustyle,a:visited.menustyle,a:active.menustyle
  {
      font-weight : normal;
      font-size : normal;
      color:#800000;
      text-decoration: none
	}

a:hover.menustyle {
	color:#aaab9c;
      font-size : normal;
	text-decoration: underline
	}

/* Link characteristics for menustyle normal*/
a:link.menustylesm,a:visited.menustylesm,a:active.menustylesm
  {
      font-weight : normal;
      color:#800000;
      text-decoration: none
	}

a:hover.menustylesm {
      color:#aaab9c;
      text-decoration: underline
	}

/* Link characteristics for mlinkstyle*/
a:link.mlinkstyle, a:visited.mlinkstyle, a:active.mlinkstyle 
{
        font-weight : bold;
	color:#800000;
	text-decoration: none
	}


a:hover.mlinkstyle {
	color:#aaab9c;
	text-decoration: underline
	}



/* H-characteristics */

h1 {font-family: Verdana , Arial, sans-serif;}
h2 {font-family: Verdana , Arial, sans-serif;}
h3 {font-family: Verdana , Arial, sans-serif;}
h4 {font-family: Verdana , Arial, sans-serif;}
h5 {font-family: Verdana , Arial, sans-serif;}
h6 {font-family: Verdana , Arial, sans-serif;}

/* P-characteristics */
p {
	font-weight : normal;
	font-family: Verdana, Arial, sans-serif;
        }

p.linkstyle {
	font-family: Verdana, sans-serif;
	font-size:x-small;
	font-weight:normal;
	color: #333333;

	}



p.head {
	font-weight: bold;
	font-size:	10pt;
	font-family: Verdana , Arial, sans-serif;
	}

/* IMG-characteristics */
img {
	margin: 0.5em;
	} 

/* LIST-characteristics */
ul {
	font-weight:normal;
	font-family: Verdana , Arial, sans-serif;
	}

li {
	font-weight: normal;
	font-family: Verdana , Arial, sans-serif;
        }

/* Table-characteristics */

table.borderlrtb {
 padding-left: 2pt;
 border: 1px solid #aaab9c;
 background-color:#F5DEB3;

}

td.menustyle {
	font-family: "Comic Sans MS";
	font-size:large;
	font-weight:bold;
	color:#0000FF
	}

td.menustyleact {
	font-family: Verdana, sans-serif;
	font-size:large;
	font-weight:bold; 
	color:silver;
	}
td {
      font-family: Verdana, Arial, Helvetica, sans-serif ;
      font-size: 9pt;
}

.header {
	font-family: "Comic Sans MS";
	color: #0000FF;
	font-size: 18px;
	font-weight: bold;

}

td.vet {
 font-size: 11pt;
 font-weight:bold ;
 text-align:center;
 }
td.label {
 font-weight:bold ;
 text-align:left;
 }
 
 td.labelr {
 font-weight:bold ;
 text-align:right;
 }
 td.normal {
 font-weight:normal ;
 vertical-align:top;
 text-align:left;
 }
td.solidb {	
	vertical-align:top ;
	font-weight:normal ;
	border-style:solid; 
	border-width:1px; 
	border-color:#f0e7d7;
}

td.borderlr {
 padding-left: 5pt;
 border-left: 1px solid #aaab9c;
 border-right: 1px solid #aaab9c;
}

td.borderlrtb {
 padding-left: 2pt;
 border: 1px solid #aaab9c;
 background-color:#F5DEB3;

}

td.borderl {
 padding-left: 5pt;
 border-left: 1px solid #aaab9c;

}

td.borderr {
 padding-right: 5px;
 border-right: 1px solid #aaab9c;

}

td.bordero {
 padding-bottom: 5pt;
 border-bottom: 1px solid #aaab9c;
}


td.fontsm {
      font-size: x-small;
}

#preamble p:first-letter 	{
color: #800000;
background: transparent;
font-size: 18px;
font-weight: bold;
vertical-align: baseline;
}

#nocaph p:first-letter 	{
color: #000000;
background: transparent;
font-weight: normal;
font-size:xx-small;
vertical-align: baseline;
}

#nocap p:first-letter 	{
color: #000000;
background: transparent;
font-weight: normal;
vertical-align: baseline;
}


img.border {
margin:1em;
border-right: 6px double #800000 ;
border-bottom: 6px double #800000;
}
