body, table, tr, td {
font-family: Trebuchet, Helvetica, sans-serif;
font-size: 12pt;
color: #000;
line-height: 150%;
margin: auto;
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 0 0; /* set margins as desired */
border-bottom: 1px solid #CE011C; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 0 0 0; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}
 
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5 a { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
 
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}
 
ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #CE011C; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #CE011C; /* set unselected tab background color as desired */
color: #FFF; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
 
ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #CE011C;
}

a {
	color: #CE011C;
	text-decoration: none;
}

a:link {
	color: #CE011C;
	text-decoration: none;
}

a:visited {
	color: #CE011C;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #CE011C;
}

a:active {
	color: #333;
	text-decoration: none;
}

h1 {
font-size: 110%;
font-weight: 700;
color: #000000;
}

h2 {
font-size: 105%;
font-weight: 700;
color: #666;
text-decoration: underline;
}

.smtxt {
font-size: 80%;
}

.quote {
color: #666;
font-style: italic;
font-weight: 700;
}

#maincopy {
width: 800px;
padding: 1em;
}

.answer {
background-color: #E3E3E3;
padding: 0 1em 0 1em;
border: 1px solid #CE011C;
color: #000;
}

.callout {
background-color: #CCC;
width: 240px;
padding: 1em;
border: 1px solid #CE011C;
color: #000;
font-size: 90%;
margin: 0 1em 0 1em;
}



