/* CSS Document */

.normal {
	color: black;
}

.headings {
	color: black;
	font-weight: bold;
	font-size: 1.5em;
}

.captions {
	color: #999;
	font-size: 0.8em;
}

.table_cell {
	color: black;
	font-size: 0.8em;
}

.table_heading {
	color: white;
	font-weight:bold;
	font-size: 0.8em;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Bold
{
	font-weight: bold;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}



