﻿body, html
{
	margin: 0px;
	padding: 0px;
}
body
{
	text-align: left;
	padding: 20px 20px 0px 20px;
	position: relative; /* for ie7*/
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: #999999;
	background-image: url(../Images/MasterPage/Background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #444;
}
textarea
{
	font-size: 12px;
	border: solid 1px #999;
	width: 500px;
	max-height: 250px;
	height: 150px;
	font-family: 'Trebuchet MS' , Tahoma, Verdana, Arial, Sans-Serif;
	color: #000;
	overflow: auto;
	resize: none; /* Disable the resize grip in Chrome and Safari*/
}

a
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #375B57;
	outline:0px;
}

a:hover
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #58918A;
	text-decoration: none;
	outline:0px;
	
}



