﻿body {
    background-color:#333333;
    background-image:url(stripe.png);
    background-repeat:repeat ;
    background-position:0 1px;
    font-size:11px;
    font-family: "lucida sans unicode",Tahoma,Verdana,Arial;
    color:#000;
    text-align:left;
}
a, a:visited, a:hover, a:active {
    color:#000;
    text-decoration:none;
    cursor:url;
}
a:hover {
    color:#004489;
    cursor:hand;
}
.pad10 { padding:10px; }
.pad20 { padding:20px; }
.margin10 { margin:10px; }
.pad5 { padding:5px; }
.margin5 { margin:5px; }
.pad15 { padding:15px; }
.margin15 {margin:15px; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }
.hidden { display:none; }
.block { display:block; }
.border-left { border-left:1px dotted #000; }
.border-right { border-right: 1px dotted #000; }
.line-onehalf { line-height:1.5em; }
.text-left { text-align:left; }


