/* stylesheetcsi.css */
body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10pt; color:white; background:black}
A:link {COLOR: white; TEXT-DECORATION: underline}
A:visited {COLOR: white; TEXT-DECORATION: underline}
A:hover {COLOR: orange; TEXT-DECORATION: underline}
A:active {COLOR: white; TEXT-DECORATION: underline}

a.menug:link {COLOR: white; TEXT-DECORATION: none; font-size:7pt}
a.menug:visited {COLOR: white; TEXT-DECORATION: none; font-size:7pt}
a.menug:hover {COLOR: orange; TEXT-DECORATION: none; font-size:7pt}
a.menug:active {COLOR: white; TEXT-DECORATION: none; font-size:7pt}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p.menu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: gray
}
p.small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: teal;
}
h1.italic {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: teal;
}
h2 {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: teal;
}
h2.italic {
	font-family:  Times Roman, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: orange;
}
h3 {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: purple;
}
h4 {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: teal;
}
h5 {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: purple;
}
h6 {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

/****List Tags*****/
ul{list-style-image: url(bullet.gif)}
ul.dash{list-style-image: url(images\check.jpg)}

blockquote {
	list-style-type: square;
	margin: 15px;
	padding: 0px 60px;
}


div.pullquote {
	font: bold 1em Times Roman, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 150%;
}

td.menu {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: gray;
}
td.sidemenu {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: gray;
}
td.casetitle {
	font-family: Times Roman, serif;
	font-size: 12px; 
	font-style: italic;
	line-height: 16px;
	padding: 0px 4px 0px 6px;
	text-align: right;
}

td.casetext {
	font-family: Times Roman, serif;
	font-size: 12px; 
	font-weight: bold;
	line-height: 16px;
}

