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

body
{
    padding: 0px;
    margin: 0px;
    background-image: url('../images/pagebkg.jpg');
	background-repeat:repeat-x;
	background-color:#dedede;
}
td.centercontent 
{
    background-color:White;
}    
td.PageTitle 
{
    font-family: Tahoma;
    font-size:40px;
    height:40px;
    font-weight:bolder;
    color:#323232;
}    
input.contactInput 
{
    width:300px;
    font-family:Arial;
    font-size:12px;
}
textarea.contactInput 
{
    width:300px;
    height:200px;
    font-family:Arial;
    font-size:12px;
}
   
td 
{
    font-family:Arial;
    font-size:12px;
}       
table.ContactOuterTable 
{
    background-color:#c9c9c9;
    border:1px solid #202020;
}    
input.contactButton
{
    width:150px;
    font-family:Arial;
    font-size:12px;
    font-weight:bolder;
}
.vv_link a {
	color:#dedede;
	font-size:1px;
}