/*
** DACG
** Name: STYLES.CSS
** Description: Set of styles for Standard Bank On-line Banking
*/

A:link {color: DarkBlue}
A:visited {color: DarkGray}

BODY  {
	font-family:  "arial", "verdana";
	color: 0F1F87;
	font-size: 10pt;
	text-indent: 16pt;
	margin-right: 0.5cm;
	background-image:  URL(../../graphics/Bgrlogo.gif);
	background-attachment: fixed;
      }

H1    {
	font-size: 16pt;
	font-weight: bold;
	background-color: #00009C;
	text-indent: 5pt;
	width: 80%;
	color: white;
	padding-top: 7pt;
	padding-bottom: 6pt;
       }

H2     {
	font-size: 11 pt;
	padding-top: 3pt;
	padding-bottom: 0pt;
	font-weight: bold;
	text-indent: 5pt;
	line-height: 3pt;
       }

H3     {
	margin-left: 0.5cm;
	font-size: 10pt;
	font-style: italic;
	padding-bottom: 0pt;
       }

H4     {
	margin-left: 0.5cm;
	font-size: 10pt;
	font-weight: bold;
        }

P		{
	margin-left: 8pt;
		}
		
.table {
	font-family:  arial, verdana;
	color: darkblue;
	font-size: 10pt;
		}

.normal, .highlight	{
						cursor: e-resize;
					}
.normal {color:darkblue}
.highlight {color:Fuchsia}

.Offscreen         {
                   display: none;
				   position: relative;
				   left: 12;
				   }

.Outline           {
					cursor: hand;
					color: #00cc33;
					}
					
.list1 {
	text-indent: 1cm;
	}

.list3 {
	text-indent: 0.5cm;
	font-weight=bold;
	}

.list2 {
	text-indent: 1cm;
	}

