TD.mainbg {
	background-color: #cae3fa;
}

body {
	background-color: #e4f2fc;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

table {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	color: #000000;
	line-height: 1.5em;
}


h1 {
	font-family: Tahoma, Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.footbar {
	font-family: Tahoma, Verdana;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

A {
	font-family: Tahoma, Verdana;
	color: #163766;
	text-decoration: none;
}

A:hover {
	font-family: Tahoma, Verdana;
	color: #163766;
	text-decoration: underline;
}

UL.arrow {
	list-style-type: none;
	line-height: 1.5em;
	padding-left: 1em;
}

UL.arrow LI {
	background: url('graphics/arrow.png') no-repeat 0 3px;
	padding-left: 16px;
}

UL.plugin {
	list-style-type: none;
	line-height: 1.5em;
	padding-left: 1em;
}

UL.plugin LI {
	background: url('graphics/plugin.png') no-repeat 0 3px;
	padding-left: 16px;
}

UL.update {
	list-style-type: none;
	line-height: 1.5em;
	padding-left: 1em;
}

UL.update LI {
	background: url('graphics/update.png') no-repeat 0 3px;
	padding-left: 16px;
}

.extra {
	margin: 10px 5px 0px 30px;
	float: right;
	padding: 2px;
	border: 1px dashed #1fa9e5;
}
