﻿.NewsletterGridView
{
	margin-left: 40px;
	width: 720px;
	font-size: 1.1em;
}
.NewsletterError
{
	color: #d61719;
	font-size: 1.3em;
}
.NewsletterPassword
{
	text-align: center;
}

.DownloadItem
{
	background-image: url('Download.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	line-height: 1.5em;
	font-size: 1.2em;
	margin-left: 50px;
}
.DownloadItem a:link
{
	color: #043773;
	text-decoration: none;
}
.DownloadItem a:visited
{
	color:#043773;
	text-decoration: none;
}
.DownloadItem a:hover
{
	color:#d61719;
}
.DownloadItem a:active
{
	text-decoration: none;
}
.ReadItem
{
	background-image: url('Info.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

