BODY {
	background-color: #ffffff;
	margin: 5px;
}

BODY, TD, TH {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 10pt;
}

/* STYLES */

.small-caps {
	font-variant: small-caps;
}
.highlight1 {
	color: #ff4000;
}
.highlight2 {
	color: #5e5ebf;
}
.table-description {
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-weight: normal;
}

/* FORMATTING */

H1, H2, H3, H4 {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
/*H1 {
	margin-top: 15px;
	color: #ff4000;
	font-size: 18pt;
	font-weight: bold;
}*/
H1, H2 {
	margin-top: 15px;
	color: #5e5ebf;
	font-size: 14pt;
	font-weight: bold;
	line-height: 14pt;
}
H3 {
	margin-top: 15px;
	color: #2c7d9c;
	font-size: 12pt;
	font-weight: bold;
}
H4 {
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
}

P {
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-indent: 15px;
	text-align: justify;
}

DD P, BLOCKQUOTE P {
	text-indent: 0px;
	margin-bottom: 5px;
}

BLOCKQUOTE H1, BLOCKQUOTE H2, BLOCKQUOTE H3, BLOCKQUOTE H4 {
	margin-left: 0px;
}

UL, OL {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 40px;
}

UL {
	list-style: disc;
}

CODE {
	margin: 0px;
	padding: 0px;
}

BLOCKQUOTE {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 16px;
	margin-right: 25px;
	padding: 0px;
	padding-left: 7px;
	border-left: 3px double #84aec9;
}

SMALL, .font-small {
	font-size: 80%;
}
BIG, .font-big {
	font-size: 120%;
}

BLOCKQUOTE A:link, BLOCKQUOTE A:visited, BLOCKQUOTE A:active, BLOCKQUOTE A:hover, A, A:link, A:visited, A:active, A:hover {
	color: #578a92;
	text-decoration: none;
}
BLOCKQUOTE A:hover, A:hover {
	text-decoration: underline;
}

ADDRESS {
	text-align: right;
	margin-top: 20px;
	border-top: 1px dashed #aaaaaa;
	padding-right: 3px;
}

DT {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	font-weight: bold;
	font-variant: small-caps;
}

DD {
	margin: 0px;
	margin-left: 35px;
	padding: 0px;
	padding-bottom: 5px;
}


TABLE.table1 {
	background: #ffbbbb;
}
TABLE.table1 TH {
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
}
TABLE.table1 TD {
	background-color: #ffffff;
}

TABLE.table2 {
	background-color: #b8c5f7;
}
TABLE.table2 TH {
	font-weight: bold;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
}
TABLE.table2 TD {
	background-color: #ffffff;
}

TD.gallery-description {
	letter-spacing: 0px;
	padding-left: 12px;
	padding-top: 10px;
	padding-right: 10px;
}
TD.gallery-upfolder {
	font-size: 14px;
	letter-spacing: 0px;
	padding-left: 12px;
	padding-top: 10px;
	line-height: 15px;
}
TD.gallery-folder {
	font-size: 16px;
	letter-spacing: 0px;
	padding-left: 10px;
	line-height: 16px;
	font-variant: small-caps;
	font-weight: bold;
}
TD.gallery-folder A, TD.gallery-folder A:link, TD.gallery-folder A:active, TD.gallery-folder A:visited, TD.gallery-folder A:hover {
	text-decoration: none;
}
TD.gallery-image {
	text-align: center;
	padding: 15px;
}
TD.gallery-image-frame {
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #dedede;
	padding: 5px;
}
TD.gallery-image-title {
	padding-top: 8px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 15px;
	color: #578a92;
	font-weight: bold;
	border-left: 2px solid #dedede;
	border-right: 2px solid #dedede;
	border-top: none;
}
TD.gallery-image-description {
	padding: 5px;
	padding-top: 0px;
	border: 2px solid #dedede;
	border-top: none;
}

.window-more {
	background: url(/images/window-more.gif) bottom right no-repeat;
	height: 26px;
	display: block;
	line-height: 26px;
	text-decoration: none;
}
