﻿body {

    background-image: url(assets/background.jpg); 
	background-repeat:no-repeat;
	background-position:top;   

}

a:link { color: #FFFFFF; text-decoration: none; font-family: Arial; font-weight: bold; font-size:12px}
a:visited { color: #FFFFFF; text-decoration: none; font-family: Arial; font-weight: bold; font-size:12px}
a:active { color: #000000; text-decoration: none; font-family: Arial; font-weight: bold; font-size:12px}
a:hover { color: #000000; text-decoration: none; font-family: Arial; font-weight: bold; font-size:12px}

a.textContent:link { color: #C1272d; text-decoration: none; font-family: Arial; font-weight: bold; font-size:12px}
a.textContent:visited { color: #C1272d; text-decoration: none; font-family: Arial; font-weight: bold; font-size:12px}
a.textContent:active { color: #C1272d; text-decoration: none; font-family: Arial; font-weight: bold; font-size:12px}
a.textContent:hover { color: #C1272d; text-decoration: none; font-family: Arial; font-weight: bold; font-size:12px}



#container
{
	 height:100%;
     min-height:100%; 
     width: 800px;
     margin: 0 auto;   
   }
   
h1
{
    font-family:Arial;
    font-size:x-large;
    font-style:italic;
    color:#C1272d;
    text-align:left;
}
h3
{
    font-family:Arial;
    font-size:x-large;
    font-style:italic;
    color:#C1272d;
    text-align:center;
}
h4
{
    font-family:Arial;
    font-weight:normal;	
    font-size:small;
    text-align:center;
}
h2
{
    font-family:Arial;
    font-weight:normal;	
    font-size:small;
    text-align:justify;
}
.contentText
{
    font-family:Arial;
    font-weight:normal;	
    font-size:small;
    text-align:justify;
}
p
{
    font-family:Arial;
    font-weight:normal;	
    font-size:small;
    text-align:justify;
}
.style1
{
	font-weight:bold;
	color:#C1272d;
}
#emailaddressLabel
{
    font-family:Arial;
    font-size:small;
    color:Black;
      }  
#firstNameLabel      
{
    font-family:Arial;
    font-size:small;
    color:Black;
      }  
#lastNameLabel
{
    font-family:Arial;
    font-size:small;
    color:Black;
      }  
#companyNameLabel
{
    font-family:Arial;
    font-size:small;
    color:Black;
      }
#workPhoneLabel
{
    font-family:Arial;
    font-size:small;
    color:Black;
      }
#homePhoneLabel
{
    font-family:Arial;
    font-size:small;
    color:Black;
      }                

