﻿body 
{
	margin: 0px;
}

.textbox
{
	font-family: Arial;
	font-size: 10px;
	color: #F2E89B;
	background-color: #D55119;
	border: 0px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
}


.default
{
	font-family: Tahoma;
	font-size: 11px;
	color: #F2E89B;
}

.red
{
	font-family: Arial;
	font-size: 12px;
	color: #D55119;
}

.yellow
{
	font-family: Arial;
	font-size: 12px;
	color: #F2E89B;
}

a.yellow
{
	font-family: Arial;
	font-size: 12px;
	color: #F2E89B;
	text-decoration: none;
	font-weight: bold;
}

a.yellow:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #F2E89B;
	background-color: #D55119;
	text-decoration: none;
	font-weight: bold;
}

a.red
{
	font-family: Arial;
	font-size: 11px;
	color: #D55119;
	text-decoration: none;
}

a.red:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #F2E89B;
	text-decoration: none;
}
