/*
Styles
This is a secondary stylesheet.
It is now used to include styles that are available to Wendy in content manager.
*/
body {
margin:0;
}

td, body {
font-family: arial, verdana, 'sans serif';
font-size: .8em;
}

a:link { color: #4682b4; }
a:visited { color: #267093; }
a:active { color: #4682b4; }
a:hover { color: #4682b4; }

a.redlink:link { COLOR: #FF0000; }
a.redlink:visited { COLOR: #FF0000; }
a.redlink:active { COLOR: #FF0000; }
a.redlink:hover { COLOR: #FF0000; }

a.orange:link { COLOR: #FFA500; }
a.orange:visited{ COLOR: #FFA500; }
a.orange:active { COLOR: #FFA500; }
a.orange:hover { COLOR: #FFA500; }
.orange { color: #FFA500; }

a.orangebrown:link { COLOR: #DC8E2A; }
a.orangebrown:visited{ COLOR: #DC8E2A; }
a.orangebrown:active { COLOR: #DC8E2A; }
a.orangebrown:hover { COLOR: #DC8E2A; }
.orangebrown { color: #DC8E2A; }

h1,h2,h3
{
font-family: arial, verdana, 'sans serif';
}

.contentTitle {
	font-family: arial, verdana, 'sans serif';
	font-size: 18px;
}

.contentSubTitle {
	font-family: arial, verdana, 'sans serif';
	font-size: 18px;
	color: #4682b4;
}

.contentOrangeSubTitle {
	font-family: arial, verdana, 'sans serif';
	font-size: 18px;
	color: #ff6633;
}

.contentSubSubTitle {
	font-family: arial, verdana, 'sans serif';
	font-size: 16px;
}
a.smalltext {
	font-family: verdana;
	font-size: 8pt;
}
.smalltext {
	font-family: verdana;
	font-size: 8pt;
}
.smallgoldtext
{
	font-family: verdana;
	font-size: 8pt;
	color: #daa520;
}

.topSmallFont
{
	color: #4682b4;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
}
.topLargeFont
{
	color: #000000;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
.topBreak
{
	padding-bottom: 0px;
}
.topBox
{
	border: 1px solid #cccccc;
	padding: 15px;
}