@charset "utf-8";
/* CSS Document */

body
{
background-image:url(../images/faux_finish_background.jpg); background-repeat:repeat;
vertical-align:top;
}
p
{
font-size:10pt;
font-family:Arial, Helvetica, sans-serif;
margin:10px 0px 0px 0px;
padding:0px;
color:#000000;
line-height:140%;
text-align:left;
}
p.imagetitle
{
text-align:center;
font-size:10pt;
font-weight:bold;
color:#330066;
 }
h1,h2,h3,h4,h5,h6
{
font-family:"Times New Roman", Times, serif;
margin:10px 0px 0px 0px;
padding:0px;
color:#511c62;
line-height:140%;
text-align:left;
font-style:italic;
}
img
{
border:none;
}
img.thumb
{
border:solid 1px #000000;
}
td
{
vertical-align:top;
}
td.thumbcell
{
width:150px;
}
td.thumbcell2
{
width:162px;
text-align:center;
}
td.thumbcell3
{
width:278px;
text-align:center;
padding-top:20px;
}

/* anchor tag text formatting for main content with light background */		

a:link.light /* unvisited link */
	{
	color: #c35601; 
	text-decoration: none; 
	}
a:visited.light /* visited link */
	{
	color: #c35601;
	text-decoration: none;
	}
a:hover.light /* mouse over link */
	{
	color: #e4d700;
	text-decoration: underline;
	} 
a:active.light  /* selected link */
	{
	color: #7815cb;
	text-decoration: underline;
	}
	
/* andchor tag for colored background */
		
a:link /* unvisited link */
	{
	color: #000000; 
	text-decoration: none; 
	}
a:visited /* visited link */
	{
	color: #000000;
	text-decoration: none;
	}
a:hover /* mouse over link */
	{
	color: #c35601;
	text-decoration: underline;
	} 
a:active  /* selected link */
	{
	color: #c35601;
	text-decoration: underline;
	}
