/* Global Styles */

body {
	margin:0;
	}

td 	{
	font:10px Arial, sans-serif;
	color:#2F4C85;
	}
	
a {
	color: #000033;
	}
	
a:hover {
	color: #E9B605;
	}
	
/* ID Styles */

#navigation a {
	font:9px Arial, sans-serif;
	color: #F7E8D5;
	letter-spacing:.1em;
	line-height:12px;
	text-decoration: none;
	display:block;
	padding: 6px 14px;
	}
	
#navigation a:hover {
	background: #CADDFB;
	color:#597DC4;
	}

/* Calendar Styles */

#calendar td {
	border: 1px solid #2F4C85; 
	}
	
#noborder td{
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color:#E9B605;
	}

#weekdays th {
	font-weight:bold;
	color: #5682C6;
	}

	
/* Class Styles */

.logo {
	font:18px Arial, sans-serif;
	color: #5682C6;
	letter-spacing:.3em;
	line-height:26px;
	}
	
.tagline {
	font:10px Arial, sans-serif;
	color: #5682C6;
	letter-spacing:.5em;
	line-height:14px;
	}
	
.bodyText {
	font:11px Arial, sans-serif;
	color:#2F4C85;
	line-height:24px;
	}
	
.storeText {
	font:12px Arial, sans-serif;
	color:#2F4C85;
	line-height:24px;
	}
	
.pageName {
	font:16px Arial, sans-serif;
	color: #CC9900;
	letter-spacing:.1em;
	line-height:24px;
	}
	
.subHeader {
	font:12px Arial, sans-serif;
	color: #2f4c85;
	line-height:20px;
	letter-spacing:.1em;
	font-weight:bolder;
	}
	
.navText {
	font:9px Arial, sans-serif;
	color: #F7E8D5;
	letter-spacing:.1em;
	line-height:12px;
	}

.calendarText {
	font:9px Arial, sans-serif;
	color: #2F4C85;
	letter-spacing:.1em;
	}
	
.boxes {
border-color:#597DC4;
border-width:1px;
border-style:solid;
}

.t {background: url(dot.gif) 0 0 repeat-x; width: 20em}
.b {background: url(dot.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px} 

