/* CSS Document */
body {
	background:#EAEFF2 url(images/bg.JPG) right top no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#003366;
	margin-left: 0px;
	margin-top: 0px;
}
h1 {
	font-size: medium;
	color:#FFFFFF;
	background-color:#DA978E;
	line-height:130%;
	letter-spacing: 1px;
}

h2 {
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid #006699;
}
a:link {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#CC0000;
	text-decoration:none;
	background-color:#FFCCCC;
	font-weight:bold;
}
a:active {
	color:#CC0000;
	text-decoration:none;
	background-color:#FFCCCC;
	font-weight:bold;
}
.cell_flower_bg {
	background:url(images/flowers_right.JPG) left top no-repeat;
}
.cell_menu_bg {
	background:url(images/menu_bg.JPG) left top repeat-y;
}
.imgBorder {
	border: 1px solid #000000;
}
.linkImgBorder {
	border: 1px solid #000000;
}
.linkTextStyle {
	font-weight:bold;
	color:#CC0000;
}
