﻿@charset "utf-8";
.greytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: none;
	text-decoration:none;
	padding:10px 0 0 15px;
	line-height:320%;
	font-weight:bold;
	text-transform:uppercase;
}
.lowercase {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: capitalize;
	color: #666666;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#logo {
	top:1px;
	position:relative;
	width:239px;
	height:70px;
	float:left;
	padding-bottom:20px;

}
#containerblock {
	height:400px;
	width:270px;
	position:relative;
	float:left;
}
.field1 {
	display:block;
	position:relative;
	float:left;
	height:38px;
	width:253px;
	background:white url('../images/grey_but_back.jpg') no-repeat;
	padding:2px 10px 2px 0px;
	color:black;
	

}
.field1 a:hover{
	display:block;
	position:relative;
	float:left;
	background:white url('../images/grn_but_back.jpg') no-repeat;
	height:38px;
	width:253px;
	padding:0 10px 2px 0px;
	text-decoration:none;

}
.field2 {
	display:block;
	position:relative;
	float:left;
	height:38px;
	width:253px;
	padding:2px 10px 2px 0px;
	

}

a {
color:#898989;
text-decoration:none;
height:38px;
width:253px;
display:block;

}

a:hover {
	text-decoration:none;
	color:white;
}