body {
	scrollbar-base-color: #887A9B;
	scrollbar-arrow-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.hide {
	display: none;
}

.container {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bodytext {
	font-size: 11px;
	color: #000066;
	line-height: 120%;
}

p, li, td, .normal {
	font-size: 12px;
}

.padcell {
	padding: 3px;
}

.help {
	/*font-family: "Times New Roman", Times, serif;
	font-size: 14px;*/
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #C70606;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #554768;
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #887A9B;
	text-align: center;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #887A9B;
	text-align: left;
	margin-bottom: -5px;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #000000;
	text-align: center;
}

	input.textbox , textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000066;
		background-color: #FFFFDD;
		border: 1px solid #9999FF;
		padding: 3px;
		line-height: 110%;
	}
	
	input.button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-color: #DDDDFF;
		border: 1px ridge #9999FF;
		color: #000066;
	}
	
	select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000066;
		background-color: #FFFFDD;
		border: 1px solid #9999FF;
	}
	
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

.hidden {
	visibility: hidden;
}

h3 a:link {
	color: #554768;
	text-decoration: none;
}

h3 a:visited {
	color: #554768;
	text-decoration: none;
}

h3 a:hover {
	color: #554768;
	text-decoration: underline;
}

h5 a:link {
	color: #887A9B;
	text-decoration: none;
}

h5 a:visited {
	color: #887A9B;
	text-decoration: none;
}

h5 a:hover {
	color: #887A9B;
	text-decoration: underline;
}

.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-style: italic;
	line-height: 120%;
}

.alert:first-letter {
	color: #c70606;
	font-weight:bold;
	font-size:150%;
}

a.white:link, a.white:visited {color:#FFFFFF; text-decoration:none}
a.white:hover {color:#FFFFFF; text-decoration:underline}

a:link {
	color: #c70606;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

td.topleftcell {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

td.bottomrightcell {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.noBottom {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.noTopOrBottom {
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.noTop {
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.borderAsSpacer {
	border: 1px solid #FFFFFF;
}

.dayTable {
	border: 1px solid #FFFFFF;
}

.designer {
	font-family: 'trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

.footer {
	font-size: 11px;
}