@charset "utf-8";
/* CSS Document */


a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {

	color: #003366;
}
a:active {

	color: #003366;

}

body,div,p,table,td {
	font-size: 12px;
	color: #000000;
	border: none;
	list-style-position: inside;
	list-style-type: decimal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #99ffcc;
	background-image:url(images/pinstripe.jpg);
	background-repeat:repeat-x;
}

.texttable {
	background-image:url(images/body-bkgd.jpg);
	background-repeat:no-repeat;
	padding: 20px;
	padding-top: 10px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	list-style-position: outside;
	list-style-type: circle;
    font-family: Verdana, Arial, Helvetica, sans-serif;

}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #062544;
}

.heading2 {
	font-size: 12px;
	font-weight: bold;
	color: #062544;
}
.indent {
	text-align: left;
	margin-right: 40px;
	margin-left: 40px;
}
.lightbluetext {
	color: #99ffcc;
	
}

.menutable {
	background-image:url(http://www.kristinfiore.com/images/menu-whole.jpg);
	height: 429px;
	border: 0;
	width: 220px;
	
}
	
