body, input, select, button, textarea, option, label, td, A
{
	font-family: Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

A:visited
{
    color: Blue;
}

button
{
	font-size: 12px;
}

.error
{
    color: Red;
    font-size: 11px;
    font-weight: bold;
}

.alert
{
	font-style: italic;
	color: Red;
	font-size: 10px;
}

.tinyheader
{
	font-weight: bold;
	font-size: 8px;
}

.smallheader
{
	font-weight: bold;
	font-size: 10px;
}

.mediumheader
{
	font-weight: bold;
	font-size: 13px;
}

.largeheader
{
	font-weight: bold;
	font-size: 16px;
}

.pageheader
{
	font-weight: bold;
	font-size: 22px;
	color: #001070;
}

.tiny
{
	font-size: 8px;
}

.small
{
	font-size: 10px;
}

.medium
{
	font-size: 11px;
}

.sign
{
	font-style:	italic;
	font-size: 10px;
}

.menu
{
	color: #000080;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.LeftAlign
{
	text-align: left;
}
.link
{
    cursor: pointer;
    color: Blue;   
    text-decoration: underline;
}
