A:link {
	color: #CC0000;
	text-decoration: none;
}

A:visited {
	color: #CC0000;
	text-decoration: none;
}

A:active {
	color: #CC0000;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 12px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

P.smaller {
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

HR {
	color : #767981;
	height : 1px;
}

.Grid
{
	border: solid 1px Tan;
}

.Grid td
{
    border: solid 3px #FFFFFF;
    margin: 3px 3px 3px 3px;
    font-family: Arial;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.GridHeader
{
    font-weight: bold;
    background-color: Tan;
}

.GridHeader a
{
    text-decoration: none;
    color: LightGoldenrodYellow;
    padding: 0px 15px 0px 15px;
}

.GridFooter
{
    font-weight: bold;
    background-color: Tan;
}

.GridFooter a:hover
{
    text-decoration: underline;
    background: Tan url(images/spin.gif) no-repeat 0 100%;
}

.GridPager
{
    font-weight: bold;
    background-color: Tan;
}

.GridPager a:hover
{
    text-decoration: underline;
    background: Tan url(images/spin.gif) no-repeat 0 100%;
}

.GridItem
{
    background-color: LightGoldenrodYellow;
}

.GridAlternatingItem
{
    background-color: PaleGoldenrod;
}

.GridSelectedItem
{
}

.Button
{
    background-color: #d9b200;
}

.Title
{
	font-weight: bold;
}