@charset "utf-8";

html		{
		scrollbar-base-color:		#ffff99;
		scrollbar-face-color:		#003399;
		scrollbar-track-color:		#aaaaaa;
		scrollbar-arrow-color:		#ffff99;
		scrollbar-highlight-color:	#ffffff;
		scrollbar-shadow-color:		#000000;
		background-color:		#bbbbbb;
		}

a:link		{color:				#003366;}
a:hover		{color:				#000033;}
a:visited	{color:				#006699;}

body		{
		margin:				0px;
		font-family:			arial, geneva, helvetica, sans-serif;
		font-weight:			bold;
		}

dfn		{font-style:			normal;}

dd		{margin-right:			150px;}

dt		{
		font-family:			"courier new", courier, monospace;
		text-transform:			capitalize;
		font-size:			14pt;
		color:				#003399;
		font-weight:			bold;
		}

h1, h2, h3	{
		font-family:			"courier new", courier, monospace;
		color:				#003399;
		}

h1 a:link, h1 a:hover, h1 a:visited, h2 a:link, h2 a:hover, h2 a:visited
		{
		text-decoration:		none;
		color:				#003399;
		}

img		{margin:			10px;}

li.firm		{list-style:			outside url("pics/firmlogo.gif");}
li.fm		{list-style:			outside url("pics/fmlogo.gif");}
li.ma		{list-style:			outside url("pics/ma.gif");}
li.ngm		{list-style:			outside url("pics/ngmlogo.ico");}
li.rs		{list-style:			outside url("pics/rs32.ico");}
li.svb		{list-style:			outside url("pics/svb16.gif");}
li.tg		{list-style:			outside url("pics/tglogo.gif");}
li.zdr		{list-style:			outside url("pics/zdr.gif");}

p		{margin-right:			150px;}

sup		{font-size:			70%;}

table, td	{
		text-align:			center;
		border:				4px groove #0066cc;
		border-collapse:		collapse;
		}

td		{
		width:				25%;
		line-height:			1.7em;
		}

.form		{
		border-style:			none;
		text-align:			left;
		}

#left		{
		width:				420px;
		float:				left;
		margin-left:			-80px;
		}

#right		{
		width:				420px;
		float:				right;
		padding-right:			240px;
		}

.sc		{font-variant:			small-caps;}

div#main	{
		width:				860px;
		margin-left:			auto;
		margin-right:			auto;
		padding:			50px 0 120px 140px;
		background:			url("pics/backga.gif") no-repeat top left,
url("pics/backgb.gif") no-repeat bottom right;
		background-color:		#dddddd;
		}

.text		{clear:				both;}
