
html, body { height: 101%;
			 margin: 0;
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 10pt;
			 color: black;
			 cursor: default;
			 background-color: #f7f7f7;
			 scrollbar-3dlight-color: #CFCFCF;
			 scrollbar-arrow-color: gray;
			 scrollbar-darkshadow-color: #ADADAD;
			 scrollbar-face-color: #DBDBDB;
			 scrollbar-highlight-color: #FAFAFA;
			 scrollbar-shadow-color: #DEE3E7;
			 scrollbar-track-color: #EFEFEF;
}

a:link {color: #352d5c; text-decoration: underline;}
a:active {color: #352d5c; text-decoration: underline;}
a:visited {color: #352d5c; text-decoration: underline;}
a:hover {color: #352d5c; text-decoration: none;}

a.plain:link {color: #494949; text-decoration: none; padding: 0; border: none;}
a.plain:active {color: #494949; text-decoration: none; padding: 0; border: none;}
a.plain:visited {color: #494949; text-decoration: none; padding: 0; border: none;}
a.plain:hover {color: #494949; text-decoration: none; padding: 0; border: none;}

a.blue:link {color: #0089e1; font-weight: bold; text-decoration: none;}
a.blue:active {color: #0089e1; font-weight: bold; text-decoration: none;}
a.blue:visited {color: #0089e1; font-weight: bold; text-decoration: none;}
a.blue:hover {color: #0089e1; font-weight: bold; text-decoration: underline;}

.textbox {
	padding: 4px;
	border-style: solid;
	border-color: #152983;
	border-width: 1px;
	font-size: 9pt;
	letter-spacing: 1px;
}

.textboxRequired {
	padding: 4px;
	border-style: solid;
	border-color: crimson;
	border-width: 1px;
	font-size: 9pt;
	letter-spacing: 1px;
}

.menuTable {
		position: absolute;
		padding: 3px;
		margin: 35px 0 0 0;
		background-color: #ebebeb;
		border-style: solid;
		border-color: #34106e;
		border-width: 1px;
}

.menuCell {
		padding: 3px 25px 3px 7px;
		background: #ebebeb;
		border-style: solid;
		border-color: #ebebeb;
		border-width: 1px;
		font-size: 8pt;
		color: #373737;
		font-weight: bold;
		cursor: pointer; cursor: hand;
}

.menuCellHover {
		padding: 3px 25px 3px 7px;
		background: #818374;
		border-style: solid;
		border-color: #34106e;
		border-width: 1px;
		font-size: 8pt;
		font-weight: bold;
		color: white;
		cursor: pointer; cursor: hand;
}

.image {
	border-width: 1px;
	border-color: #dddddd;
	border-style: solid;
}

.header {
	font-size: 22pt;
	font-weight: bold;
	color: #352d5c;
	font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, Times New Roman, Times, serif;
}

.sub_header {
	font-size: 18pt;
	color: #352d5c;
}

.caption {
	padding: 5px;
	font-size: 8pt;
	font-style: italic;
	color: #494949;
	text-align: left;
}

.caption2 {
	padding: 5px 5px 0 0;
	font-size: 8pt;
	color: #494949;
	text-align: left;
}