﻿.tableView caption {
	background-color: #003c9e;
	color: White;
	font-size: small;
	font-weight:bold;
}

.dataList
{
	font-size: small;
}

.dataList caption 
{
	font-weight: bold;
	font-size: large;
	color: red;
}

.detailsView
{
	font-size: small;
}

.detailsView caption
{
	font-weight: bold;
	font-size: medium;
	color: red;
}

.HeaderText
{
	font-weight: bold;
	font-size: small;
	color: white;
}

a
{
	font-size: small;
	color: #1657d5;
}

a.Header
{
	color: white;
}