.titleBox {
	color: #000000;
	background: url("css/LighterblueBg.jpg") top left repeat;
}
.pageBackground {
	background: url("css/blueBg.jpg") top left repeat;
}
.defaultText,td, body, div, span, p, li, ul, input, .titleBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titleText, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.pageTitleArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	background: url("css/LighterblueBg.jpg") top left repeat;
}
.barTL{
	background:url("css/titleBoxTL.jpg") no-repeat left top;
}
.barT{
	background:url("css/titleBoxT.jpg") repeat-x top left;
}
.barTR{
	background:url("css/titleBoxTR.jpg") no-repeat right top;
}
.barBL{background:url("css/titleBoxBL.jpg") no-repeat left bottom;}
.barBR{
	background:url("css/titleBoxBR.jpg") no-repeat right bottom;
}
.barB{background:url("css/titleBoxB.jpg") repeat-x left bottom;}
.barL{background:url("css/titleBoxL.jpg") repeat-y left top;}
.barR{background:url("css/titleBoxR.jpg") repeat-y right top;}

/** hyperlink redefined **/
a {
	text-decoration: none;
	color: #003399;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color: #FF0000;
	font-weight:bold;
	}
	
.titleBoxLink {
	cursor: hand;
	font-weight: bold;
}

.bodyStyle {
	color: #000000;
}

body {
	color: #000000;
	background: url("css/blueBg.jpg") top left repeat;
	margin-x:0;
	margin-y:0;
}

.titleBarStyle {
	background-color: #FFFFFF;
}
.titleBoxTitle {
	font-size: 12px;
	font-weight: bold;
}
.codeStyle {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #0000FF;
}
.highlightCodeStyle {
	font-weight: bold;
	color: #009900;
	font-size: 11px;
	font-family: "Courier New", Courier, mono;
}

.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.menuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

th, caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
}
.highlightCodeStyleBolder {
	font-weight: bold;
	color: #CC0000;
	font-size: 11px;
	font-family: "Courier New", Courier, mono;
}
