/* portfolio.css - 07 Apr 2003 - triggercommunication
   Cascading Style Sheet used for portfolio section.
*/
body {
	background-color: #FFFFFF; 
	margin: 0px; }
h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 9pt;
	font-weight: bold; 
	color: #666699; 
	margin-bottom: 0px; }
p, ul, li, td {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 8pt; 
	color: #333366; 
	margin-top: 0px; }
li {
	list-style-image: url("/images/bullet.gif"); }			
td {
	vertical-align: top; }
td.leftcol {
	height: 200px;
	padding: 4px;
	background-color: #CCCCCC; }
p.credit {
	color: #999999;
	font-style: italic; }	
a, a:link, a:visited, a:active {
	color: #6699CC;
	text-decoration: none; }
a:hover {
	color: #000033;
	text-decoration: none; }
p.level3 {
	font-size: 7pt;
	font-weight: bold; 
	margin-left: 17px; 
	letter-spacing: 0.2em; }	
a.level3, a.level3:link, a.level3:visited, a.level3:active {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none; }
a.level3:hover {
	font-weight: bold;
	color: #000033;
	text-decoration: none; }
a.level4, a.level4:link, a.level4:visited, a.level4:active {
	font-size: 7pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none; }
a.level4:hover {
	font-size: 7pt;
	text-transform: uppercase;
	font-weight: bold;
	color: #000033;
	text-decoration: none; }	
strong {
	font-weight: bold;
	color: #666666; }	
p.footer {
	font-size: 7pt; 
	color: #CCCCCC; 
	text-align: right; }	
