/*global style sheet for sandbag*/

img,:link img,:visited img {
    border:none;
    text-decoration: none;
}
/*This was for adminfiles blog and newsletter, which is now hardcoded into adminfiles template. not great but the only way that newsletters render correctly*/

/*img.right {*/
/*    float: right;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    padding-left: 15px;*/
/*}*/
/*img.left {*/
/*    float: left;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*    padding-right: 15px;*/
/*}*/

a.blacktext:link, a.blacktext:active, a.blacktext:visited {
  color: #000000;
}

a.blacktext:hover {
  color: #000000;
}

a:link, a:active, a:visited {
    color: #FFCC00;
    text-decoration: none;
    border:none;
}
a:hover {
    color: #FFCC00;
    border:none;
    text-decoration: underline;
    cursor: pointer;
}
.fakelink {
    text-decoration: none;
    cursor: pointer;
}
.fakelink:hover {
    text-decoration: underline;
    cursor: pointer;
}
.fakelinkimage:hover {
    cursor: pointer;
}
.blacktext {
    color: #000000;
}
.browntext {
    color: #CC6600;
}
.redtext {
    color: #990000;
}
.purpletext {
    color: #7d26a8;
}
.bluetext {
    color: #0b164a;
}
.sandbagbluetext {
    color: #69839e;
}
.lightbluetext {
    color: #3333FF;
}
.greentext {
    color: #339900;
}
.greytext {
    color: #333333;
}
.lightgreytext {
    color: #999999;
}
.whitetext {
    color: #ffffff;
}
.orangetext {
    color: #ff9933;
}
.yellowtext {
    color: #FFCC00;
}
.darkgreybackground {
    background-color: #333333;
}
.greybackground {
    background-color: #666666;
}
.lightergreybackground {
    background-color: #E9E9E9;
}
.whitebackground {
    background-color: #ffffff;
}
.transparency {
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.lightgreybackground {
    background-color: #999999;
}
.lightorangebackground {
    background-color: #FFFFCC;
}
.beigebackground {
    background-color: #FFCC99;
}
.linknounderline {
    cursor: pointer;
}
.linknounderline:hover {
    text-decoration:none;
    cursor: pointer;
}
.anchor_nolink {
    cursor: auto;
}
.anchor_nolink:hover {
    text-decoration:none;
    cursor: auto;
}
.link_grey_underline {
    color: #333333;
    cursor: pointer;
}
.link_grey_underline:hover {
    color: #333333;
    text-decoration:underline;
    cursor: pointer;
}
.link_black_underline {
    color: #000000;
    cursor: pointer;
}
.link_black_underline:hover {
    color: #000000;
    text-decoration:underline;
    cursor: pointer;
}
.link_red_underline {
    color: #990000;
    cursor: pointer;
}
.link_red_underline:hover {
    color: #990000;
    text-decoration:underline;
    cursor: pointer;
}
.link_green_underline {
    color: #339900;
    cursor: pointer;
}
.link_green_underline:hover {
    color: #339900;
    text-decoration:underline;
    cursor: pointer;
}
.link_orange_underline {
    color: #ff9933;
    cursor: pointer;
}
.link_orange_underline:hover {
    color: #ff9933;
    text-decoration:underline;
    cursor: pointer;
}
.link_white_underline {
    color: #ffffff;
    cursor: pointer;
}
.link_white_underline:hover {
    color: #ffffff;
    text-decoration:underline;
    cursor: pointer;
}
/* Text sizes and styles */
.arial_font {
    font-family: Arial, sans-serif;
}
.ten_px {
    font-size: 77%;
}
.eleven_px {
    font-size: 85%;
}
.twelve_px{
    font-size: 93%;
}
.fourteen_px {
    font-size: 108%;
}
.fifteen_px {
    font-size: 116%;
}
.sixteen_px {
    font-size: 123.1%;
}
.seventeen_px {
    font-size: 131%;
}
.eighteen_px {
    font-size: 138.5%;
}
.nineteen_px {
    font-size: 146.5%;
}
.twenty_px {
    font-size: 153.9%;
}
.twentyone_px {
    font-size: 161.6%;
}
.twentytwo_px {
    font-size: 167%;
}
.twentythree_px {
    font-size: 177.1%;
}
.twentyfive_px {
    font-size: 192.5%;
}
.twentyeight_px {
    font-size: 215.6%;
}
.thirty_px {
    font-size: 231%;
}
.fourty_px {
    font-size: 308%;
}
.text_80percent {
    font-size: 80%;
}
.tenpercent_letter_spacing {
    letter-spacing: 0.1em;
}
.normal {
    font-weight: normal;
}
.bolder {
    font-weight: bolder;
}
.italics {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.textalignright {
    text-align: right;
}
/* Alignment and display classes */
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.clearboth {
    clear: both;
}
.clearright {
    clear: right;
}
.clearleft {
    clear: left;
}
.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}
.alignleft {
    text-align: left;
}
.objaligncenter {
    margin-left:auto; margin-right:auto;
}
.vertalignbottom {
    vertical-align: bottom;
}
.vertaligntop {
    vertical-align: top;
}
.vertalignmiddle {
    vertical-align: middle;
}
.dontdisplay {
    display: none;
}
.displayinline {
    display: inline;
}
.displayblock {
    display: block;
}
.overflow_scroll {
    overflow: scroll;
}
.overflow_auto {
    overflow: auto;
}
.overflow_hidden {
    overflow: hidden;
}
.onehalf_lineheight {
    line-height: 150%;
}
.noborder {
    border: none;
    border-color: none;
}
.yellowborderleft {
    border-left: solid #ff9933;
}
.yellowborderright {
    border-right: solid #ff9933;
}
.brownborderleft {
    border-left: solid #cc6600 5px;
}
.orangeborderbottom {
    border-bottom: solid 1px #CC6600;
}
.lightgreyborder {
    border: solid 1px #999999;
}
.lightgreyborderbottom {
    border-bottom: solid 1px #999999;
}
.greyborder {
    border: solid 1px #333333;
}
.greyborderbottom {
    border-bottom: solid 3px #999999;
}
.greybordertop {
    border-top: solid 3px #999999;
}
.greyborderright {
    border-right: solid 1px #333333;
}
.greydottedborderbottom {
    border-bottom: dotted 1px #333333;
}
.whiteborderbottom {
    border-bottom: solid 3px #ffffff;
}
.whiteborder {
    border: solid 3px #ffffff;
}
.blueborderbottom {
    border-bottom: solid 2px #6699CC;
    /*this fixes a very weird IE bug where the border is displayed on top instead of bottom*/
    display: inline-block\9;
    vertical-align: bottom\9;
}
.bluebordertop {
    border-top: solid 2px #6699CC;
}
.table_borders {
    border: solid 2px #666666;
}
.table_borders tr {
    border: solid 2px #666666;
}
.table_borders td {
    border: solid 2px #666666;
    padding:5px;
}
.table_borders th {
    border: solid 2px #666666;
    padding:5px;
}
/*this rounds corners using css 3, currently doesnt work with IE*/
.roundcorners {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.roundcorners_9px_white {
    border:1px solid #ffffff;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
.roundbox {
    border-top:1px solid #CCCCCC;
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.roundbox_not_top {
    border-bottom:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.roundbox_top {
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-topleft: 9px;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-top-left-radius: 9px;
}
.roundbox_bottom {
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -webkit-border-bottom-left-radius: 9px;
}

/*margins, padding, width and height */
.fivepx_margin {
    margin: 0.39em;
    *margin: 0.38em;
}
.fivepx_sidemargin {
    margin-left: 0.39em;
    *margin-left: 0.38em;
    margin-right: 0.39em;
    *margin-right: 0.38em;
}
.tenpx_sidemargin {
    margin-left: 0.77em;
    *margin-left: 0.75em;
    margin-right: 0.77em;
    *margin-right: 0.75em;
}
.negtenpx_margintop {
    margin-top:-0.77em;
    *margin-top:-0.75em;
}
.negfivepx_margintop {
    margin-top:-0.39em;
    *margin-top:-0.38em;
}
.negthreepx_margintop {
    margin-top: -0.23em;
    *margin-top: -0.23em;
}
.threepx_margintop {
    margin-top: 0.23em;
    *margin-top: 0.23em;
}
.fivepx_margintop {
    margin-top: 0.39em;
    *margin-top: 0.38em;
}
.eightpx_margintop {
    margin-top: 0.62em;
    *margin-top: 0.6em;
}
.tenpx_margintop {
    margin-top: 0.77em;
    *margin-top: 0.75em;
}
.fifteenpx_margintop {
    margin-top: 1.15em;
    *margin-top: 1.13em;
}
.seventeenpx_margintop {
    margin-top: 1.30em;
    *margin-top: 1.28em;
}
.twentypx_margintop {
    margin-top: 1.54em;
    *margin-top: 1.50em;
}
.twentytwopx_margintop {
    margin-top: 1.69em;
    *margin-top: 1.65em;
}
.twentyfivepx_margintop {
    margin-top: 1.92em;
    *margin-top: 1.88em;
}
.thirtypx_margintop {
    margin-top: 2.31em;
    *margin-top: 2.25em;
}
.fourtypx_margintop {
    margin-top: 3.08em;
    *margin-top: 3.00em;
}
.fiftypx_margintop {
    margin-top: 3.85em;
    *margin-top: 3.75em;
}
.sixtypx_margintop {
    margin-top: 4.62em;
    *margin-top: 4.50em;
}
.seventypx_margintop {
    margin-top: 5.38em;
    *margin-top: 5.25em;
}
.eightypx_margintop {
    margin-top: 6.15em;
    *margin-top: 6em;
}
.ninetypx_margintop {
    margin-top: 6.92em;
    *margin-top: 6.75em;
}
.hundredpx_margintop {
    margin-top: 7.70em;
    *margin-top: 7.50em;
}
.hundredandfiftypx_margintop {
    margin-top: 11.54em;
    *margin-top: 11.25em;
}
.hundredandsixtypx_margintop {
    margin-top: 12.31em;
    *margin-top: 12.00em;
}
.hundredandseventyfivepx_margintop {
    margin-top: 13.46em;
    *margin-top: 13.13em;
}
.twohundredandtenpx_margintop {
    margin-top: 16.15em;
    *margin-top: 15.75em;
}
.twohundredandtwentypx_margintop {
    margin-top: 16.92em;
    *margin-top: 16.5em;
}
.negfivepx_marginbottom {
    margin-bottom:-0.39em;
    *margin-bottom:-0.38em;
}
.zero_marginbottom {
    margin-bottom: 0em;
}
.fivepx_marginbottom {
    margin-bottom:0.39em;
    *margin-bottom:0.38em;
}
.tenpx_marginbottom {
    margin-bottom: 0.77em;
    *margin-bottom: 0.75em;
}
.twelvepx_marginbottom {
    margin-bottom: 0.92em;
    *margin-bottom: 0.9em;
}
.fifteenpx_marginbottom {
    margin-bottom: 1.15em;
    *margin-bottom: 1.13em;
}
.twentypx_marginbottom {
    margin-bottom: 1.54em;
    *margin-bottom: 1.50em;
}
.thirtypx_marginbottom {
    margin-bottom: 2.31em;
    *margin-bottom: 2.25em;
}
.fortypx_marginbottom{
   margin-bottom:3.08em;
   *margin-bottom: 3.00em;
}
.onepx_marginright {
    margin-right: 0.1em;
}
.fivepx_marginright {
    margin-right: 0.39em;
    *margin-right: 0.38em;
}
.tenpx_marginright {
    margin-right: 0.77em;
    *margin-right: 0.75em;
}
.fifteenpx_marginright {
    margin-right: 1.15em;
    *margin-right: 1.13em;
}
.twentypx_marginright {
    margin-right: 1.54em;
    *margin-right: 1.50em;
}
.twentysevenpx_marginright {
    margin-right: 2.08em;
    *margin-right: 2.03em;
}
.thirtypx_marginright {
    margin-right: 2.31em;
    *margin-right: 2.25em;
}
.fourtypx_marginright {
    margin-right: 3.08em;
    *margin-right: 3.00em;
}
.fiftypx_marginright {
    margin-right: 3.85em;
    *margin-right: 3.75em;
}
.eightypx_marginright {
    margin-right: 6.15em;
    *margin-right: 6.0em;
}
.fivepx_marginleft {
    margin-left: 0.39em;
    *margin-left: 0.38em;
}
.tenpx_marginleft {
    margin-left: 0.77em;
    *margin-left: 0.75em;
}
.thirteenpx_marginleft {
    margin-left: 1em;
    *margin-left: 0.98em;
}
.fifteenpx_marginleft {
    margin-left: 1.15em;
    *margin-left: 1.13em;
    _margin-left: 0.5em;
}
.twentypx_marginleft {
    margin-left: 1.54em;
    *margin-left: 1.50em;
}
.thirtypx_marginleft {
    margin-left: 2.31em;
    *margin-left: 2.25em;
}
.fourtypx_marginleft {
    margin-left: 3.08em;
    *margin-left: 3.00em;
}
.fiftypx_marginleft {
    margin-left: 3.85em;
    *margin-left: 3.75em;
}
.sixtypx_marginleft {
    margin-left: 4.62em;
    *margin-left: 4.5em;
}
.eightypx_marginleft {
    margin-left: 6.15em;
    *margin-left: 6.0em;
}
.hundredandtenpx_marginleft {
    margin-left: 8.46em;
    *margin-left: 8.25em;
}
.hundredandtwentypx_marginleft {
    margin-left: 9.23em;
    *margin-left: 9.00em;
}
.fivepx_padding {
    padding: 0.39em;
    *padding: 0.38em;
}
.tenpx_padding {
    padding: 0.77em;
    *padding: 0.75em;
}
.twentypx_padding {
    padding: 1.54em;
    *padding: 1.50em;
}
.twopx_sidepadding {
    padding-left: 0.15em;
    padding-right: 0.15em;
}
.fivepx_sidepadding {
    padding-left: 0.39em;
    padding-right: 0.39em;
    *padding-left: 0.38em;
    *padding-right: 0.38em;
}
.tenpx_sidepadding {
    padding-left: 0.77em;
    padding-right: 0.77em;
    *padding-left: 0.75em;
    *padding-right: 0.75em;
}
.tenpx_verticalpadding {
    padding-top: 0.77em;
    padding-bottom: 0.77em;
    *padding-top: 0.75em;
    *padding-bottom: 0.75em;
}
.fifteenpx_verticalpadding {
    padding-top: 1.15em;
    padding-bottom: 1.15em;
    *padding-top: 1.13em;
    *padding-bottom: 1.13em;
}
.twentypx_sidepadding {
    padding-left: 1.54em;
    padding-right: 1.54em;
    *padding-left: 1.50em;
    *padding-right: 1.50em;
}
.twentypx_horizontalpadding {
    padding-top: 1.54em;
    padding-bottom: 1.54em;
    *padding-top: 1.50em;
    *padding-bottom: 1.50em;
}
.thirtypx_sidepadding {
    padding-left: 2.31em;
    padding-right: 2.31em;
    *padding-left: 2.25em;
    *padding-right: 2.25em;
}
.fivepx_paddingright {
    padding-right: 0.39em;
    *padding-right: 0.38em;
}
.tenpx_paddingright {
    padding-right: 0.77em;
    *padding-right: 0.75em;
}
.fifteenpx_paddingright {
    padding-right: 1.15em;
    *padding-right: 1.13em;
}
.twentypx_paddingright {
    padding-right: 1.54em;
    *padding-right: 1.50em;
}
.fiftypx_paddingright {
    padding-right: 3.85em;
    *padding-right: 3.75em;
}
.fivepx_paddingleft {
    padding-left: 0.39em;
    *padding-left: 0.38em;
}
.tenpx_paddingleft {
    padding-left: 0.77em;
    *padding-left: 0.75em;
}
.fifteenpx_paddingleft {
    padding-left: 1.15em;
    *padding-left: 1.13em;
}
.twentypx_paddingleft {
    padding-left: 1.54em;
    *padding-left: 1.50em;
}
.fiftypx_paddingleft {
    padding-left: 3.85em;
    *padding-left: 3.75em;
}
.threepx_paddingtop {
    padding-top: 0.23em;
    *padding-top: 0.23em;
}
.fivepx_paddingtop {
    padding-top: 0.39em;
    *padding-top: 0.38em;
}
.tenpx_paddingtop {
    padding-top: 0.77em;
    *padding-top: 0.75em;
}
.fifteenpx_paddingtop {
    padding-top: 1.15em;
    *padding-top: 1.13em;
}
.twentypx_paddingtop {
    padding-top: 1.54em;
    *padding-top: 1.50em;
}
.thirtypx_paddingtop {
    padding-top: 2.31em;
    *padding-top: 2.25em;
}
.fourtypx_paddingtop {
    padding-top: 3.08em;
    *padding-top: 3.75em;
}
.fiftypx_paddingtop {
    padding-top: 3.85em;
    *padding-top: 3.85em;
}
.sixtypx_paddingtop {
    padding-top: 4.62em;
    *padding-top: 4.5em;
}
.sixtyfivepx_paddingtop {
    padding-top: 5em;
    *padding-top: 4.88em;
}
.ninetyfivepx_paddingtop {
    padding-top: 7.31em;
    *padding-top: 7.13em;
}
.fivepx_paddingbottom {
    padding-bottom: 0.39em;
    *padding-bottom: 0.38em;
}
.tenpx_paddingbottom {
    padding-bottom: 0.77em;
    *padding-bottom: 0.75em;
}
.twentypx_paddingbottom {
    padding-bottom: 1.54em;
    *padding-bottom: 1.50em;
}
.thirtypx_paddingbottom {
    padding-bottom: 2.31em;
    *padding-bottom: 2.25em;
}
.width_100percent {
    width: 100%;
}
.width_95percent {
    width: 95%;
}
.width_90percent {
    width: 90%;
}
.width_80percent {
    width: 80%;
}
.width_70percent {
    width: 70%;
}
.width_60percent {
    width: 60%;
}
.width_50percent {
    width: 50%;
}
.width_40percent {
    width: 40%;
}
.width_30percent {
    width: 30%;
}
.resize_25percent {
    width: 25%;
    height: 25%;
}
.resize_50percent {
    width: 50%;
    height: 50%;
}
.width_1100px {
    width: 84.61em;
    *width: 82.50em;
}
.width_1000px {
    width: 76.92em;
    *width: 75em;
}
.width_920px {
    width: 70.77em;
    *width: 69em;
    _width: 69em;
}
.width_900px {
    width: 69.23em;
    *width: 70em;
    _width: 70em;
}
.width_700px {
    width: 53.85em;
    *width: 52.50em;
}
.width_630px {
    width: 48.46em;
    *width: 47.25em;
}
.width_600px {
    width: 46.15em;
    *width: 45em;
}
.width_580px {
    width: 44.62em;
    *width: 43.50em;
}
.width_540px {
    width: 41.54em;
    *width: 40.50em;
}
.width_520px {
    width: 40em;
    *width: 39em;
}
.width_500px {
    width: 38.46em;
    *width: 37.5em;
}
.width_480px {
    width: 36.92em;
    *width: 36em;
}
.width_460px {
    width: 35.38em;
    *width: 34.5em;
}
.width_450px {
    width: 34.62em;
    *width: 33.75em;
}
.width_440px {
    width: 33.85em;
    *width: 33em;
}
.width_430px {
    width: 33.08em;
    *width: 30.00em;
}
.width_420px {
    width: 32.31em;
    *width: 31.50em;
}
.width_400px {
    width: 30.77em;
    *width: 30.00em;
}
.width_390px {
    width: 30em;
    *width: 29.25em;
}
.width_380px {
    width: 29.23em;
    *width: 28.5em;
}
.width_360px {
    width: 27.69em;
    *width: 27em;
}
.width_350px {
    width: 26.92em;
    *width: 26.25em;
}
.width_330px{
    width: 25.39em;
    *width: 24.75em;
}
.width_300px{
    width: 23.08em;
    *width: 22.50em;
}
.width_280px {
    width: 21.54em;
    *width: 21.00em;
}
.width_260px {
    width: 20em;
    *width: 19.50em;
}
.width_250px {
    width: 19.23em;
    *width: 18.75em;
}
.width_240px {
    width: 18.46em;
    *width: 18em;
}
.width_230px {
    width: 17.69em;
    *width: 17.25em;
}
.width_225px {
    width: 17.31em;
    *width: 16.88em;
}
.width_220px {
    width: 16.92em;
    *width: 16.5em;
}
.width_210px {
    width: 16.15em;
    *width: 15.75em;
}
.width_200px {
    width: 15.38em;
    *width: 15.00em;
}
.width_190px {
    width: 14.62em;
    *width: 14.25em;
}
.width_180px {
    width: 13.85em;
    *width: 13.50em;
}
.width_170px {
    width: 13.08em;
    *width: 12.75em;
}
.width_155px {
    width: 11.92em;
    *width: 11.63em;
}
.width_150px {
    width: 11.54em;
    *width: 12em;
}
.width_135px {
    width: 10.38em;
    *width: 10.13em;
}
.width_130px {
    width: 10em;
    *width: 9.75em;
}
.width_120px {
    width: 9.23em;
    *width: 9.00em;
}
.width_119px {
    width: 9.15em;
    *width: 8.93em;
}
.width_115px {
    width: 8.85em;
    *width: 8.63em;
}
.width_110px {
    width: 8.46em;
    *width: 8.25em;
}
.width_100px {
    width: 7.69em;
    *width: 7.50em;
}
.width_90px {
    width: 6.92em;
    *width: 6.75em;
}
.width_80px {
    width: 6.15em;
    *width: 6em;
}
.width_70px {
    width: 5.39em;
    *width: 5.25em;
}
.width_50px {
    width: 3.85em;
    *width: 3.75em;
}
.width_25px {
    width: 1.92em;
    *width: 1.88em;
}
.width_10px {
    width: 0.77em;
    *width: 0.75em;
}
.height_90percent {
    height: 90%;
}
.height_92percent {
    height: 92%;
}
.height_100percent {
    height: 100%;
}
.height_5px {
    height: 0.39em;
    *height: 0.38em;
}
.height_10px {
    height: 0.77em;
    *height: 0.75em;
}
.height_15px {
    height: 1.15em;
    *height: 1.13em;
}
.height_20px {
    height: 1.54em;
    *height: 1.50em;
}
.height_25px {
    height: 1.92em;
    *height: 1.88em;
}
.height_34px {
    height: 2.62em;
    *height: 2.55em;
}
.height_40px {
    height: 3.08em;
    *height: 3.00em;
}
.height_50px {
    height: 3.85em;
    *height: 3.75em;
}
.height_60px {
    height: 4.62em;
    *height: 4.5em;
}
.height_65px {
    height: 5em;
    *height: 4.89em;
}
.height_80px {
    height: 6.15em;
    *height: 6.00em;
}
.height_90px {
    height: 6.92em;
    *height: 6.75em;
}
.height_100px {
    height: 7.69em;
    *height: 7.50em;
}
.height_115px {
    height: 8.85em;
    *height: 8.63em;
}
.height_120px {
    height: 9.23em;
    *height: 9em;
}
.height_150px {
    height: 11.54em;
    *height: 11.25em;
}
.height_190px {
    height: 14.62em;
    *height: 14.25em;
}
.height_200px {
    height: 15.38em;
    *height: 15em;
}
.height_235px {
    height: 18.08em;
    *height: 17.63em;
}
.height_260px {
    height: 20.00em;
    *height: 19.50em;
}
.height_280px {
    height: 21.54em;
    *height: 21.00em;
}
.height_300px {
    height: 23.07em;
    *height: 22.5em;
}
.height_320px {
    height: 24.62em;
    *height: 24em;
}
/*list styles*/
.liststyle_disc li{
    list-style: disc;
}
.liststyle_number li {
    list-style-type: decimal;
    list-style-position: inside;
}
.liststyle_inside li{
    list-style-position: inside;
}
.liststyle_indent li{
    list-style-position: inside;
    margin-left: 1.54em;
    *margin-left: 1.50em;
}
.liststyle_outside li{
    list-style-position: outside;
}
.listspacing_10px li{
    margin-top: 10px;
}
.listspacing_20px li{
    margin-top: 20px;
}
.listspacing_5px li{
    margin-top: 5px;
}