body {
	background-image : url("images/background.jpg");
	background-color : #e1fbfd;
}

a:active {
	color : Blue;
	text-decoration : none;
}

a:hover {
	color : Red;
	text-decoration : none;
}

a:visited {
	color : Purple;
	text-decoration : none;
}

a:link {
	color : Blue;
	text-decoration : none;
}


h1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-style : normal;
	color : Red;
}

h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	color : Red;
}

h3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	color : Red;
}

h4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	color : Black;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
}

.caption {
	font-size : 8pt;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000;
	text-align : left;
}


table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	border : 1px none #006;
}

th {
	font-size : 10pt;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	background-color : Black;
}


th {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : White;
	font-weight : bold;
	background-color : Black;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
}

li {
	font-size : 10pt;
	font-style : normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.reftable {
	border: 1px solid Black;
	border-bottom : 1px solid Black;
	border-bottom-width : 1px;
	border-color : Black Black Black Black;
	border-left : 1px solid Black;
	border-left-width : 1px;
	color : Black;
	border-width : 1px 1px 1px 1px;
	border-top-width : 1px;
	border-top : 1px solid Black;
	border-style : solid solid solid solid;
	border-right-width : 1px;
	border-right : 1px solid Black;
	background-color : White;
}

.cellwhite {
	background-color : #fcfcfc;
	font-family : Arial Narrow, Arial MT Condensed Light, sans-serif;
}

.cellgrey {
	background-color : #ededed;
	font-family : Arial Narrow, Arial MT Condensed Light, sans-serif;
}

.p1{
	font-size: 6pt;
}

.p2{
	font-size: 8pt;
}

.p3{
	font-size: 10pt;
}

.p4{
	font-size: 12pt;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : White;
	align : center;
}

.record {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Red;
	font-weight : bold;
}
.false-link {
	color: #00F;
}

