/* Global Styles */

body {
	margin:0;
	}

 td { 
	font:12px Georgia, Times New Roman, Times, serif;
	color: #333333;
	}
	
a {
	color: #cc4444;
	text-decoration:none;
	}
	
a:hover {
	color: #ff8888;
	background: #eeeeee;
	text-decoration:none;
	}

/* ID Styles */

#heading1 {
	font:14px Georgia, Times New Roman, Times, serif;
	color: #FF9900;
	text-decoration:none;
	line-height:16px;
	}
	
#heading1 a {
	font:14px Georgia, Times New Roman, Times, serif;
	color: #FF9900;
	text-decoration:none;
	line-height:16px;
	letter-spacing:.1em;
	}
	
#heading1 a:hover {
	color: #FFFFCC;
	text-decoration: overline underline;
	}
	
#calendar td {
	border: 1px solid #5E584F;
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	padding:2px;
	}

#calheader td {
	font-size:11px;
	color: #FF9900;
	}
	
#borderline {
	border: 2px solid #5E584F;
	}

/* Class Styles */
	
.HeadingHuge {
	font: 30px Georgia, Times New Roman, Times, serif;
	font-style: normal;
	color: #907744;
	font-weight: normal;
	line-height:32px;
	letter-spacing:.05em;
	}
	
.HeadingLarge {
	font: 24px Georgia, Times New Roman, Times, serif;
	font-style: normal;
	color: #907744;
	font-weight: normal;
	line-height:26px;
	letter-spacing:.05em;
	}
	
.HeadingTiny {
	font: 11px Georgia, Times New Roman, Times, serif;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	line-height:13px;
	letter-spacing:.02em;
	}
	
.SmallLink {
	font: 11px Arial, sans-serif;
	color: #ff6666;
	font-weight: bold;
	line-height:20px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.SmallLink:hover {
	color: #ffffff;
	}
	
.MediumLink {
	font: 12px Arial, sans-serif;
	color: #aa0000;
	font-weight: bold;
	line-height:13px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.MediumLink:hover {
	color: #ffffff;
	}
	
.TinyText {
	font: 9px Arial, sans-serif;
	color: #000000;
	font-weight: bold;
	line-height:10px;
	letter-spacing:.03em;
	text-decoration: none;
	}

.TinyText:hover {
	color: #ffffff;
	}
	
.logo {
	font: 50px Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #E45E15;
	font-weight: bold;
	line-height:52px;
	letter-spacing:.2em;
	}
	
.title {
	font: 24px Georgia, serif;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	line-height:26px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	
.motto {
	font: 12px arial, sans-serif;
	font-style: italic;
	color: #E45E15;
	font-weight: bold;
	line-height:12px;
	letter-spacing:.2em;
	text-decoration: none;
	}
	
.motto:hover {
	font: 12px arial, sans-serif;
	font-style: italic;
	color: #aaaa00;
	font-weight: bold;
	line-height:19px;
	letter-spacing:.2em;
	text-decoration: none;
	}
	
.RedShadow {
	font: 60px Lucida Handwriting, Freestyle Script, sans-serif;
	font-style: normal;
	color: #cc3333;
	background: #f5f5f5;
	font-weight: normal;
	line-height:66px;
	letter-spacing:.01em;
	text-shadow: rgb(128,128,128) 0.07em 0.07em 0.07em ;
	}
	
.BlackShadow {
	font: 25px Arial, sans-serif;
	font-style: normal;
	color: #111111;
	font-weight: normal;
	line-height:28px;
	letter-spacing:0.60em;
	text-shadow: rgb(64,64,64) 0.05em 0.05em 0.05em ;
	}
	
.StockShadow {
	font: 40px Georgia, Times New Roman, Times, serif;
	font-style: italic;
	color: #cc3333;
	background: #f5f5f5;
	font-weight: normal;
	line-height:44px;
	letter-spacing:.01em;
	text-shadow: rgb(128,128,128) 0.04em 0.04em 0.04em ;
	}
	
.GreenShadow {
	font: 17px Arial, sans-serif;
	font-style: normal;
	color: #007700;
	font-weight: bold;
	line-height:20px;
	letter-spacing:0.10em;
/*	text-shadow: rgb(192,192,192) 0.05em 0.05em 0.05em ;*/
	}
	
.BottomLinks {
	font: 13px Arial, sans-serif;
	font-style: normal;
	color: #cc3333;
	background: #f5f5f5;
	text-decoration:none;
	font-weight: bold;
	line-height:15px;
	letter-spacing:0.01em;
	}
	
.BottomLinks:hover {
	font: 13px Arial, sans-serif;
	font-style: normal;
	color: #ff8888;
	background: #f0f0f0;
	text-decoration:underline;
	font-weight: bold;
	line-height:15px;
	letter-spacing:0.01em;
	}
	
.ItemBorder {
	color: #ffffff;
	}

.ItemBorder:hover {
	color: #bbffbb;
	}