body {
	background-color: #C5F3C2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

table {
	background-color: #FFFFCC;
	border-style: double;
	border-color: #993300;
	border-width:thick;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}

.td14green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
}

.td16green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #330000;
}

.td12script {
	font-family: Script MT Bold, Monotype Corsiva; 
	font-size: 12px;
	color: #330000;
	line-height: 12px;
	margin-right: 1px;
}

.td14script {
	font-family: Script MT Bold, Monotype Corsiva; 
	font-size: 14px;
	color: #330000;
	line-height: 14px;
	margin-right: 1px;
}

.td18script {
	font-family: Script MT Bold, Monotype Corsiva; 
	font-size: 18px;
	color: #330000;
	line-height: 18px;
	margin-right: 1px;
}

.td22script {
	font-family: Script MT Bold, Monotype Corsiva; 
	font-size: 22px;
	color: #330000;
	line-height: 22px;
	margin-right: 1px;
}

.invitation12 {
	font-family: Invitation, Script MT Bold, Monotype Corsiva;
	font-size: 12pt;
	font-weight: bold;
	color: #003300; 
}

.invitation14 {
	font-family: Invitation, Script MT Bold, Monotype Corsiva;
	font-size: 14pt;
	font-weight: bold;
	color: #003300; 
}

.invitation16 {
	font-family: Invitation, Script MT Bold, Monotype Corsiva;
	font-size: 16pt;
	font-weight: bold;
	color: #003300; 
}

.invitation18 {
	font-family: Invitation, Script MT Bold, Monotype Corsiva;
	font-size: 18pt;
	font-weight: bold;
	color: #003300; 
}

.invitation24 {
	font-family: Invitation, Script MT Bold, Monotype Corsiva;
	font-size: 24pt;
	font-weight: bold;
	color: #003300; 
}

.invitation28 {
	font-family: Invitation, Script MT Bold, Monotype Corsiva;
	font-size: 28pt;
	font-weight: bold;
	color: #003300; 
}

.invite16 {
	font-family: Invitation, Script MT Bold, Monotype Corsiva;
	font-size: 16px;
	color: #003300;
	font-weight: bold;
}

.invite20 {
	font-family: Invitation, Script MT Bold, Monotype Corsiva;
	font-size: 20px;
	color: #003300;
	font-weight: bold;
}

form {
	background-color: #CCCC99;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
    background-color: #990000; color: #FFFF66;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
  color: #660000; font-style: oblique;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #C5F3C2;
    color: #333333;
}

.nav {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFCC;
	line-height: 16px;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
    font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
    color: #990000;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #FFFF99;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
    border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
    color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.tiny {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
	background-color: #FFFFCC;
	line-height: 12px;
}
/* Credits:  Dynamic Drive CSS Library */
/* URL:      http://www.dynamicdrive.com/style/ */
.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	z-index: 0;
}

.thumbnail span {
	/* CSS for enlarged image */
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img {
	/* CSS for enlarged image */
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span {
	/* CSS for enlarged image */
	visibility: visible;
	top: 0;
	left: 60px; /* position where enlarged image should offset horizontally */
}

/* this is not from DynamicDrive */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

a {
	color: #330000;
}

a:hover {
	color: #CC6600;
}


