﻿/* no decoration text for links */

a.nodectext {
	text-decoration: none;
	color: #800000;
	}



/* extra css for rrhist */

.tablecolor {
    background-color: #036;
}

/* align photos to left */
.style1 {
    text-align: left;
}

/* align photos to left and add width*/
.style2 {
    text-align: left;
    width: 20%;
}

.style6 {
    text-align: left;
    width: 40%;
}



/* align division center */
.style3 {
    text-align: center;
}

/* align td center and font size and color */
.style4 {
    font-size: x-large;
    text-align: center;
    color: #ffc;
}

.style5 {
    text-align: right;
    width:60%;
}

.style3 {
    text-align: center;
    width: 20%;
    }

.style7 {
    text-align: right;
    }


.arthead {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000080;
    text-align: center;
}

.artsubhead {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000;
    text-align: center;
}

/* make text gold color */
.speccolor {
    color: #FC6;
}

.tblwdth20 {
    text-align: left;
    width: 20%;
}

.tblwdth20r {
    text-align: right;
    width: 20%;
}

.tblwdth60 {
    width: 60%;
}

.tblwdth50 {
    width: 50%;
}

.tablecolor2 {
    background-color: #008;
    width: 100%;
}