p {
    margin-bottom: 8pt;
}

form {
    display: inline;
}

.large {
    font-size: 110%;
}

.larger {
    font-size: 120%;
}

.small {
	font-size: 90%;
}

.smallNote {
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}

.smaller {
	font-size: 80%;
}

.smallerNote {
    font-size: 80%;
    font-weight: normal;
    font-style: italic;
}

.smallest {
	font-size: 8pt;
}

.subPara {
    margin-top: 4pt;
}

.note {
	font-style: italic;
	font-size: 90%;
}

.error {
	font-weight: bold;
	color: red;
}

.copyright {
	font-size: x-small;
	font-family: Arial, sans-serif;
}

.localTimes {
	/* font-weight: bold; */
}

.holiday {
	background-color: #FFC0C0;
	color: #fff;
}

thead {
	font-size: 9pt;
	background-color:#e0e0e0;
	text-align: center;
}

body {
    font-weight: normal;
    font-size: 10pt;
    font-family: Arial, sans-serif;
}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


#Body {
	/* background-color: #fff; */
	/* margin: 3px 0px; */
	
	background: url(images/background.png) repeat-x top;
	margin: 0px;
	text-align: center;
}

#PlainBody {
	background: white ! important;
	margin: 10px ! important;
	text-align: left ! important;
}

#PlainBody2 {
	background: white ! important;
	margin: 0px ! important;
	text-align: left ! important;
}

#Content {
    width:950px;
    height:100%;
    margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border-left: solid 1px #a5c3e9;
	border-right: solid 1px #a5c3e9;
}

#ContentTableDiv {
    border-top: 1px solid #a5c3e9;
    background-color: white;
}

#ContentTable {
    padding-left: 6px;
    padding-right: 6px;
}


h2 {
	font-family: Arial, sans-serif;
	font-size: 13pt;
	margin-top: 0px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom: 6pt;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 6pt;
}

li {
	margin-bottom: 10px;
}

.emphasis {
    font-weight: bold;
}

.blue {
    color: #000099 ! important;
}

input {
    font-family: Arial, Helvetica, sans-serif;
}

select {
    font-family: Arial, Helvetica, sans-serif;
}

.row1 {
    background-color: white;
}

.row2 {
    background-color: #f0f0f0;
}

#MainContent a,
#MainContent a:link,
#MainContent a:visited,
#MainContent a:active {
    white-space: nowrap;
    text-decoration: none;
	background: url(/images/link-underline.gif) repeat-x 100% 100%;
	padding-bottom: 1px;
    color: #0000bb;
}

a.noLinkBorder {
	background: none !important;
	padding-bottom: 0px;
}

.noime {
    ime-mode: disabled;
}

.ticketInfo {
	cursor: pointer;
	font-size: 9pt;
}

.graphicLink, .graphicLink:hover, .graphicLink_disabled {
    padding: 2pt 4pt 2pt 4pt;
    text-decoration: none !important;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}

.graphicLink, .graphicLink:hover {
    color: #000;
	cursor: pointer;
}

.graphicLink {
    border: 1px solid #707070;
    background: url(/images/graphic-link-bk.gif) repeat-x 0 0;
    background-color: #dadada;
}

.graphicLink:hover {
    border: 1px solid #3c7fb1;
    background: url(/images/graphic-link-hover-bk.gif) repeat-x 0 0;
    background-color: #b2e0f9;
}

.graphicLink_disabled {
	color: #808080;
	background: #f4f4f4;
	border: 1px solid #adb2b5;
	cursor: default;
}
