﻿/* mainstyles.css contains av-template.css and av-styles.css as of 3/24/09 at 3:20PM
 *
 * Validation note: 
 * Will not validate due to IE proprietary "expression" and CSS3 "opacity" so Ignore these errors
 *
 * key:  lauren line = ll
 */

/* begin av-styles.css*/
#topheader {
	background-image:url(back2.jpg);
	background-repeat:repeat-x;
}
#topheader2 {
	background-image:url(back3.gif);
	background-repeat:repeat-x;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* 11px; ll */
	font-weight: normal;
	margin: 0 !important;
}
td {
	padding: 0;
}
.upsResults
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

form{ 
	display:inline;
}

ul {margin-top:0;} /*ll */


.bold {
	font-weight: bold;
}
a img {
	border: 0 none;
}
a, a:link, a:visited {color:#3B88C4; text-decoration:underline;} /* ll */
a:hover {color:#000; text-decoration:none;} /* ll */
a:active {color:#3B88C4; text-decoration:none;} /* ll */
img a {text-decoration:none;} /* ll */

input {
	border: 1px solid #ccc;
}

