hr {
	color: #CC9966;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000099;
	border-top-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000099;
	line-height: normal;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.num {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
	line-height: normal;

}
.ColHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #336633;
	font-weight: bold;
	font-variant: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	border-top-style: outset;
	padding-left: 3px;
	
	border-top-color: #808080;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
}
A:link   {
	text-decoration: none;
	font-weight: bold;
	color: Teal;
}

A:visited  {
	text-decoration: none;
	font-weight: bold;
	color: Maroon;
}

A:active  {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00;
}

A:hover  {
	color: Blue;
	text-decoration: underline;
}
.overhead-rule {
	padding: 3px;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.rsvp {
	font-weight: bold;
	border: none;
	background-color: #FFFFAA;
	height: 14px;
}
.tablehome {
	margin-top: 10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
body         {
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color : #FFFFFF;
}
.FormBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000099;
}
.features {
	list-style-image: url(resources/reddot.gif)
}

@media screen {
	
	A.email {
		background: url(resources/Icons/ico_envelope2.gif) transparent no-repeat 2px center;
		padding-left: 20px; /* image width is 16px*/
	}
		
	A.external {
		background: transparent url(resources/ico_newwin.gif) 2px center no-repeat;
		padding-left: 22px; /* image width is 13px*/
	}

}

/*** Show Destinations of links in Offline Media ***/
@media print {
	
	A.external:after {
		content: " [" attr(href) "]";
	}
	
}