BODY {
	background-color : orange;
	scrollbar-base-color : #00BFFF;
	scrollbar-face-color : #00008B;
	scrollbar-arrow-color : #F0F8FF;
	scrollbar-highlight-color : #F0F8FF;
	scrollbar-shadow-color : Gray;
	scrollbar-track-color : #00BFFF;
}
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	background-color : White;
}
A, A:LINK, A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : Blue;
	text-decoration : none;
}
A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #6495ED;
	text-decoration : none;
}
TD#footer {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #696969;
	background-color : White;
}
TD#footer A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #696969;
	text-decoration : underline;
}
TD#footer A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #696969;
	text-decoration : underline;
}
TD#footer A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #D3D3D3;
	text-decoration : none;
}
TD#pgtitle {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-variant : small-caps;
	font-weight : bold;
	letter-spacing : 4px;
}
TD#outline {
	border : 1px solid #00008B;
}
TD#main_inner {
	border-bottom-color : #00008B;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
INPUT#text {
	background-color : #F0F8FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
INPUT#texterror {
	background-color : #FFF0F5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
INPUT#button {
	background-color : #00008B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #F0F8FF;
}
.error {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #DC143C;
}
.success {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #006400;
	font-style : italic;
}
TEXTAREA#text {
	background-color : #F0F8FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
TEXTAREA#texterror {
	background-color : #FFF0F5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
TD#ticket_hdr {
	background-color : #FAEBD7;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #00008B;
	border-bottom-color : #DEB887;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	font-weight : bold;
}
TD#ticket_subhead {
	background-color : #FFFAF0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : italic;
	font-weight : bold;
	border-bottom-color : #DEB887;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
TD#ticket_text {
	border-bottom-color : #DEB887;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.hint {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : italic;
}


