.imgBorder {
	border: 10px solid #efefef;
}
.tableGrayTB {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
}
.tableGrayTLRB {
	border: 1px solid #999999;
}

.tableGrayB {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tableWhiteB {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.content {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18px;
	font-size: x-small;
	color: #333399;

}
.menu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #003333;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2pt;
}
.lmenu {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 20px;
	color: #333399;
	line-height: 26px;
	text-decoration: none;
	letter-spacing: 0pt;
}

.tmenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	color: #333399;
	text-decoration: none;
	letter-spacing: 1pt;
}

.title {
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 24px;
	letter-spacing: 1pt;
	color: #FF0000;
	font-weight: bold;
}
.subtitle {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	letter-spacing: 1pt;
	font-size: 16px;
}
	
.text {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1pt;
	
}
.text2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 20px;
	color: #336699;
	line-height: 26px;
	letter-spacing: 1pt;
}

.linkto {
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #CC3333;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.lmenu:hover {
	color: #FF6600;
}
.tmenu:hover {
	color: #FF9900;
}
.menu:visited {
}