body, td
{
	font-family: Trebuchet MS, Tahoma, Arial;
	line-height: 17px;
                     font-size: 12pt;
	color: #333;
	
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #3399ff;
}

a:hover
{
	text-decoration: underline;
	color: #1084F8;
}

.title
{
	line-height: 175%;
	font-family: Verdana;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;

}

.menu
{
	text-align: left
}

a.menu
{
	text-transform: uppercase;
	text-align: right;
	width: 270px;
	color: #3399ff;
	display: block;
	padding: 1px 0 0px 0;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover
{
	text-decoration: underline;
}

a.on
{
	color: #333;
}

h1
{
	padding-bottom: 3px;
	font-size: 16px;
	color: #fb7000;
}

h2
{
	font-size: 14px;
}


input, select, textarea
{
	outline: none;
	padding: 3px;
	border: 1px solid #aaa;
}

input:focus, textarea:focus, select:focus
{
	background:#ffffdd;
}

button
{
	cursor: pointer;
	cursor: hand;
	border:1px outset #F0F0F0;
	background-color: #EDF0F3;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
