body		{
		color:#000000;
		background-image:url(../images/layout/bg_left.jpg);
		background-position:left;
		background-repeat:repeat-y;
		margin:0px;
		font-family:arial, sans serif;
		}
td		{font-size:9pt;}
a:link 		{color:#333366; text-decoration:none;}
a:visited 	{color:#333366; text-decoration:none;}
a:hover 	{color:#333333; text-decoration:none;}
a:active 	{color:#333366; text-decoration:none;}
a:focus 	{color:#333333; text-decoration:none;}

.bgLightGreen	{background-color:#f0f7f1;}
.bgDarkGreen	{background-color:#cddace;}
.bgFadeDarkGreen{
		background-color:#f0f7f1;
		background-image:url(../images/layout/fade_right.jpg);
		background-position:left;
		background-repeat:repeat-y;
		}

.copy		{font-size:7pt;}
.textBold	{font-weight:bold;}
.headline	{
		color:#454d88;
		font-size:13pt;
		font-weight:bold;
		padding-bottom:3px;
		border-bottom:2px solid #454d88;
		}
.subline	{
		color:#333333;
		font-size:11pt;
		font-weight:bold;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		}
.menuOut	{
		background-image:url(../images/layout/fade_left.jpg);
		background-position:left;
		background-repeat:repeat-y;
		text-align:right;
		height:22px;
		padding-right:5px;
		border-top:1px solid #666666;
		border-bottom:2px solid #333333;
		border-right:2px solid #333333;
		}
.menuOver	{
		background-color:#f0f7f1;
		text-align:right;
		height:23px;
		padding-right:5px;
		border-top:1px solid #333333;
		border-bottom:1px solid #333333;
		border-right:1px solid #333333;
		}