/* Default CSS Stylesheet for a new Web Application project */
A:link
{
	color: blue;
	text-decoration: none;
}

A:visited
{
	color: firebrick;
	text-decoration: none;
}

A:active
{
	color: blue;
	text-decoration: none;
}

A:hover
{
	color: blue;
	text-decoration: underline;
}

.NavBar
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Sans-Serif, Arial, Tahoma;
	background-color: #000080;
	text-align: center;
}

.NavBar A:link
{
	color: white;
	text-decoration: none;
}

.NavBar A:visited
{
	color: white;
	text-decoration: none;
}

.NavBar A:active
{
	color: white;
	text-decoration: none;
}

.NavBar A:hover
{
	color: white;
	font-style: italic;
}
.Title
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Sans-Serif, Arial, Tahoma;
}
.Subtitle
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Sans-Serif, Arial, Tahoma;
}
.DetailLarge
{
	font-size: 12pt;
	font-family: Sans-Serif, Arial, Tahoma;
}
.Detail
{
	font-size: 10pt;
	font-family: Sans-Serif, Arial, Tahoma;
}
.CouponOffer
{
    font-weight: bold;
    font-size: 36pt;
	font-family: Sans-Serif, Arial, Tahoma;
}
.CouponTable
{
    border-right: black thick double;
    border-top: black thick double;
    border-left: black thick double;
    border-bottom: black thick double;
    width: 450px;
}
.UserControlTable
{
	background-color: #DDDEFF;
}

.Email A:link
{
	color: blue;
	text-decoration: none;
}

.Email A:visited
{
	color: firebrick;
	text-decoration: none;
}

.Email A:active
{
	color: blue;
	text-decoration: none;
}

.Email A:hover
{
	color: blue;
	text-decoration: underline;
}
.HeaderFill
{
	background-image: url(images/BlueGradientPage_HeaderFill.jpg);
	border-top-style: none;
	background-repeat: repeat-x;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.HomePageTitle
{
	font-weight: normal;
	font-size: 40pt;
	color: #8a8cee;
	font-family: 'Monotype Corsiva' , 'Microsoft Sans Serif' , Arial;
}

