@charset "utf-8";
/* CSS Document */

body 	{
		background-color:#cccc99; 
		color:#000000; 
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10pt;
		margin-top:0cm;
		}
td		{
		color:#000000; 
		font-family:Arial, Helvetica, sans-serif;	
		vertical-align:top;
		font-size:10pt;
		}

a:link	{
		color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		}

a:visited {
		color:#990000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		}
a:hover	{
		color:#990000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		}		
.gsMainHead
		{
		font-size:16pt;
		font-weight:700;
		font-style:italic;	
		font-family:Times New Roman, serif;
		
		}
.gsSecondHead
		{
		font-size:12pt;
		font-weight:500;
		font-style:italic;	
		font-family:Times New Roman, serif;
		}

.myTableBorder
		{ border-style:outset;
		border-right-style: outset;
		border-right-width: 10px;
		border-right-color: #990000;
		border-bottom-style: outset;
		border-bottom-width: 10px;
		border-bottom-color: #990000;
		vertical-align:top;

		}
.myPictureTableBorder
	{ border-style:solid;
		border-right-style:solid;
		border-right-width: 4px;
		border-right-color: #990000;
		border-bottom-style: solid;
		border-bottom-width: 4px;
		border-bottom-color: #990000;
		border-top-style:solid;
		border-top-width: 4px;
		border-top-color: #990000;
		border-left-style: solid;
		border-left-width: 4px;
		border-left-color: #990000;
		vertical-align:top;
		}
.rowShadingPicTable
		{
		color:#FFFFFF;
		background:#990000;
		}
		
hr		{
		color:#000066;
		width:75%;
		}
.mySmallText
		{
		color:#000066; 
		font-family:Arial, Helvetica, sans-serif;	
		font-size:.65em;
		font-weight:bold;
		}
.imgBanLeft {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgBanRight {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
dt
		{
		margin-top: .75cm
		}