/* default settings for page */
body, td, .default 
{
	color: #003399;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 140%;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	vertical-align:top;
}

/* default link color/behavior */
a:link, a:visited {color:#993300; text-decoration:none; }
a:hover {color:#993300; text-decoration:underline; }

/*setting the size of the entire page */
.PageTable
{
	width: 760px;	
}

/*setting the size of the main content area */
.MainTable
{
	width: 740px;
	border: 1px;	
}

/*setting the border for entire page */
.border
{
	background-color: #990000;
}

.Header
{
	font-size:22px;
	font-weight:bold;
}

.DataGridHeader
{
	font-size:30px;
	font-weight:bold;
	font-size:45px;
}

.Error
{
	color: #ff0000;
}
.bold
{
	font-weight:bold;
}
body
{
	text-align: center;

}

table
{
	/*IE doesn't support border-spacing, so we have to use this command */
	border-collapse: collapse;
}

td
{
	padding: 0px;
	/*the following three lines allow us to turn borders on for testing purposes*/
	border: 0px;
	border-color: Red;
	border-style: solid;
	/*the previous three lines allow us to turn borders on for testing purposes*/

}

input
{
	color: #003399;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 140%;

}

textarea
{
	color: #003399;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 140%;

}

select
{
	color: #003399;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 140%;

}

.footerTD
{
	
}
