﻿.graphicHeader
{
	height: 65px;
	font-weight: bold;
	font-size: small;
}

.header
{
	height: 65px;
	font-weight: bold;
	font-size: small;
}

.row
{
	border-bottom: solid thin #757575;
	margin-top: 5px;
}

.contentGrid
{
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.textColumn
{
	width: 320px;
	text-align: left;
	border-left: solid thin #757575;
	border-right: solid thin #757575;
	border-bottom: solid thin #757575;
}

.headerTextColumnTop
{
	width: 320px;
	border-bottom: solid thin #757575;
	border-right: solid thin #757575;
}

.headerTextColumn
{
	width: 320px;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	border-left: solid thin #757575;
	border-right: solid thin #757575;
	border-bottom: solid thin #757575;
}

.headerColumn
{
	width: 188px;
	border-right: solid thin #757575;
	border-bottom: solid thin #757575;
}

.checkColumn
{
	width: 94px;
	border-right: solid thin #757575;
	border-bottom: solid thin #757575;
	text-align: center;
}

