a:link {color:#666633; text-decoration:none;}
a:visited {color:#669900; text-decoration:none;}
a:hover {color:#996600; text-decoration:underline;}
a:active {color:#FFFF99; text-decoration:none;}

a:link.footer {color:#FFFF99;text-decoration: none;font-size: 8pt;font-family:Arial}
a:visited.footer {color:#FFFF99;text-decoration: none;font-size: 8pt;font-family:Arial}
a:hover.footer {color:#FFFFFF;text-decoration: none;font-size: 8pt;font-family:Arial}
a:active.footer {color:#FFFF99;text-decoration: none;font-size: 8pt;font-family:Arial}

BODY {
	font-size: 10pt;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
}

TD {
	font-size: 10pt;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
}

H1 {
	font-size: 16pt;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color: #696D18;
}

H2 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #696D18;
}

H3 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #696D18;
}

H4 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.large-green {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #696D18;
}

.large-red {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #CC0000;
}


.heading {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #696D18;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.small {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.smallgray {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #DADADA;
}

.tiny {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}

IMG {
	border: none;
}


/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:365px; height:370px; 
  	z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:365px; height:370px; 
	clip:rect(0px, 365px, 370px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:15px; height:370px; 
  font-size:1px; z-index:1;
  border:1px;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:15px; height:342px;
  background: url("images/track.gif") #336 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:13px; height:20px;
  background-color:#D8B760;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

/* Styles for demo, not necessary for scrolling layers */  
/* body  { overflow:hidden; text-align:center }*/

div.content { text-align:left }
table.main { 
  margin:auto; text-align:left;
  }
  
table.main td.text, table.main td.navs { vertical-align:top; text-align:left }
td#scrollLinks  { width:12px }
td.navs ul { margin:0; padding:0; list-style:none }
td.navs ul li { margin:0 1em .6em .4em;  text-align:right }
td.navs ul li a { text-decoration:none }
td.navs ul li a:hover { text-decoration:underline }

td.dashed { border:1px dashed #996600 }
td.border { border:1px solid #996600 }


.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #336633;}
	
.redlarge {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
#menutd {
	padding:0;	
	position:relative;
	z-index:101;
}
#menu {
	behavior: url("csshover3.htc");	
	margin:0;
	padding:0;
}
#menu div {
	margin:0;
	padding:0;
	position:relative;
	float:left;
}
#menu div div {
	position:absolute;
	display:none;
	border:1px solid #336600;
	left:0px;
	top:23px;
}
#menu div:hover div {
	display:block;
}
#menu div:hover div div div {
	display:none;
}
#menu div div a {
	background-color:#FFFF99;
	display:block;
	text-align:center;
	padding:7px 15px 7px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}
#menu div div div:hover div a {
	background-color:#FFFFCC;
	color:#666600;
}
#menu div div a:visited, #menu div div a:link {
	color:#666600;
	text-decoration:none;
}
#menu div div a:hover, #menu div div a:active, #menu div div div:hover a {
	color:#000;
	text-decoration:none;
	background-color:#FFCC33;
}
#menu div div div div a:hover, #menu div div div div a:active {
	color:#000;
	text-decoration:none;
	background-color:#FFFF99;
		
}
#menu div div div {
	display:block;
	border:none;
	position:relative;
	top:auto;
	left:auto;
	width:100%;
}
#menu div div div div {
	position:absolute;
	display:none;
	border:1px solid #336600;
	left:95%;
	top:0px;
	width:auto;
}
#menu div div div:hover div {
	display:block;
}

.savethedate{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    letter-spacing: 2px;
}
.stjudeslg {
    font-family: Times,Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.stjudessm {
    font-family: Times,Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.francescospresents {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    letter-spacing: 0px;
}

.contenttext{
    font-family: Verdana, Trebuchet MS,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
.smallcontent {
    font-family: Verdana, Trebuchet MS,Helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}