/* business-continuity-planning.com */

a:link
{
}
a:visited
{
} 
a:active 
{
}
A:hover
{
	color: red;
}

body
{
	font-family:  Arial, Helvetica;
	background-color: rgb(220,220,220);
	color: rgb(0,51,51);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Sans-Serive;
	color: rgb(0,0,153);
}
h1
{
	font-size: large;
}
h2
{
	font-size: medium;
}
h3
{
	font-size: medium;
}
h4
{
}
h5
{
}
h6
{
}

UL 
{
   margin-top: 0.75ex;
   margin-bottom: 0.75ex;
   list-style: square outside none;
}

OL 
{
   margin-top: 0.75ex;
   margin-bottom: 0.75ex;
}

DT 
{ 
	font-weight: bold; 
	margin-top: 0.1in;
}

DD 
{
}


.TITLE
{
	background-color: red;
	color: black;
	font-size: 24pt;
	font-weight: bold;
}

.BOOKMARK
{
	background-color: red;
	color: white;
	font-size: smaller;
	font-weight: bold;
	/* line-height: 1.5; */
}

A.BOOKMARK:visited { color: white;   }
A.BOOKMARK:link { color: white;   }
A.BOOKMARK:hover { color: blue;  }

.TODAY
{
	background-color: red;
	color: white;
}
.SEARCH
{
	background-color: red;
}
.SUBSCRIBE
{
	background-color: red;
}

FORM.SEARCH
{
	margin-bottom: 0pt;
}
FORM.SUBSCRIBE
{
	margin-bottom: 0pt;
}

.TOPNAV
{
	color: white;
	background-color: red;
	/*font-size: smaller;*/
	font-weight: bold;
}
A.TOPNAV:visited { color: white;  text-decoration: none; }
A.TOPNAV:link { color: white;  text-decoration: none;  }
A.TOPNAV:hover { color: blue;  text-decoration: none; }



.SIDENAV
{
	background-color: rgb(200,200,200);
	font-size: 9pt;
	font-weight: bold;
}
A.SIDENAV:visited { color: black;  text-decoration: none; }
A.SIDENAV:link { color: black;  text-decoration: none;  }
A.SIDENAV:hover { color: red;  text-decoration: none; }

.CONTENT
{
	/* background-color: rgb(204,204,153); */
	background-color: rgb(230,230,255);
}

.TOPLINK
{
	font-size: 8pt;
}

.COPYRIGHT
{
	font-size: 8pt;
}

.ERROR
{
   color: red;
   font-weight: bold;
}

.TESTIMONIAL_QUOTE
{
    font-style: italic;
    font-size: smaller;
}

/* Nested inside TESTIMONIAL_QUOTE */
.TESTIMONIAL_SOURCE
{
    font-style: normal;
    font-weight: bold;
}

BLOCKQUOTE.REALQUOTE
{
    font-size: smaller;
    background-color: white;
    padding: 0.00in 0.25in 0.00in 0.25in;
}

TABLE.DETAILED
{
    font-size: smaller;
    color: black;
    background-color: white;
}

/* Table used to insert floating block of right-aligned text */
TABLE.CALLOUT
{
    color: black;
    background-color: white;
    font-size: smaller;
}

.QUOTATION
{
    font-size: smaller;
}

.QUOTED_SOURCE
{
    font-style: italic;
}

/* Seminar Dates - from DisplaySeminarDates */
TABLE.SEMINARS
{
    border: solid black 1px;
    background-color: rgb(216,234,244);
}

THEAD.SEMINARHEAD
{
    font-weight: bold;
    text-align: center;
    font-size: 10pt;
}

TBODY.SEMINARBODY
{
	xfont-variant: small-caps;
	font-size: 9pt;
}

TR.SEMINARROWODD
{
    background-color: rgb(180,200,244);
}

TR.SEMINARROWEVEN
{
    background-color: rgb(216,234,244);
}

TR.SEMINARROWODDB
{
	font-weight: bold;
    background-color: rgb(180,200,244);
}

TR.SEMINARROWEVENB
{
	font-weight: bold;
    background-color: rgb(216,234,244);
}

TD.SEMINARTITLE
{
}

TD.SEMINARDATE
{
}

TD.SEMINARLOCATION
{
}

TD.SEMINAROPEN
{
	font-weight:bold;
}

TD.SEMINARCLOSED
{
	color: red;
}


