﻿body 
{
	font-family:Verdana;
	font-size:10px;
}

select
{
	font-family:Verdana;
	font-size:10px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;	
}

.bordered
{
	border:solid 1px gray;	
}

.leftBordered
{
	border-left:solid 1px gray;	
}

.bottomBordered
{
	border-bottom:solid 1px gray;	
}

.topBordered
{
	border-top:solid 1px gray;	
}

.title
{
	font-weight:bold;
	background-color:gray;
	color:white;
}

.textbox
{
	font-family:Verdana;
	font-size:10px;
}

.button
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	background-color:gray;
	color:white;
	border:solid 1px #e3e3e3;
	width:90px;
	cursor:pointer;	
}

