/*
:: CASCADING STYLESHEET > MEDIA: SCREEN
:: (c) NADINE BOUDREAU
:: http://www.nadineboudreau.com/
*/
a, b, blockquote, h1, h2, h3, h4, h5, h6, p, td, th, ul, ol, li, strong
	{
	font-family: verdana, arial, geneva, sans-serif;
	}
.important		{background-color: #999966; color: #000000;}
.highlight		{background-color: #FFFF00; color: #000000;}
.productionnote	{background-color: #99FFFF; color: #000000;}
.red			{background-color: #FFFFFF; color: #FF0000;}
.saved			{background-color: #FFFFFF; color: #FF0000; font-size: 30px; text-align: center;}
a:link			{color: #336699; text-decoration: none;}
a:visited		{color: #336699; text-decoration: none;}
a:active		{color: #FF0000; text-decoration: underline;}
a:hover			{color: #006633; text-decoration: underline;}
abbr, acronym, dfn
	{
	cursor: help;
	border-bottom: dashed #000000 1px;
	font-style: normal;
	}
address	{font-style: normal;}
blockquote, p, td, ul, ol, li
	{
	font-size: 12px;
	font-weight: normal;
	}
p.small
	{
	color: #666666;
	background-color: #FFFFFF;
	font-size: 10px;
	}
p.subsubmenu
	{
	margin-top: 6px;
	margin-bottom: 6px;
	}
body
	{
	background-color: #FFFFFF;
	font-family: verdana, arial, geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
h1, h2, h3, h4, h5, h6
	{
	background-color: #FFFFFF;
	color: #006633;
	font-family: arial, verdana, sans-serif;
	}
h1	{font-size: 18px;}
h2	{font-size: 14px; margin-top: 30px;}
h3	{font-size: 12px; margin-top: 25px;}
h4	{font-size: 10px;}
h5	{font-size: 10px;}
h6	{font-size: 10px;}
li, p, th
	{
	font-size: 12px;
	}
li	{
	margin-top: 4px;
	margin-bottom: 4px;
	}
sup, sub
	{
	font-size: 8px;
	}
th	{
	text-align: left;
	}
ul	{
	list-style-image: url(../images/site/miscellaneous/bulleticon.gif);
	list-style-type: disc;
	}