<!--
/*index page*/
body {
	background-image: url(images/bg.jpg);
	margin:0;
	color:#FFFFFF;
	scrollbar-3dlight-color:#FF1493;
           scrollbar-arrow-color:#C71585;
           scrollbar-base-color:#C71585;
           scrollbar-track-color:#FFFFFF;
           scrollbar-darkshadow-color:#696969;
           scrollbar-face-color:#D8BFD8;
           scrollbar-highlight-color:#FFFFFF;
           scrollbar-shadow-color:#000000;
}
.style1 {color: #FFFFFF}
.style2 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; }
.style5 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.maintable {
background-image: url(images/bgbody.png);
	background-repeat:repeat-y;
}
.leftside {
height:100%;
width:12;
background-image: url(images/side_lt.png);
	background-repeat:repeat-y;
}
.rightside {
height:100%;
width:64;
background-image: url(images/side_rt.png);
	background-repeat:repeat-y;
}
/*home page*/
.bg_iframe {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0;
	color:#FFFFFF;
}
.left_cell {
	padding:10px;
}
.right_cell {
	padding:10px;
}
a:link {
	color: #00CCCC;
	text-decoration: none;
}
a:visited {
	color: #00CCCC;
	text-decoration: none;
}
a:hover {
	color: #009999;
	text-decoration: none;
}
a:active {
	color: #00CCCC;
	text-decoration: none;
}
.wed_title {
	color:#00CCCC;
	font-size:18px;
}
.wed_text {
	margin:10px;
	padding:10px;
}
.name {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 350px;
}
.message {
	width: 350px;
	height: 200px;
	margin-top: 10px;
}
-->/* CSS Document */

