/* CSS Document */


li {list-style-image:url(end.gif); 
    list-style-position:outside;   }

.title{
	font-weight:bold;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subtitle_references{
	color: #333333;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link{ color:#151515; text-decoration: underline; font-weight:normal;}
a:visited{ color:#333333;font-weight:normal;}
a:active{ color:#151515; text-decoration: underline;font-weight:normal;}
a:hover {
	color: #FFFFFF;
	font-weight:300;
	background-color: #3E3E3E;
	text-decoration: none;
 		margin: 2px;
	padding: 2px;
	border: 2px ridge;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
body,td,th {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.white {
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.subTitle {
	color: #333333;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.category_title {
	font-family: "Comic Sans MS", Verdana;
	font-weight: bold;
}
.style1 {
	color: #00FF00;
	font-weight: bold;
}
 .centeredCode {
	color: #003333;
	margin:30px;
	padding:5px;
	border-color:#003300;
	border-style:dashed;
}
.offset {
	color:#333300;
	background-color:#999966;
}
.red {
	color: #990000;
}
.subtle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}
.deepRed {
	font-family: "Courier New", Courier, mono;
	font-weight: 600;
	color: #990000;
}
.commentedOutCode {
	color: #999999;
}

