﻿.bold
{
	font-weight: bold;
}

.red
{
	color: #EC281B;
}

.black
{
	color: Black;
}

.smallBlue
{
	color: #0F386C;
	font-size: smaller;
}

.smallBoldBlue
{
	color: #0F386C;
	font-weight: 600;
}

a, a:visited
{
	color: #EC281B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* GridView Styling */
.gvRow
{
	background-color: #cccccc;
	color: black;
	text-align: left;
}

.gvAlternatingRow
{
	background-color: #999999;
	color: White;
	text-align: left;
}

.gvHeader
{
	background-color: Black;
	color: White;
	font-weight: bold;
}

.gvFooter
{
	background-color: Black;
	color: White;
	font-weight: bold;
}
