<!-- Style Sheet for Ideashape.com -->

<!-- Body Formatting -->

Body {
	background-color : FFFFFF;
	background-image: url(http://www.ideashape.com/images/other/background.gif);
	}
	
td {
	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	color: #003366;
	text-align: left;
	font-weight: 500;
}

ul {
	list-style: disc;
	list-style-image: url(http://www.ideashape.com/images/other/greenBullet.jpg);
}

.bold_green {
	color: #99CC00;
	font-weight: 700;
	font-size: 10pt;
}

.small {
	font-weight: 500;
	font-size: 9pt;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #99CC00;
	font-weight: 700;
}

.text_quote {
	text-align: right;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: 700;
	color: #99CC00;
	width: 250px;
	margin-left: 250px;
}

.quote {
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
	font-weight: 700;
}

.right {
	text-align: right;
	padding-right: 20px;
	color: #99CC00;
	font-weight: 700;
}

.nopadding {
	margin-bottom: -3px;
}

.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 003366;
	font-weight: 700;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 003366;
	font-weight: 700;
	margin-left: 25px;
	font-style : italic;
}

.blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 003366;
	
}

<!-- Body Links -->

a {
	color:  #003366;
	text-decoration: underline;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
	color: #99CC00;
}

