@charset "utf-8";
/* CSS Document */

h1
{
    font-size: large;
    font-family: Verdana;
    color: #666666; 
}

p
{
     font-size: medium;
     font-family: Verdana;
     color: #666666;
}

.formLabel
{
    font-size: medium;
    font-weight: bold;
    font-family: Verdana;
    color: #666666;    
}

#validation
{
    font-family: Verdana;
    font-weight: normal;
	font-size:11px;
	
}
