﻿body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: x-small;
}

.title_small
{
	width: 750px;
	font-size: medium;
	color: #FFFFFF;
	background-color: #283897;
	font-weight: bold;
}

.title_large
{
	width: 650px;
	font-size: medium;
	color: #FFFFFF;
	background-color: #283897;
	font-weight: bold;
}

.title_error
{
	font-size: medium;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
}

table
{
	border-width: thin; 
	border-color: #283897; 
	border-right-style: groove; 
	border-bottom-style: groove; 
	border-left-style: groove;
	Width: 650px;
}


.Grid {  }
tr.HeaderStyle
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #283897;
	height: 22px;
}
tr.HeaderStyle a:visited
{
	font-weight: bold;
	color: #FFFFFF;
}
tr.HeaderStyle a:link
{
	font-weight: bold;
	color: #FFFFFF;
}
.RowStyle
{

}
.AltRowStyle
{
	background-color: #E6E6E6;
}
.EmptyRowStyle
{
}
.EditRowStyle
{
}
.SelectedRowStyle
{
}
.PagerStyle
{
	font-weight: bold;
	background-color: #283897;
}

