﻿/* override default link style*/      
a:link {
    color:#225691;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
    font-weight: normal;
    font-size:9pt;
    text-decoration:none;
}

.indented {
	margin-left: 40px;
}

.centered {
	text-align: center;
}
    
a:visited {
    color:#465B80;
 	text-decoration:none;
}
     	
a:hover {
    color:#5AAEED;
	text-decoration:underline;
}

a:active {
	color:#0066AA;
	text-decoration:none;
}

/* Styles for formatting tables and default paragraph styles etc*/
header {
	font-size: 9pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: Center;
}

p {
	font-size: 9pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	text-align: left;
	list-style-image: url(Images/bullet_small.gif);
}

p.header {
	font-size: 10pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #999999;
	text-align: left;
	font-weight: bold;
	margin-bottom: -1.4em;
}

td {
	font-size: 9pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
	text-align: Left;
	list-style-image: url(Images/bullet_small.gif);
}


td.tableleft
{
    background-image:  url('images/table_lefttile.png'); 
    background-repeat: repeat-y;
}

td.tableright
{
    background-image:  url('images/table_righttile.png');
    background-repeat: repeat-y;
}

td.tablebottom
{
    background-image:  url('images/table_bottom.png'); 
    background-repeat: repeat-x;
}

td.tablebody
{
    background-image:  url('images/table_background.png'); 
    background-repeat: repeat-x;
}


td.header {
	font-size: 9pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; 
    color: #999999;
	font-weight: bold;
	background-image: url(images/table_top.png);
	background-repeat: repeat-x;
	text-align:center;
}

h1 {
	font-size: 12pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #999999;
	margin-bottom: -1em;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #999999;
	margin-bottom: -1em;
}
h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #999999;
	margin-bottom: -1em;
}
h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #999999;
	margin-bottom: -1em;
}
.smallgray {
	font-family: "Lucida Sans";
	font-size: 8pt;
	color: #808080;
}
.indented2 {
	margin-left: 60px;
}
