/*
 * mdvp.css
 *
 * MDVP Site-Wide Stylesheet (CSS1)
 * Copyright (C) 1997, 2001-2005 by Packetizer, Inc.
 * All Rights Reserved
 *
 */
BODY
{
	background: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", serif;
	font-size: 12pt;
}

H1
{
	font-size: 22pt;
	font-weight: bold;
	color: #0066cc;
}

H2
{
	font-size: 18pt;
	font-weight: bold;
	color: #0066cc;
}

H3
{
	font-size: 14pt;
	font-weight: bold;
	color: #0066cc;
}

H4
{
	font-size: 12pt;
	font-weight: bold;
	color: #0066cc;
}

H5
{
	font-size: 12pt;
	font-weight: bold;
	color: #0066cc;
}

H6
{
	font-size: 12pt;
	font-weight: bold;
	color: #0066cc;
}

TH
{
	background-color: #0066cc;
	color: #ffffff;
}

SMALL
{
	font-size: 8pt;
}

P
{
	font-size: 12pt;
}

UL
{
	list-style: square;
}

CAPTION
{
	font-size: 12pt;
	font-weight: bold;
}

A:link
{
    text-decoration: none;
    color: #0066CC;
}

A:visited
{
    text-decoration: none;
    color: #660066;
}

A:hover
{
    text-decoration: underline;
}

.header A:link
{
    text-decoration: none;
    color: #0066CC;
}

.header A:visited
{
    text-decoration: none;
    color: #0066CC;
}

.header A:hover
{
    text-decoration: underline;
    color: #0066CC;
}

.footer
{
    background-color: #0066cc;
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.footer A:link
{
    text-decoration: none;
    color: #ffffff;
}

.footer A:visited
{
    text-decoration: none;
    color: #ffffff;
}

.footer A:hover
{
    text-decoration: underline;
    color: #ffffff;
}
PRE
{
	font-size: 9pt;
	font-family: "Courier New", monospace;
}

HR
{
	clear: both;
	color: #0066cc;
}

TABLE
{
	text-align: left;
}

.packetizer
{
	color: #0066cc;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A.packetizer:link
{
	text-decoration: underline;
	color: #0066cc;
}

A.packetizer:visited
{
	text-decoration: underline;
	color: #0066cc;
}

A.packetizer:hover
{
	text-decoration: underline;
	background-color: #FFFFFF;
	color: #0066cc;
}

A.blueback:link
{
    text-decoration: underline;
    color: white;
}

A.blueback:visited
{
    text-decoration: underline;
    color: white;
}

A.blueback:hover
{
    text-decoration: underline;
    color: red;
    background-color: #0066CC;
}

.highlight
{
    background-color: #ffffc0;
}

.button
{
    margin-top: 7px;
    margin-bottom: 7px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}

.button A
{
    text-decoration: none;
    color: #000000;
    background: #f6f314;
    display: block;
    border: 1px solid #c0c000;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    font-size: 10pt;
}

.button A:hover
{
    text-decoration: none;
    border-color: #0066cc;
    color: #000000;
    background-color: #D8EAF8;
}

.button A:visited
{
    text-decoration: none;
    color: #000000;
}

.bodyprint
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: justify;
}

P.contact
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.content-table
{
    border-collapse: collapse;
    padding: 0px;
}

.content-table THEAD
{
    background-color: #e2e2e2;
}

.content-table TR TH
{
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: bottom;
}

/* IE7 appears to require TR TD together, but not sure why */
.content-table TR TD
{
    padding-left: 0.5em;
    padding-right: 0.5em;
    vertical-align: top;
    text-align: left;
}

.content-table-section
{
    background-color: #e2e2e2;
}

.unpadded-table
{
    border-collapse: collapse;
    padding: 0px;
}

.unpadded-table TD, TH
{
    padding: 0px;
}

/* eof */
