
/* GENERAL STYLES */

BODY {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

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 : #000000;
	text-align : left;
}

H1 { font-size: 32px; }
H2 { font-size: 24px; }
H3 { font-size: 16px; }
H4 { font-size: 12px; }
H5 { font-size: 10px; }
H6 { font-size: 8px; }


A {
	color: #AAAAEE;
	font-weight: bold;
	text-decoration: none;
}

A:visited {
	color: #AAAAEE;
	text-decoration: none;
}

A:hover {
	color: #333366;
	text-decoration: none;
}

A:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* PAGE CONTENT STYLES */

.note {
	color: #9999CC;
	font-size: 11px;
}

/* SPECIAL STYLES */

A.menu {
	color: #9999CC;
	font-weight: bold;
	text-decoration: none;
}

A.menu:visited {
	color: #9999CC;
}

A.menu:hover {
	color: #333366;
	text-decoration : none;
}

/* LAYOUT ELEMENTS */

TD.header1 {
	width: 600px;
	height: 120px;
}

TD.header2 {
	width: 20px;
	height: 100px;
}

TD.header3 {
	height: 100px;
}

TD.rightside {
	width: 110px;
}

TD.menu-nw {
	width: 20px;
	height: 20px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #F3F3FF;
}

TD.menu {
	padding: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #F3F3FF;
	text-align: right;
	white-space: nowrap;
}

TD.central {
	width: 620px;
	background-image: url(/img/centralbg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

TD.content {
	width: 510px;
	height: 250px;
	border: 1px solid #000000;
	background-image: url(/img/contentbg.png);
/*	background-color: #F9F9FF;*/
	padding: 10px 20px 10px 20px;
}

TD.footer {
	width: 550px;
	height: 70px;
	font-size: 10px;
	color: #666666;
}

TD.modified {
	padding: 3px;
	font-size: 8px;
	color: #9999CC;
	text-align: center;
	white-space: nowrap;
}
