h1 {font-family: tahoma,verdana,arial; color: #4466AA; font-weight: bold; font-size: 12pt; margin: 0px 0px 12px 0px}

A.blue:link {text-decoration: none; font-weight: none; color: #4466AA}
A.blue:visited {text-decoration: none; font-weight: none; color: #4466AA}
A.blue:active {text-decoration: none; font-weight: none; color: #4466AA}
A.blue:hover {text-decoration: none; font-weight: none; color: #669900}

A.white:link {text-decoration: none; color: #FFFFFF}
A.white:visited {text-decoration: none; color: #FFFFFF}
A.white:active {text-decoration: none; color: #FFFFFF}
A.white:hover {text-decoration: none; color: #CCCCCC}

A:link {text-decoration: none; font-weight: none; color: #669900}
A:visited {text-decoration: none; font-weight: none; color: #669900}
A:active {text-decoration: none; font-weight: none; color: #669900}
A:hover {text-decoration: underline; font-weight: none; color: #A4BF6B}

.small {font-family: tahoma,verdana,arial; font-size: 7.5pt; color: #555555}
.smallwhite {font-family: verdana; font-size: 8pt; color: #ffffff}
.subsmall {font-family: tahoma,verdana,arial; font-size: 8pt; color: #555555; line-height: 140%}
.copy {font-family: tahoma,verdana,arial,times; font-size: 10pt; color: #444444; line-height: 130%}
.copygreen {font-family: tahoma,verdana,arial,times; font-size: 10pt; color: #669900; line-height: 120%}
.copywhite {font-family: tahoma,verdana,arial,times; font-size: 10pt; color: #ffffff; line-height: 130%}
.copy2 {font-family: tahoma,verdana,arial,times; font-size: 10pt; color: #444444}
.red {font-family: tahoma,verdana,arial,times; font-size: 10pt; color: #ff0000}
.rightnav {font-family: verdana,arial,times; font-size: 10pt; color: #444444; line-height: 170%}
.rightbox {font-family: tahoma,verdana,arial,times; font-size: 10pt; color: #444444; line-height: 120%}
.normal {font-family: verdana; font-size: 10pt; color: #333333}
.normalwhite {font-family: verdana; font-size: 10pt; color: #FFFFFF}
.large {font-family: verdana; font-size: 12pt}
.largewhite {font-family: verdana; font-size: 12pt; color: #FFFFFF}

body {
    background-image: url('/images/back-grad.jpg');
    background-repeat: repeat-x;
    background-color: #4466AA;
    margin: 0px 0px 0px 12px ;
    padding: 0;
}

.wrapper-back {
    position: relative;
    background-color: #fff;
    width: 900px;
    height: auto;
    top: 0;
}

.wrapper {
    position: relative;
    background-image: url('/images/back-dotted.gif');
    background-repeat: repeat-y;
    background-color: #fff;
    width: 900px;
    min-height: 100%;  
}


