﻿body 
{
	margin: 0px;
	font-family: Arial;
}
.bigHead 
{
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: White;
	text-decoration: none;
}
.bwTableColor
{
	background-color:#7B184B;
}
.smallBoldGridText
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
.smallGridText
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
.alertRed
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	font-weight: bold;
}
.modalBackground
{
	background-color: #333;
	filter: alpha(opacity=75);
	opacity: 0.5;
}
