﻿body
{
    font-size: 12px;
    font-family:Arial;
    margin: 0px;
    border: 0px;
    padding: 0px;
    line-height: 18px;
    text-align: center;
    color: #303030;
}
.top
{
    background-color: #FFFFFF;
    width:1000px;
    }
.middle
{
    background-color: #ffffff;
    width: 1000px;
}
.bottom
{
   background-color: #FFFFFF; 
   width:1000px;
   }

table
{
    margin: 0px;
    padding: 0px;
    border:0px;
}

a:link {
	color: #415262;
	text-decoration: none;
}
a:visited {
	color: #415262;
	text-decoration: none;
	
}
a:hover {
	color: #4F79A0;
	text-decoration: underline;
}

.title a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.title a:visited {
	color: #FFFFFF;
	text-decoration: none;
	
}
.title a:hover {
	color: #D4D0CF;
	text-decoration: underline;
}

input
{
    border:#7f9db9 1px solid;
}

textarea
{
   border:#7f9db9 1px solid; }
