   A:link    {text-decoration: none;
              color: #428197; }
   A:visited {text-decoration: none;
              color: #428197; }
   A:active  {text-decoration: none;
              color: #428197; }
   A:hover   {text-decoration: none;
              color: #000000;}

	body {
		margin: 0px;
		}
	
	td {
		font-family: Verdana; 
		font-size: 11px; 
		line-height: 14px; 
		color: #343434;
		}

	.title {
		font-family: Verdana; 
		font-size: 21px; 
		line-height: 25px; 
		color: #2b698f;
		}
	
	.subtitle {
		font-family: Verdana; 
		font-size: 11px;
		line-height: 20px;
		font-weight: bold;
		color: #2b698f;
		}

	.footer {
		font-family: Verdana; 
		font-size: 9px; 
		line-height: 14px; 
		color: #a1a1a1;
		}

    form {
	margin:0px;
	} 

    input {
	    width: 160px;
		background-color: #dde1e1; 
		border: 1px solid; 
		border-color: #1e4963; 
		color: #606060; 
		font-family: Tahoma; 
		font-size: 8pt; 
		height: 16px; 
		}
     .error {
	    background-color: #99c2dd; 
		}
    textarea {
        border: 1px solid; 
        border-color: #1e4963;
        background: #dde1e1;
        color: #606060; 
        font-size: 8pt;
		}
		
	.gradualshine {
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		}