/* CSS Document */
body {
	background-image:url(images/stripes.jpg);
	}
	
.red {
	font-family:century gothic;
	color:#FF0000;
	font-size:12px;
	}
	
.block {
	font-family:arial;
	font-size:14px;
	}
	
.elbl {
	font-family:century gothic;
	color:#000099;
	font-size:12px;
	}
	
.script {
	font-family:Brush Script MT;
	font-size:16px;
	}
	
.bottom {
	font-family:century gothic; 
	color:#FFFF66; 
	font-size:9px;
	}
	
.textarea {
	font-family:century gothic;
	color:#746849;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
	}
	
.textarea2 {
	font-family:century gothic;
	color:#000099;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
	}
	
.smaller {
	font-family:century gothic;
	color:#000099;
	font-size:10px;
	}
	
.bigger {
	font-family:century gothic;
	color:#746849;
	font-size:16px;
	}
	
a.color:link { font-family:arial; font-size:14px; color:#000099; text-decoration:none; }
a.color:active { font-family:arial; font-size:14px; color:#000099; text-decoration:none; }
a.color:visited { font-family:arial; font-size:14px; color:#000099; text-decoration:none; }
a.color:hover { font-family:arial; font-size:14px; color:#003300; text-decoration:none; }

a.weddings:link { font-family:times; font-size:16px; color:#000099; font-weight:bold; text-decoration:none; }
a.weddings:active { font-family:times; font-size:16px; color:#000099; font-weight:bold; text-decoration:none; }
a.weddings:visited { font-family:times; font-size:16px; color:#000099; font-weight:bold; text-decoration:none; }
a.weddings:hover { font-family:times; font-size:16px; color:#990000; font-weight:bold; text-decoration:none; }

a.sizes:link { font-family:arial; font-size:14px; color:#746849; font-weight:bold; text-decoration:none; }
a.sizes:active { font-family:arial; font-size:14px; color:#746849; font-weight:bold; text-decoration:none; }
a.sizes:visited { font-family:arial; font-size:14px; color:#746849; font-weight:bold; text-decoration:none; }
a.sizes:hover { font-family:arial; font-size:14px; color:#003300; font-weight:bold; text-decoration:none; }
	
.question {
	font-family:century gothic;
	font-weight:bold;
	color:#746849;
	font-size:12px;
	}

.question2 {
	font-family:century gothic;
	font-weight:bold;
	color:#746849;
	font-size:15px;
	}
	
.answer {
	font-family:century gothic;
	color:#000099;
	font-size:12px;
	}
	
.header {
	font-family:century gothic;
	color:#000099;
	font-size:16px;
	}
	
.right-side {
	padding-right:60px;
	}
	
.bodytext {
	padding-left:15px;
	padding-right:15px;
	}
	
.bodyspace {
	padding-left:30px;
	padding-right:30px;
	}
	
.vertical {
	padding-left:15px;
	padding-right:15px;
	}
	
.horizontal {
	padding-left:15px;
	padding-right:15px;
	}
	
.right-middle {
	background-image:url(images/right-stretch.jpg);
	width:256px;
	}
	
#showit {
width:600px;		/* swf width */
height:400px;		/* swf height */
position:relative;
margin:0 auto;
}
#showit h1 {
font-family:"Times New Roman", Times, serif;
font-size:28px;
font-weight:bold;
font-style:italic;
margin:5px 0 0 0;
text-align:center;
color:#000000;			/* title color */
}
#showit h2 {
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
font-style:italic;
margin:5px;
text-align:center;
color:#000000;			/* subtitle color */
}

.showit_error {
margin:20px;
border:2px solid #000000;
padding:20px;
color:#990000;
background-color:#000000;
font-size:12px;
text-align:center;
}
.showit_error a:link, .showit_error a:visited {
color:#000000;
text-decoration:underline;
}
.showit_error a:hover, .showit_error a:active {
color:#000000;
text-decoration:none;
background-color:#000000;
}
	
