@import url("/Backend/MasterPages/css/TemplateStyles.css");
@import url("/Backend/MasterPages/css/ListingStyles.css");
@import url("/Backend/MasterPages/css/FormStyles.css");

body
{
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #DCDCDC;
	font-size: 16px;
}

a:link, a:visited
{
	color: #111199;
	text-decoration: underline;	
}

a:hover
{
	color: #007200;	
}

textarea
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

.PageHeader
{
	font-size: 24px;
	color: #111199;
	margin-bottom: 7px;
	border-bottom: dotted 2px #669999;
}

.PageSubHeader
{
	font-size: 18px;
	color: #111199;
	margin-bottom: 7px;
	border-bottom: dotted 2px #669999;
}


