/* Global Styles */

body {
	margin:0px;
	background-color: #000000;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:300;
	}
	
a:hover {
	color: #333333;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #00A5D0;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #00809F;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:22px times new roman;
	color: #FFFFFF;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #FFFFFF;
	line-height:18px;
	}
	
.bodyText {
	font:14px georgia;
	line-height:24px;
	color:#333333;
	}
.highlightText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #00A5D0;
}

.titleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #00A5D0;
	font-style: italic;
}
	
.pageName {
	color: #00A5D0;
	letter-spacing:0.1em;
	line-height:38px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 34px;
	}
.referralText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00A5D0;
	font-style: italic;
	font-weight: 300;
	line-height: 26px;
}

	
.subHeader {
	color: #FFFFFF;
	font-weight:normal;
	line-height:20px;
	letter-spacing:0.1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	}
	
.navText {
	font:12px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	}
	
.navBlueText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font:14px;
	color: #00A5D0;
	letter-spacing:0.1em;
	font-weight: bold;
	}

.calendarText {
	font:11px arial;
	line-height:14px;
	color:#FFFFFF;
	background-color: #000000;
	}
	
	

