* { margin: 0; padding: 0; }

body, table, pre
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 166%;
	color: #666;
}

img { border-style: none; }
a   { outline: none; }

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 .5em 0;
	color: #333;
	text-decoration: none;
}

h1 { font-size: 18px; }
h2 { font-size: 14px; color: #333; }
h3 { font-size: 12px; }

h1.page-title
{
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 1.2em;
	font-family: Georgia, Serif;
	font-weight: normal;
	text-transform: uppercase;
}
.dvit h1.page-title, .dvit h1, .dvit h2, .dvit h3, .dvit h4, .dvit h5, .dvit h6, .dvit h1.page-title a, .dvit h1 a, .dvit h2 a, .dvit h3 a, .dvit h4 a, .dvit h5 a, .dvit h6 a { color: #0087bb; }
.dvwct h1.page-title, .dvwct h1, .dvwct h2, .dvwct h3, .dvwct h4, .dvwct h5, .dvwct h6, .dvwct h1.page-title a, .dvwct h1 a, .dvwct h2 a, .dvwct h3 a, .dvwct h4 a, .dvwct h5 a, .dvwct h6 a { color: #055f50; }
.dvhit h1.page-title, .dvhit h1, .dvhit h2, .dvhit h3, .dvhit h4, .dvhit h5, .dvhit h6, .dvhit h1.page-title a, .dvhit h1 a, .dvhit h2 a, .dvhit h3 a, .dvhit h4 a, .dvhit h5 a, .dvhit h6 a { color: #d09121; }
.dvit h1.page-title a:hover, .dvit h1 a:hover, .dvit h2 a:hover, .dvit h3 a:hover, .dvit h4 a:hover, .dvit h5 a:hover, .dvit h6 a:hover { color: #0087bb; }
.dvwct h1.page-title a:hover, .dvwct h1 a:hover, .dvwct h2 a:hover, .dvwct h3 a:hover, .dvwct h4 a:hover, .dvwct h5 a:hover, .dvwct h6 a:hover { color: #055f50; }
.dvhit h1.page-title a:hover, .dvhit h1 a:hover, .dvhit h2 a:hover, .dvhit h3 a:hover, .dvhit h4 a:hover, .dvhit h5 a:hover, .dvhit h6 a:hover { color: #d09121; }


a        { color: #000; }
a:hover  { color: #666; text-decoration: underline; }

a.small-link { font-size: 10px; }
code         { color: #555; background-color: #ccc;}


p, dt, dd, blockquote, table, pre
{
	margin: 0 0 1.4em;
}

dt
{
	margin: 1.5em 0 0.5em 0;
	font-weight: bold;
}

ul, ol, dl
{
	margin: 0 0 1.4em 1.4em;
	list-style-type: none;
}

table ul { margin-left: 0; }

ul li
{
	padding: 0 0 .3em 1.4em;
	background: url(../images/blt_disc.gif) 0 .8em no-repeat;
}

ul ul, ol ul
{
	margin: 1em 0 0 1.4em;
}

ul ul li, ol ul li
{
	padding: 0 0 0em 1.4em;
	background: url(../images/blt_disc_black.gif) 0 .8em no-repeat;
}

ol
{
	list-style-type: decimal;
}

ol li
{
	margin: 1em 0 0 1.2em;
	padding: 0;
}

ol ol li, ul ol li
{
	font-size: 90%;
	list-style-type: lower-alpha;
}

.hr
{
	margin: 10px 0 10px 0;
	height: 1px;
	border: 0;
	background: #666;
}


p {

.callout, blockquote
{
	display: block;
	padding: 25px 40px;
	font-size: 125%;
	font-weight: bold;
	color: #d48621;
	background: #144263;	
}

span.callout { margin: 1.5em 0; }

.small     { font-size: 75%; }
.big       { font-size: 120%; }
.disabled  { opacity: .5; filter: alpha(opacity=50); }
.hidden    { display: none; }

.data-table
{
	width: 100%;
	border-collapse: collapse;
	border-top: none;
	border-right: none;
}

.data-table td
{
	padding: 5px;
	line-height: 1em;
}

.data-table tr.even td { background: #666; }

.data-table .table-header, .data-table .table-header td
{
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-width: 0;
	border-style: solid;
}
.dvit .data-table .table-header, .dvit .data-table .table-header td   { color: #0087bb; border-color: #a9d7e8; }
.dvwct .data-table .table-header, .dvwct .data-table .table-header td { color: #055f50; border-color: #abc9c4; }
.dvhit .data-table .table-header, .dvhit .data-table .table-header td { color: #d09121; border-color: #ecd7b0; }



.caption-right, .caption-left
{
}

.caption-right img, .caption-left img
{
	margin: 0;
	border: none;
}

.caption-right p, .caption-left p
{
	margin: 0;
	padding: 5px 8px;
	font-size: 9px;
	color: #666;
	line-height: 1.5em;
}

.caption-right
{
	float: right;
	margin: 5px 0 10px 10px;
}

.caption-left
{
	float: left;
	margin: 5px 10px 10px 0;
}

.mceVisualAid {	border: 1px dashed #bbb; }
