/* class for displaying header (should not be used anywhere else) */
.header{
        background: rgb(255, 240, 190);
        font-size: 13px;
        font-family: arial, helvetica, sans-serif;
        border-top: 1px solid rgb(150,150,150);
        border-bottom: 1px solid rgb(150,150,150);
        border-left: 1px solid rgb(150,150,150);
        border-right: 1px solid rgb(150,150,150);
}

.body{
	background: rgb(250, 250, 250);
	border-bottom: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
	border-right: 1px solid rgb(150,150,150);
}

/* class for links bar (should not be used anywhere else) */
.links_bar{
	background: rgb(227, 239, 239);
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px solid rgb(150,150,150);
	border-left: 1px solid rgb(150,150,150);
	border-right: 1px solid rgb(150,150,150);
}
.links_bar a:link{
	font: 13px arial, helvetica, sans-serif;
	color: rgb(100, 100, 100);
}
.links_bar a:active{
	font: 13px arial, helvetica, sans-serif;
	color: rgb(100, 100, 100);
}
.links_bar a:visited{
	font: 13px arial, helvetica, sans-serif;
	color: rgb(100, 100, 100);
}
.links_bar a:hover{
	font: 13px  arial, helvetica, sans-serif;
	color: rgb(100, 100, 100);
}

.links{
	background: rgb(250, 250, 250);
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
}
.links a:link{
	font: 13px arial, helvetica, sans-serif;
	color: rgb(100, 100, 100);
}
.links a:active{
	font: 13px arial, helvetica, sans-serif;
	color: rgb(100, 100, 100);
}
.links a:visited{
	font: 13px arial, helvetica, sans-serif;
	color: rgb(100, 100, 100);
}
.links a:hover{
	font: 13px  arial, helvetica, sans-serif;
	color: rgb(100, 100, 100);
}

/* classes from Nobilis style sheet */

.periph-subhead2 {
	font-family: Verdana, Arial, sans-serif;
	color: #6699CC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.periph-bighead {
	font-family : Verdana, Arial, sans-serif;
	color: #6699CC;
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
}

.lightblue_text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #6699CC;
	text-decoration: none;
}

td.greenwhite {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669999;
}

td.greenwhite_unbold {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #669999;
}

td.purplewhite {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666699;
}

td.purplewhite_unbold {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666699;
}

td.l_purplewhite {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9999CC;
}

td.blue_text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #043464;
}

td.l_greenblue {
	font-family : Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	background-color: #99CCCC;
}

td.lg_lt_green {
	font-family : Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	background-color: #99CCCC;
}

td.blue_text9 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #043464;
}

a.nolink-blue_und, a.nolink-blue_und:active, a.nolink-blue_und:visited, a.nolink-blue_und:link, a.nolink-blue_und:hover {
	font-family: Verdana, Arial, Helvetica;
	color: #043464;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}


