﻿/* Default CSS Stylesheet for a new Web Application project */

.articletitle
{
	color: #b8924e;
	font-size: 21px;
}

h1.articletitle
{
	color: #b8924e;
	font-size: 21px;
	font-weight: normal;
	text-decoration: none; 
	margin-top: 0; 
	margin-bottom: 0; 
}

.browntitle
{
	color: #b8924e;
	font-size: 15px;
	font-weight: normal;
}

h2.browntitle
{
	color: #b8924e;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none; 
	margin-top: 0; 
	margin-bottom: 0; 
}

.blacktitle
{
	color: #222222;
	font-size: 15px;
	font-weight: bold;
}

.footertitle
{
	color: #b8924e;
	font-family: Tahoma,Arial, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: -1px;
}

a:link.footer, a:visited.footer
{
	font-size: 11px;
	margin: 0px;
	font-family: Tahoma,Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: #939392;
}

a:hover.footer
{
	font-size: 11px;
	margin: 0px;
	text-decoration: underline;
	color: #ed1921;
}

a:link.crumb, a:visited.crumb
{
	font-size: 11px;
	margin: 0px;
	font-family: Tahoma,Arial, Verdana, Sans-Serif;
	text-decoration: none;
	color: #939392;
}

a:hover.crumb
{
	font-size: 11px;
	margin: 0px;
	text-decoration: none;
	color: #ed1921;
}





