A:link	{text-decoration: underline; color:#0033CC}
A:visited  {text-decoration: underline; color: #0033CC}
A:active {text-decoration: underline; color: #0033CC }
A:hover {text-decoration: underline; color: #FF0000 }

A.ExpandableBlockLink:link	{text-decoration: none; color:#0033CC}
A.ExpandableBlockLink:visited  {text-decoration: none; color: #0033CC}
A.ExpandableBlockLink:active {text-decoration: none; color: #0033CC }
A.ExpandableBlockLink:hover {text-decoration: none; color: #FF0000 }

body,td,th,span {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;

}

pre {
	font-size: 12px;
}

hr {
	height: 2px;
	width: 100%;
}
li {
	padding: 3px;
}

ol {
	margin-left: 25px;
}

ul {
	margin-left: 25px;

}

.ProjectTitle{
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;

}

.title {
	font-size: 12px;
	font-weight: bold;

}

.terms {
	/*font-weight: bold;*/
	color: #CC3300;
}
.subheading {
	font-weight: bold;
	color: #000000;
}
.IllustrativeTitle {
	/*font-weight: bold;*/
	color: #009933;

}
.reminder {
	/*font-weight: bold;*/
	color: #ff0000;
}

table.simpleTable
	{
	width: 100%; 
	background-color: #999999; 
	}
th.simpleTable	
	{ 
	background: #cccccc; 
	vertical-align: bottom;
	}
td.simpleTable	
	{
	background: #ffffff;
	vertical-align: top;
	}

.ExpandableBlock{
	margin-top: 15px ;
	margin-bottom : 15px;
}

.BackBlock{
	background-color: #F3F3F3;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
}