body {    background: #FFFFFF;    } 

.box_one {    border: 1px solid;    background: #3B4D90;    font-family: Verdana, Arial;    font-weight: normal;    font-size: 9px;    color: #DFDFDF }
.boxtwo {    border: 1px solid;    background: #FE963A;    font-family: Verdana, Arial;    font-weight: normal;    font-size: 9px;    color: #000000 }
.boxthree {    border: 1px solid;    background: #FFFFFF;    font-family: Verdana, Arial;    font-weight: normal;    font-size: 9px;    color: #000000 }
.boxfour {    border: 1px solid;    background: #FFFFFF;    font-family: Verdana, Arial;    font-weight: normal;    font-size: 9px;    color: #DFDFDF }
.box_five {    border: 1px solid;    background: #FFFFFF;    font-family: Verdana, Arial;    font-weight: normal;    font-size: 9px;    color: #000000 }

.era_font    { font-family: Verdana; font-size: 10pt; color: #000000 }

.era_small    { font-family: Verdana; font-size: 8pt; color: #000000 }

.era_head    { font-family: Verdana; font-size: 14pt; color: #000000; font-weight: bold }

.era_small_head    { font-family: Verdana; font-size: 12pt; color: #000000; font-weight: bold }

.era_left_nav    { font-family: Verdana; font-size: 10pt; color: #000000; font-weight: normal }

.ul.disc {list-style-type: disc}
.ul.circle {list-style-type: circle}
.ul.square {list-style-type: square}
.ul.none {list-style-type: none}
.ul.image { list-style-image: url('images/arrow.gif') }

ul.inside 
{
list-style-position: inside; list-style-image: url('images/arrow.gif')
}

ul.outside 
{
list-style-position: outside
}