body
   {background:#E8E8E8; background:url(greywrinkle.gif) repeat fixed}

.L
   {text-align:left}

#L
   {text-align:left}

.C
  {	text-align : center }

#C
  {	text-align : center }

h1 {
	text-align:center;
	color: Navy;
	font-weight:bold;
	font-size:24pt;
	font-family:"Times New Roman", "CG Times"
}

h2 {
	text-align:center;
	color: #000033;
	font-weight:bold;
	font-size:18pt;
	font-family:"Times New Roman", "CG Times"
}

h3 {font-weight:normal;
    font-size:16pt; 
    font-variant:small-caps;
    font-family:"Times New Roman", "CG Times"}

hr {color:#0060C0; 
    height:2}
.red
   {color:#FF3000}
#red
   {color:#FF3000}
.black
   {color:#000000}
#black
   {color:#000000}

p  {text-align:justify;
    color:#000000; 
    font-weight:normal;
    font-size:12pt; 
    font-family:"Times New Roman", "CG Times"}

.bigred
   {
	color: #990000;
	text-align:justify;
	font-size:16pt
}

.bigredc  {
	color: #990000;
	text-align:center;
	font-size:18pt
}

ul.square 
	{list-style-type : square;}
li.star  { 
    list-style-image:url("bullet1.gif"); 
	margin-right: 10px; 
}
li.ball {
     list-style-image:url("blueball.gif"); 
	 padding-right: 10px; 
}
.nobr 
    { white-space:nowrap; }

a:link {color=#3060FF}
a:visited {color=#3030A8}
a:hover {color=#903030}
a:active {color=#C00000}

img {
	border : none;
	vertical-align : middle;
} 

img.border {
    border : solid;
	border-color : Blue;
	border-width : 2px;
}

code {font-size:11pt}
