.noprint { display: none; }

BODY {
    font-family: arial;
    font-size: 11px;
    background-color:#008FDB;
}
.grey {
    color: #666666;
}
.bg {
	background-image : url(../images/page_bg.jpg);
	background-repeat : repeat-x;
	background-position : top;
    background-color: #FFFFFF;
}

.leftpad {
    padding-left: 8px;
}

.leftpic {
    float: left;
}

TD {
    font-family: arial;
    font-size: 11px;
}

.pageleft {
    background-image : url(../images/page_left.jpg);
	background-repeat : no-repeat;
	background-position : top right;
    display: none;
}

.pageright {
    background-image : url(../images/page_right.jpg);
	background-repeat : no-repeat;
	background-position : top left;
    display: none;
}

.nav {
    background-image : url(../images/button_bg.gif);
	background-repeat : repeat-x;
	background-position : top left;
    display: none;
}

.propbox {
    background-image : url(../images/button_bg2.jpg);
	background-repeat : repeat-x;
	background-position : top left;
    display: none;
}

A, A:LINK, A:VISITED, A:ACTIVE
{
    color: #008FDB;
    text-decoration: none;
}

A:HOVER
{
    color: #FF9934;
    text-decoration: underline;
}

.orange {
    color: #FF9934;
}

.navlink, .navlink:LINK, .navlink:VISITED, .navlink:ACTIVE
{
    color: #008FDB;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.navlink:HOVER
{
    color: #FF9934;
    text-decoration: underline;
}

.whitelink, .whitelink:LINK, .whitelink:VISITED, .whitelink:ACTIVE
{
    color: #A7D9F2;
    font-size: 11px;
    text-decoration: none;
}

.whitelink:HOVER
{
    color: #A7D9F2;
    text-decoration: underline;
}

.lhs {
    background-image : url(../images/left1.jpg);
	background-repeat : repeat-y;
	background-position : top left;
    display: none;
}

.rhs {
    background-image : url(../images/right1.jpg);
	background-repeat : repeat-y;
	background-position : top right;
    display: none;
}

.boxtop {
    background-image : url(../images/box_top.jpg);
	background-repeat : repeat-x;
	background-position : top;
    display: none;
}

.boxleft {
    background-image : url(../images/box_left.jpg);
	background-repeat : repeat-y;
	background-position : top;
    display: none;
}

.boxright {
    background-image : url(../images/box_right.jpg);
	background-repeat : repeat-y;
	background-position : top;
    display: none;
}

.boxbottom {
    background-image : url(../images/box_bottom.jpg);
	background-repeat : repeat-x;
	background-position : top;
    display: none;
}

H2 {
    color: #008FDB;
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
}

H1 {
    color: #008FDB;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
}

.bigtext {
    color: #008FDB;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}

HR {
    height: 1px;
    color: #FF9934;
}

.pad {
    padding: 5px;
}

input, select {
    font-family: arial;
    font-size: 11px;
    background-color: #F0F0F0;
}

strong {
    color: #008FDB;
}


b {
    color: #FF9934;
}

.border {
    border: 1px solid #008FDB;
}