
/* GENERAL STYLES */

BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

BODY, P, TD, TH, LI, DD, DT {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
}

TH {
	white-space: nowrap;
}

H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #005079;
	text-align : left;
}

H1 {
	margin: 0px;
}

H1 { font-size: 24px; }
H2 { font-size: 18px; }
H3 { font-size: 14px; }
H4 { font-size: 12px; }
H5 { font-size: 10px; }
H6 { font-size: 8px; }


A {
	color: #9999EE;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #9999EE;
	text-decoration: none;
}

A:hover {
	color: #333366;
	text-decoration : none;
}

/* FORMS */

TEXTAREA {
	background-color: #EEEEFF;
	border: 1px solid #000000;
	padding: 1px;
}

INPUT.text {
	background-color: #EEEEFF;
	border: 1px solid #000000;
	padding: 1px;
}

INPUT.button {
	background-color: #EEEEFF;
	border: 1px solid #000000;
	padding: 1px;
	font-weight: bold;
}

/* SPECIAL STYLES */

A.menu {
	color: #005079;
	font-weight: bold;
	text-decoration: none;
}

A.menu:visited {
	color: #005079;
}

A.menu:hover {
	color: #9999EE;
	text-decoration : none;
}

/* LAYOUT ELEMENTS */

BODY {
	background-image: url(img/pagebg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

TD.bg {
	background-image: url(img/pagebg2.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

TD.header {
	width: 650px;
	height: 120px;
}

TD.menu {
	width: 110px;
	padding-top: 5px;
	padding-right: 10px;
	white-space: nowrap;
}

TD.content {
	width: 490px;
	height: 250px;
	border: 1px solid #005079;
	background-color: #F9FCFF;
	padding: 10px 20px 10px 20px;
}

TD.footer {
	height: 70px;
	font-size: 10px;
	text-align: right;
	color: #666666;
}

