.border {
	border: 1px solid #DDDDDD;
}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}


.Bann a:hover{
text-decoration: none;
}
.borderside {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	
}


.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	border-bottom-color: #CCCCCC;
}

.bordertop {
	border-top-width: 1px;
	border-top-style: solid;	
	border-top-color: #CCCCCC;

}

/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
			.bannBorder{
				  float:left;
				  clear:left;
				  background: url(http://localhost:8500/weddingindonesia/images/shadowAlpha.png) no-repeat bottom right !important;
				  background: url(http://localhost:8500/weddingindonesia/images/shadow.gif) no-repeat bottom right;
				  margin: 10px 0 10px 10px !important;
				  margin: 10px 0 10px 5px;
				  padding: 0px;
			}
			.bannBorder img{
				display: block;
				position: relative;
				background-color: #fff;
				border: 1px solid #C0C0C0;
				margin: -6px 6px 6px -6px;
				padding: 5px;
			}
			

.smallfont{
	font: 10px/18px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	color:#333333;
}
.smallfont a:hover{
	text-decoration:none;
	color:#000000;
}

.smallfont  a:link, a:visited, a:active {
	text-decoration:none;
	color:#333333;
}

.smallfontR{
	font: 10px/18px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	color:#CC0033;
}


.smallfontRU{
	font: 10px/18px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	color:#CC0033
	text-decoration:underline;
}
.smallfontG{
	font: 10px/18px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	color:#006600;
}

.smallfontB{
	font: 10px/18px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	color:#003399;
	text-decoration:underline;
}
.smallfontU{
	font: 10px/18px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
	text-decoration:underline;
}
.smallfontU a:hover{
	text-decoration:none;
	color:#000000;
	
}

.smallfontU  a:link, a:visited, a:active {
	text-decoration:underline;
	color:#333333;
}

.fontU{
	text-decoration:underline;
	font-style: normal;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.fontU a:hover{
	text-decoration:underline;
	
}

.fontU  a:link, a:visited, a:active {
	text-decoration:underline;
}

/* THIS IS THE TEST CODE TO MAKE THE DROP SHADOW WORK WITH BLOCK ELEMENTS. */
		.dropshadow1, .dropshadow2{
	float: left;
	background: url(http://localhost:8500/weddingindonesia/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(http://localhost:8500/weddingindonesia/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0  10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px;
}
		
			/* .innerbox only applies to test 2 */
				.innerbox{
				position:relative;
				bottom:6px;
				right: 6px;
				border: 1px solid #C0C0C0;
				padding:5px;
				margin: 0px 0px 0px 0px;
				}
				.innerbox{
				/* IE5 hack */
				\margin: 0px 0px -3px 0px;
				ma\rgin:  0px 0px 0px 0px;
				}
				
