body
{
	background-image: url(images/bg.gif);
	background-color: #eeeeee;
}

p { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 12px; 
 line-height: 18px;
 padding-left: 8px;
 color: #333333;
 }
.error
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 14px; 
 font-weight: bold;
 line-height: 14px;
 padding-left: 10px;
 color: #F00;
 }
 
.small
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 line-height: 14px;
 padding-left: 10px;
 color: #333333;
 }
 .big
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 14px; 
 line-height: 20px;
 padding-left: 0px;
 color: #333333;
 }
td { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 12px;
 color: #333333;
 }
a:link {
 color: #333333;
 font-weight: bold; 
 text-decoration: none;
 }
a:visited {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
 }
a:active {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
 }
a:hover {
 color:#666666;
 font-weight: bold;
 text-decoration: overline;
 }
a.head:link {
 color: #888888;
 font-weight: bold; 
 text-decoration: none;
 }
a.head:visited {
 color: #888888;
 font-weight: bold;
 text-decoration: none;
 }
a.head:active {
 color: #888888;
 font-weight: bold;
 text-decoration: none;
 }
a.head:hover {
 color:#AAAAAA;
 font-weight: bold;
 text-decoration: overline;
 }
input, textarea, select {
 background-color: #eeeeee;
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #333;
 padding: 0px; 
} 

input.button {
 background-color: #ccc;
 border-style: outset;
 border-color: #999;
 border-width: 2;
} 