body { font-family: Arial,Helvetica,san-serif }

div.small 
{
	font-size: smaller;
	font-weight: 100;
}

span.small 
{
	font-style: italic;
	font-size: smaller;
	font-weight: 100;
}

.nopad 
{
	margin: 0px;
	padding: 0px;
}

div.pullout
{
	border : thin solid Gray;
	background : Yellow;
	padding : 5px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

.alert
{
	color : Red;
	font-weight : bold;
	font-style : italic;
}
.leftborder {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 1em;
}

