@charset "utf-8";
Body {
	font-size: 14px;
	color: #CC3300;	
	font-family: "Lucida Calligraphy", "Brush Script MT";
}

.frameText {
	font-size: 15px;
}

.titleText {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-family: "Lucida Calligraphy", "Brush Script MT";
}

.defaultBG {
	background-color: #FF9999;
	background-image: url(images/main/anewinversebgbox.jpg);
}

.noLineLink {
	text-decoration: none;
	font-size: 14px;
	color: #CC3300;
	font-family: "Lucida Calligraphy", "Brush Script MT";	
}

.menuLinks {
	text-decoration: none;
	font-size: 13px;
	color: #CC3300;
	font-family: "Lucida Calligraphy", "Brush Script MT";	
}

a.menuLinks:hover {
	text-decoration: underline;
}

a.noLineLink:hover {
	text-decoration: underline;
}

.tableBorderBottom {
	border-bottom-style: hidden;
	border-bottom-width:thin;
	border-bottom-color:#CCC;
}
	