body {
	background-color : #ace4ea;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #333333;
	background-image: url(../images/bella_laccio_bridal_logo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
@media print {
      .noprint { display: none; }
}
img, a img {	
	border: 0 none;
}
td {
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #333333;
	line-height: 18px;
	font-weight: normal;
}
.box1, table.box1 td {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.main_menu, .main_menu:Link, .main_menu:Visited {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-bottom: 15px;
	padding-top: 9px;
	padding-right: 15px;
	padding-left: 15px;
}
.main_menu:Hover {
	color: #4ed1de;
}
.fade_top {
	background-image: url(../images/fade_u.png);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: bottom;
}
.fade_bottom {
	background-image: url(../images/fade_b.png);
	background-position: top;
	background-repeat: repeat-x;
	vertical-align: top;
}
.fade_left {
	background-image: url(../images/fade_l.png);
	background-position: right;
	background-repeat: repeat-y;
	text-align: right;
	width: 10px;
}
.fade_right {
	background-image: url(../images/fade_r.png);
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
	width: 10px;
}
.box_body {
	background-color: white;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.box_body2 {
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 20px;
}
.box_left {
	background-color: #ace4ea;
	width: 185px;
	padding-bottom: 20px;
	background-image: url(../images/bg_left_side.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.box_right {
	width: 457px;
}
.box_blue {
	background-color: #ace4ea;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
}
h1 {
	font-size: 24px;
	margin-bottom: 5px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: black;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	margin-bottom: 3px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: black;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: black;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	margin-bottom: 0px;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: white;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #4c7e43;
}
.dots {
	border-top: 2px dotted #a5a5a5;
}
hr {
	border: 0px solid #4a3d21;
	color: #4a3d21;
	height: 1px;
	background-color: #4a3d21;
}
A, A:Link, A:Visited {
	color: #ce1212;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #ed5b5b;
	text-decoration: none;
}
.white, .white:Link, .white:Visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.white:Hover {
	text-decoration: underline;
}
/* Tool Tips */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
