﻿/* no decoration text for links */

a.nodectext {
	text-decoration: none;
	color: #800000;
	}

.tabcontent	{
	font-size: .8em;
	text-align:justify;
	}


/* 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%;
}

.red-text {
	color:red;
	text-align:center
	}
}

/* align division center */
.style10 {
    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%;
}

.av {
	text-align: center;
}


/*  floater header */
.text1 {
	background-color:#036;
	text-align:center;
	/* width:210px; */
	color:white;
	margin-top:1px
}