body, td {
    font-family: arial;
    font-size: 11px;
    color: #0066CC;
}

.pad {
    padding-top: 5px;
    padding-bottom: 5px;
     color: #A8CAED;
}

a, a:link, a:active, a:visited {
    font-size: 11px;
    color: #0066CC;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
   text-decoration: none;
   color: #990000;
}

.toplink, .toplink:link, .toplink:active, .toplink:visited {
    font-size: 11px;
    color: #C8DEF3;
    font-weight: normal;
    text-decoration: none;
}

.toplink:hover {
   text-decoration: underline;
   color: #DDEEFF;
}

.top1 {
	background-image : url(../images/top.jpg);
	background-position : left;
	background-repeat : no-repeat;
    padding-left: 20px;
    padding-top: 6px;
    color: #C8DEF3;
}

.top2 {
	background-image : url(../images/top.jpg);
	background-position : right;
	background-repeat : no-repeat;
    padding-right: 25px;
    padding-top: 6px;
}

.content {
	background-image : url(../images/mainbg.jpg);
	background-position : top left;
	background-repeat : repeat-y;
}

.left {
	background-image : url(../images/pageleft.jpg);
	background-position : top left;
	background-repeat : repeat-y;
}

.right {
	background-image : url(../images/pageright.jpg);
	background-position : top right;
	background-repeat : repeat-y;
}

.smallboxtop {
	background-image : url(../images/smallbox_t.jpg);
	background-position : top right;
	background-repeat : no-repeat;
    text-align: left;
}

.smallboxleft {
	background-image : url(../images/smallbox_left.jpg);
	background-position : top left;
	background-repeat : repeat-y;
}

.smallboxright {
	background-image : url(../images/smallbox_right.jpg);
	background-position : top right;
	background-repeat : repeat-y;
}

.smallboxmid {
	background-image : url(../images/box_bg.jpg);
	background-position : top left;
	background-repeat : repeat-y;
    line-height: 16px;
}

.bigboxtop {
	background-image : url(../images/bigbox_t.jpg);
	background-position : top right;
	background-repeat : no-repeat;
    text-align: left;
}

.bigboxleft {
	background-image : url(../images/bigbox_left.jpg);
	background-position : top left;
	background-repeat : repeat-y;
}

.bigboxright {
	background-image : url(../images/bigbox_right.jpg);
	background-position : top right;
	background-repeat : repeat-y;
}

.pic_right {
    float: right;
    margin-left: 10px;
}

.pic_left {
    float: left;
    margin-right: 10px;
}

.pic_bg_right {
	background-image : url(../images/pic1.jpg);
	background-position : top right;
	background-repeat : no-repeat;
    float: right;
    margin-left: 10px;
}

.pic_bg_left {
	background-image : url(../images/pic2.jpg);
	background-position : top left;
	background-repeat : no-repeat;
    float: left;
    margin-right: 10px;
}

.red {
    color: #990000;
}

.navlink, .navlink:LINK, .navlink:ACTIVE, .navlink:VISITED {
    color: #0066CC;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.navlink:HOVER {
    color: #990000;
    text-decoration: underline;
}

.picleft {
    float: left;
    margin-left: -3px;
    margin-right: -3px;
}

.leftpicborder {
    float: left;
    border: 1px solid #CCCCCC;

}

.rightpicborder {
    float: right;
    border: 1px solid #CCCCCC;

}

h1 {
    color: #0066CC;
    font-weight: bold;
    font-size: 12px;
     margin: 0px;
}

h2 {
    color: #DDEEFF;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    padding-top:5px;
    padding-left: 30px;
}

h3 {
    color: #990000;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
}

hr {
    height: 1px;
}

.border {
    border: 1px solid #CCCCCC;
}

.grey {
    color: #999999;
}

input, textarea {
    font-family: arial;
    font-size: 11px;
    color: #990000;
}
