﻿body
{
	font-family: Calibri;
	margin: 0 auto;
}

.bodytext
{
	font-family: 'Calibri' , 'Verdana' , 'Times New Roman' , Times, serif;
	font-size: small;
	color: #000080;
}
.title
{
	font-weight: bold;
	color: #800000;
	font-style: italic;
}
.header
{
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	color: #006600;
}
.greeting
{
	color: #000000;
	font-size: small;
}
.error
{
	font-size: small;
	font-weight: bold;
	color: #CC3300;
	font-family: Calibri;
}
.success
{
	font-size: small;
	font-weight: bold;
	color: #006600;
	font-family: Calibri;
}
.downloaditemtable
{
	border-width: 5px;
	border-style: ridge;
	background-color: #FFFFFF;
	margin-left: 30px;
}
.downloadtitle
{
	font-size: medium;
	font-weight: bold;
	color: #800000;
}
.downloadfilesize
{
	font-size: small;
	color: #000080;
	font-weight: bold;
}
td .heading
{
	font-size: small;
	font-weight: bold;
	border-bottom-style: dotted;
}
td .centered
{
	font-size: small;
	text-align: center;
}
td .alternate
{
	background-color: #EFEFFF;
}
.HowToSubmit
{
	font-size: small;
	font-weight: bold;
	color: #800000;
	font-family: Calibri, Verdana, 'Times New Roman';
	margin-left: 25px;
}
.TableLabel
{
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.Button
{
	border-style: ridge;
	font-size: small;
	color: #0000FF;
	font-family: Calibri, Verdana, 'Times New Roman';
	background-color: #FFFFFF;
	background-image: url('/Images/DLCenter.jpg');
}
.Button:hover
{
	background-color: #FFFF00;
}

