﻿.normallabel
{
	color: #000080;
}

.boldlabel
{
	color: #000080;
	font-weight: bold;
}

.errorlabel
{
	color: #990033;
}

.messagelabel
{
	color: #008000;
}
.normaltextbox
{
    color: #696969;
}

.boldtextbox
{
	color: #000080;
	font-weight: bold;
}

.normallink:link
{
	color: #0000ff;
	text-decoration: none;
}

.normallink:visited
{
	color: #0000ff;
	text-decoration: none;
}
.normallink:active
{
	color: #0000ff;
	text-decoration: none;
}

.normallink:hover
{
	color: #008b8b;
	text-decoration: none;
}

.boldlink:link
{
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

.boldlink:visited
{
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}
.boldlink:active
{
	color: #0000ff;
	text-decoration: none;
	font-weight: bold;
}

.boldlink:hover
{
	color: #008b8b;
	text-decoration: none;
	font-weight: bold;
}

.normalbutton
{
    font-size: .9em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color: #000080;
	background-color: #b0c4de;
}

.boldbutton
{
	color: #000080;
	font-weight: bold;
	background-color: #b0c4de;
}

.normalddl
{
	color: #000080;
}

.rfvnormal
{
    font-size: 1em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color: #ff0000;
}

