@charset "utf-8";
/* CSS Document */
html, body, #fullheight {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  }   
   #fullheight {
      margin: 0 auto;
      vertical-align: middle;
	}
.GreyBackground {
	background-color:	
}
.LatestWork {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: 
	font-weight: normal;
	
}

.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	text-transform: uppercase;
	color: #000000;
	
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
}

.SubHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
	color: #000000;
	vertical-align: top;
}
  @font-face {
    font-family: 'Helvetica 35 Thin';
    font-style:  normal;
    font-weight: normal;
    src: HELVETI1.eot;
  }
img
{  border-style: none;
}


.Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
}

/* PUT THESE CSS DEFINTIONS IN YOUR STYLESHEET */
/* can use these to toggle the visibility of html elements */
.visible
{
  display: inline;  
  visibility:visible;
}
 
.hidden
{
  display: none;
  visibility: hidden;
}
 



