/* 
	Intellitec Style
	Written By Mike Neeley
*/

body {color: rgb(0, 0, 0);
    font-family: Times, "Times New Roman", serif;
    font-size: 12pt;
    font-weight: bolder;
    font-style: normal;
    text-decoration: none;
    text-align: justify;
    font-variant: inherit;
    line-height: 1em;
    border: 1px solid #65000a;
    margin-top: +6em;
}

p {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

table caption {
    cursor: pointer ;
    margin: 0em auto 0em auto;
    color: rgb(153, 0, 0);
    font-weight: bold;
    text-indent: +0em;
    padding-bottom: 3px;
    font-family: Times, "Times New Roman", serif;
    background-color: #dcdcdc;
    text-align: left;
    text-decoration: none;
    font-style: italic;
    font-size: 16pt;
}

table
{
    border-spacing: 0em 0em;
    font: bold .9em/1.4 sans-serif;
    margin: 3em +0em +0em +2em;
    text-align: left;
    visibility: visible;
    white-space: normal;
    empty-cells: show;
    border-collapse: collapse;
    border: 3px #323232 double;
}

tbody th,
tbody tr th,
tbody tr td {
	background: rgb(250, 250, 250) none;
	color: black;
	padding: .34em  .5em;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;}		
    tbody tr.odd th,
    tbody tr.odd td {
	background: rgb(200, 200, 200) none;
	color: black;
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

tbody tr.even th,
tbody tr.even td {
	background: rgb(230, 230, 230) none;
	color: black;
font-family: sans-serif;
font-size: 10pt;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

tbody tr.shared th,
tbody tr.shared td {
	background: rgb(230, 152, 178) none;
	color: black;
font-family: sans-serif;
font-size: 10pt;
font-weight: normal;
font-style: normal;
text-decoration: none;}

tbody tr:hover td,
tbody tr:hover th {
	background: #76bdff;
}

tbody tr:hover td,
tbody tr:hover th {
	background: #76bdff;
}
tbody tr:hover.odd td,
tbody tr:hover.odd th {
	background: #ff71e3;
}
thead th,
thead td,
tfoot th,
tfoot td {
	background: rgb(255, 226, 149) none;
line-height: normal;
	padding: 2pt;
font-family: Times, "Times New Roman", serif;
font-weight: 900;
font-style: normal;
font-size: 12pt;
color: rgb(163, 46, 46);
text-decoration: none;
text-align: center;
text-indent: +0em;}

table a:link {
	background: transparent;
	color: #1a1a1a;
	padding: 2px;
text-decoration: underline;}

table a:visited {
	text-decoration: underline;
	border: none;
font-weight: bold;
font-style: inherit;
color: #ff0000;}

table a:hover,
table a:focus
	{
	background: white;
	padding: 2px;
	}
	
tbody th a:link,
tbody th a:visited
	{
	font-weight:bold;
	}