﻿body,html
{
    background-image:url(/App_Images/BackGroundRPT.gif);
    background-repeat:repeat-x;
    background-color:#263038;
    margin:0px;
    padding:0px;
}

body,td,th {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 16px;
	color:#3c3f40;
	line-height: 1.1em;
}

A:link { color:#2e85c1; text-decoration: none; }
A:visited { color:#2e85c1;	text-decoration: none; }
A:active {	color:#2e85c1; text-decoration: none; }
A:hover { color:#3a95d3; text-decoration: underline; }

.footer { font-size:10px; color:#909599; }
.footer A:link { color:#909599; text-decoration: none; }
.footer A:visited { color:#909599;	text-decoration: none; }
.footer A:active {	color:#909599; text-decoration: none; }
.footer A:hover { color:white; text-decoration: underline; }

/* This will force any image put into the featured section to a width of 156.
It's aspect ratio will be preserved; as long as a height is not given to the image. */
#featuredImage input { width:156px; }

blockquote {
    border: dashed 1px #e2e2e2;
    padding: 10px;
    font-size:14px;
    font-style: italic;
    background-color: #fafafa;
}