body {
        background-color: #ffffff;
	color: #000000;
        font-family: verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}






/* LINKS ------------------------------------------------*/

a{
color: #160F74;
}

a:active{
color: #FC5E34;
}

a:hover {
color: #FC5E34;
}

a.menu{
text-decoration: none;
color: #ffffff;
border: none;
}

a.menu:active{
text-decoration: none;
color: #F0FF05;
}

a.menu:hover {
text-decoration: none;
color: #F0FF05;
}

/* GENERAL ------------------------------------------------*/

img { border: none; }

img.left { padding: 10px; float: left; }
img.right { padding: 10px; float: right; }
img.center { padding: 10px; float: center; }

img.picture {
padding: 0px;
border: #D9D9D9 5px solid;
margin: 0px;
}



p, ul {
color: #000000;
font-size : 1em;
font-family: Verdana, Arial, Tahoma, Helvetica;
line-height : 1.3em;
}

p.contents {
color: #000000;
font-size : 1em;
font-family: Verdana, Arial, Tahoma, Helvetica;
text-align: left;
line-height : 1.3em;
}

ul.submenu {
         list-style-position: outside;
         list-style-image: url('images/arrow.png');
         line-height : 1.6em;
}

ul.subsubmenu {
         list-style-position: outside;
         list-style-image: url('images/subsubarrow.png');
         line-height : 1.6em;
}


.menuheader {
display: block;
width: 100%;
font-size : 15px;
color: #ffffff;
font-family : arial, helvetica, sans-serif;
font-weight : bold;
font-style : normal;
line-height : 20px;
background: #F65B31;
padding: 0pt 0pt 1pt 5px ;
}


.mainheader {
display: block;
background: #FC5E34;
width: 100%;
font-size : 1.3em;
color: #ffffff;
font-family : arial, helvetica, sans-serif;
font-weight : bold;
font-style : normal;
line-height : 110%;
padding: 3px ;
}

.header {
display: block;
background: #F1F1F1;
width: 100%;
font-size : 1.4em;
color: #100D73;
font-family : georgia, arial, helvetica, sans-serif;
font-weight : normal;
font-style : normal;
line-height: 110%;
padding: 3px;
border-bottom: #D9D6CD 1px dotted;
}

.subheader {
display: block;
width: 100%;
font-size : 1.2em;
color: #FC5E34;
font-family : arial, helvetica, sans-serif;
font-weight : normal;
font-style : normal;
margin-bottom: 5px;
margin-top: 5px;
}

.numheader {
font-size : 18px;
color: #100D73;
font-family : georgia, arial, helvetica, sans-serif;
font-weight : normal;
font-style : normal;
line-height : 10x;
}

.sectionheader {
display: block;
background: #BEBDB0;
width: 100%;
font-size : 1.3em;
color: #ffffff;
font-family : arial, helvetica, sans-serif;
font-weight : bold;
font-style : normal;
line-height : 110%;
padding: 3px ;
}



.footer {
font-size : x-small;
color: #959DAA;
font-family : arial, verdana, helvetica, sans-serif;
font-weight : normal;
font-style : normal;
line-height : 10px;
text-align: left;
padding-left: 5px;
padding-top: 5px;
}

.date {
display: block;
width: 100%;
font-size : 20px;
color: #FC5E34;
font-family : georgia, arial, helvetica, sans-serif;
font-weight : normal;
font-style : normal;
line-height: 110%;
padding: 1px;
}

.dateheader {
display: block;
width: 100%;
font-size : 15px;
color: #100D73;
font-family : arial, helvetica, sans-serif;
font-weight : bold;
font-style : normal;
line-height: 110%;
padding: 3px;
border-bottom: #D9D6CD 1px dotted;
}



/* TABLES ------------------------------------------------*/

td {
vertical-align: top;
color: #404040;
font-weight : normal;
font-style : normal;
text-decoration : none;
text-align: justify;
line-height : 150%;
}

td.leftbar {
background: #ffffff;
border-top:    #D9D6CD 2px solid;
border-right:  #BEBDB0 2px solid;
border-bottom: #BEBDB0 2px solid;
border-left:   #D9D6CD 2px solid;
padding: 15pt;
text-align: left;
}

td.rightbar {
background: #ffffff;
border-top:    #D9D6CD 2px solid;
border-right:  #BEBDB0 2px solid;
border-bottom: #BEBDB0 2px solid;
border-left:   #D9D6CD 2px solid;
padding: 15pt;
}

td.frontrightbar {
background: #ffffff;
border-top:    #D9D6CD 2px solid;
border-right:  #BEBDB0 2px solid;
border-bottom: #BEBDB0 2px solid;
border-left:   #D9D6CD 2px solid;
padding: 15pt;
}

td.menu {
color: #ffffff;
background: #F55A31;
vertical-align:top;
padding: 3px;
border-bottom: #7F7D78 1px solid;
border-top: #BBB9B3 1px solid;
}


td.submenu {
color: #ffffff;
background: #9D9B93;
vertical-align:top;
padding: 3px;
border-bottom: #5F5C4F 1px solid;
border-top: #ffffff 1px solid;
}




select, option {
background: #F5F5FF;
color: #404040;
font-size : x-small;
font-family: Verdana, Tahoma, Arial, Helvetica;
font-weight : normal;
font-style : normal;
}

.button {
color: #ffffff;
background: #FC5E34;
font-size : x-small;
font-family: Verdana, Tahoma, Arial, Helvetica;
font-weight : normal;
font-style : normal;
border: 1px;
}

