/************************************************************
* styleportal.css - Default Style Sheet for EchoQuote Portals
*
* Copyright 2008 EchoQuote, LLC
************************************************************/
body, td, p, a {
	margin: 0;
	padding: 0;
	font-family: arial, "sans-serif";
	font-size: 10pt;
	}

a {
	text-decoration: underline;
	}
 
a:link {
	color: blue;
	}

a:hover {
	color: red;
	}

a:visited {
	color: purple;
	}

h1, p {
	background: transparent;
	color: #000000;
	font-face: arial;
	}

h1 {
	font-size: 14pt;
	}

h2 {
	font-size: 12pt;
	}

td {
	vertical-align: top;
	}

th {
	background: #CCCCCC;
	font-size: 90%;
	color: #222;
	padding: .2em 0;
	}

.infotable {
	width: 85%;
        margin: auto;
        background: #BFBFBF;
        font-size: 90%;
        color: #222;
        border-collapse: collapse;
/*
	width: 85%;
	margin: auto;
	padding: 3px;
	background-image: url('img/contactbackground.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 90%;
	color: #222;
*/
	}


.smalllink {
	font-size: 90%;
	}

.smalltext {
	font-size: 80%;
	}

.shutdownnotice {
	border: 2px solid red;
	margin: auto;
	font-size: 100%;
	font-weight: bold;
	color: red;
	width: 700px;
	text-align: center;
	padding: 3px;
	}

.form {
	border: 1px solid grey;
	font-family: arial, "sans-serif";
	font-size: 90%;
	background: #FFF;
	}

.formlabel {
	font-family: arial, "sans-serif";
	color: #000;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	}
