a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #000099;
}

a:visited {
	color: #003399;
}

a:active, a:hover {
	background-color: #f0f0f0;
	color: #cc0000;
}

a:top {
	color: #ffffff;
}

table {
	text-align: justify;
}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 85%;
	margin-left:  5%;
	margin-right: 5%;
	background-color: #fbfbfb;
}

p  {
	text-align: justify;
	margin-bottom: 6pt;
	margin-right:  10pt;
	margin-left:   10pt;
}

h1 {
	margin-top: 25pt;
	font-family: Arial, Helvetica, Verdana;
	font-size: 160%;
}

h2 {
	margin-top: 20pt;
	font-family: Arial, Helvetica, Verdana;
	font-size: 130%;
}

h3 {
	font-family: Arial, Helvetica, Verdana;
	font-size: 120%
}

ul { 
	list-style-image:URL("images/bullet.png");
}

ul a:hover { 
	list-style-image:URL("images/bullet_on.png");
}

li { 
	margin-top: 2pt;
}

th {
	padding: 3pt 3pt 3pt 3pt;
}

td {
	padding: 3pt 3pt 3pt 3pt;
}

img {
	border: 0;
}

.textright  { text-align: right;  }
.textleft   { text-align: left;   }
.textcenter { text-align: center; }
.texttop    { vertical-align: text-top; }

.imgleft    {
	float: left;
	padding-right: 10pt;
}

.comment  {
	font-size: 90%;
	color: gray;
	text-decoration: none;
}

.commentbold {
	font-size: 90%;
	font-weight: bold;
	color: gray;
}

.command {
	font-family: Helvetica, Verdana, Arial;
	border-style: solid;
	border-width: 1px;
	border-color: #bebebe;
	background-color: #efefef;
	width: 80%;
	margin-left: 5%;
}

.cell {
	font-size: 80%;
	background-color: #ebf5ff;
}

.title {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	background-color: #dce7f1;
}

.attention {
	margin-top : 8pt;
	margin-bottom : 3pt;
	margin-left : 5%;
	font-size: 75%;
	border-style: solid;
	border-width: 1px;
	border-color: #b0a69b;
	background-color: #e8e0d7;
	color: Gray36;
}

.menu {
	border-style: solid;
	border-width: 1px;
	border-color: #b3c1d9;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	background-color: #d8e2f5;
	width: 100%;
}

.menu a:Hover {
	text-decoration: none;
	background: white;
	color: #000000;
}

.menu a {
	text-decoration: none;
	color: #000099;
}

.table2 {
	text-align: right;
	border-style: solid;
	border-width: 1px;
	border-color: #b3c1d9;
	width: 100%;
}

.table3 {
	text-align: center;
	width: 90%;
	margin-left: 5%;
	font-size: 95%;
}

.table4 {
	font-size: 100%;
	width: 98%;
	margin-left: 1%;
}

.note {
	margin-top : 8px;
	margin-bottom : 3px;
	margin-left : 80%;
	text-align: right;
	font-size: 85%;
	border-style: solid;
	border-width: 1px;
	border-color: #b0a69b;
	background-color: #e8e0d7;
	width: 20%;
}
