﻿body
{
	background-position: left top;
	background-color: white;
	background-image: url(/App_Images/mainBack.gif);
	margin: 18px 0px 18px 0px;
	/*color: #3e3e3d;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 14px;*/
}

body,td,th {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 14px;
	color: #3e3e3d;
}

a:link { color: #0c62b2; text-decoration: none; }
a:visited { color: #0c62b2; text-decoration: none; }
a:hover { color: #237fd5; text-decoration: none; }
a:active { color: #0c62b2; text-decoration: none; }

#footerTable td,th { font-size:10px; color:White; line-height:1.1em; }
#footerTable a:link { color: white; text-decoration: none; }
#footerTable a:visited { color: white; text-decoration: none; }
#footerTable a:hover { color: white; text-decoration: none; }
#footerTable a:active { color: white; text-decoration: none; }

blockquote {
    border: dashed 1px #e2e2e2;
    padding: 10px;
    font-size:14px;
    font-style: italic;
    background-color: #fafafa;
}

#creditCardFormTable {
    border: dashed 1px #e2e2e2;
    background-color: #fafafa;
}

#loginTable {
    border: dashed 1px #e2e2e2;
    background-color: #fafafa;
}