﻿/* CSS Document */
body
{
	margin: 0px;
	font-family: tahoma;
}

.top_menu
{
	color: #FBE6E6;
	font-size: 12px;
	text-decoration: none;
}

.gray {
	color: #666666;
	font-size: 11px;

}

.bottom_MENU {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

*#floater
{
	padding: 0px 0px 0px 0px;
	position: relative;
	margin: 0px;
	width: 160px;
	height: auto;
	visibility: visible;
	border-style: none;
	top: 0px;
	left: 0px;
}

.textbox
{
	border: 0px none #FFFFFF;
	margin: 8px 8px 8px 0px;
	padding: 0px;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2864AC;
	width: 85%;
	text-transform: uppercase;
}

.textbox3
{
	border: 0px none #FFFFFF;
	margin: 8px 8px 8px 0px;
	padding: 0px;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2864AC;
	width: 85%;
}

.textbox2
{
	border-width: 0px;
	margin: 8px 8px 8px 0px;
	padding: 0px;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CB0D0D;
	border-style: none;
	width: 85%;
	text-transform: uppercase;
}

.refreshbutton
{
	font-family: tahoma;
	font-size: 12px;
	color: #003300;
	background-color: #00CC66;
	border-style: outset;
	border-width: 1px;
}

.pointer_cursor 
{
	cursor: pointer;
	}
