@charset "utf-8";
/* CSS Document */


p
{
font-family: trebuchet, helvetica;
font-size: 10pt;
margin-left: 20px;
margin-right: 20px;
color: #404040;
}

li
{
font-family: trebuchet, helvetica;
font-size: 10pt;
margin-left: 15px;
margin-right: 20px;
margin-bottom: 10px;
color: #404040;
}

td
{
font-family: trebuchet, helvetica;
font-size: 14px;
}

H1
{
font-family: trebuchet, helvetica;
font-size: 22px;
font-style: bold;
color: #124774;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

H2
{
font: 18px bold trebuchet, helvetica;
color: #124774;
margin-left: 20px;
margin-right: 20px;
}

H3
{
font: 14px bold trebuchet, helvetica;
margin-left: 20px;
margin-right: 20px;
}

H4
{
font: 12px bold trebuchet, helvetica;
margin-left: 5px;
margin-right: 5px;
}

H5 {
font-family: trebuchet, helvetica;
font-size: 16px;
font-weight: bold;
color: #E50707;
}

/* ####  Footer  #### */

#footer {
font-family: Verdana, Arial;
font-size: 10pt;
color: white;
}

#footer a {
color: white;
text-decoration: none;
}

#footer a:visited {
color: white;
text-decoration: none;
}

#footer a:hover {
color: yellow;
text-decoration: none;
}

/* ####  Header #### */

#header {
font-family: trebuchet, helvetica;
font-size: 14px;
color: #4f81bd;
}

#header a {
color:  #4f81bd;
text-decoration: none;
}

#header a:visited {
color:  #4f81bd;
text-decoration: none;
}

#header a:hover {
color: #124774;
text-decoration: none;
}

/* ####  Alert #### */

#alert-a {
font-family: trebuchet, helvetica;
bgcolor: white;
padding: 10px;
font-size: 14px;
color: #4f81bd;
border:2px solid red;
}

#alert-i {
font-family: trebuchet, helvetica;
bgcolor: white;
padding: 10px;
font-size: 10pt;
color: #404040;
border:1px dotted #4f81bd;
}

/* ####  Links #### */

#links {
font-family: trebuchet, helvetica;
bgcolor: white;
padding: 10px;
font-size: 10pt;
color: #404040;
border:1px dotted #4f81bd;
}

/* ####  Breadcrumb #### */

#breadcrumb {
font-family: trebuchet, helvetica;
font-size: 8pt;
color: #4f81bd;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}

