@charset "utf-8";
body {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.homeTable {
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #CCCCCC;
}

.topRightBannerBG {
	background-image: url(../images/topRightBannerBG.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.topLeftBannerBG {
	background-image: url(../images/topLeftBannerBG.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftBannerBG {
	background-image: url(../images/LeftBannerBG.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.leftBannerBG_repeat {
	background-image: url(../images/LeftBannerBG_repeat.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}

.footer {
	background-image: url(../images/footerBG.png);
	background-repeat: repeat-y;
	background-position: left top;
	color: #666666;
}
.titleTextOrange {
	font-size: 16px;
	color: #FF7E00;
	font-weight: bold;
}
.titleTextBlue {
	font-size: 18px;
	color: #0066FF;
	font-weight: bold;
}
.titleTextGray {
	font-size: 24px;
	color: #999999;
	font-weight: bold;
}



.navText {
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: circle;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}

a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p {
	padding-bottom: 10px;
	margin: 0px;
}
