@CHARSET "ISO-8859-1";
	span.comment {
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		font-size: 8pt
	}
	span.experience_high {
		color: Black;
	}
	span.experience_some {
		color: DarkBlue;
	}
	span.experience_none {
		color: DarkGreen;
	}
	span.heading1 {
		font-size: 18pt;
		font-weight: bold;
		text-align: center;
	}
	span.heading2 {
		font-size: 14pt;
		font-weight: bold;
	}
	span.section {
		font-size: 13pt;
		font-weight: bold;
	}
	span.intro {
		font-size: 12pt;
	}
	a.nicered 	{
		background:url('images/buttonUp.png') no-repeat;
	    color: #FFFFFF;
   	    outline: none; /* hide dotted outline in Firefox */
	    font: normal 12px arial, sans-serif;
	    height: 32px;
	    width: 130px;
	    text-decoration: none;

	}
	a.nicered span { 
	    background: transparent url('images/buttonUp.png') no-repeat;
	    display: block;
	    text-align:center;
	    line-height: 30px;
		padding: 0px 0 0px 0px;
	}
	a.nicered:hover {
		background:url('images/buttonDown.png') no-repeat;
	    outline: none; /* hide dotted outline in Firefox */
	}
	a.nicered span:hover {
	    background: transparent url('images/buttonDown.png') no-repeat;
	}

	button.nicered 	{
		background:url('images/buttonUp.png');
		background-color:Transparent;
   	    border:none;
	    line-height: 30px;
	    height: 32px;
	    width: 130px;
		color: #FFFFFF;
	}
	button.nicered:hover {
		background:url('images/buttonDown.png');
	}
	
	
	button.arrowred span {
	    font: normal 9px arial, sans-serif;
		vertical-align: text-top;		
		margin-bottom: 15px;
	    line-height: 30px;
		padding: 0px 0 0px 0px;
	}

	button.arrowred 	{
		background:url('images/DownArrowUp.png');
		background-color:Transparent;
   	    border:none;
		margin-top: 0px;
		margin-bottom: 20px;
 	    line-height: 30px;
	    height: 32px;
	    width: 80px;
		color: #FFFFFF;
	}
	button.arrowred:hover {
		background:url('images/DownArrowDown.png');
	}
	button.arrowred span {
	    font: normal 9px arial, sans-serif;
		vertical-align: text-top;		
		margin-bottom: 15px;
	    line-height: 30px;
		padding: 0px 0 0px 0px;
	}

