/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:12px tahoma;
	color:#333333;
	}
	
a {
	color: #CC0000;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #CC0000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px tahoma;
	color: #fff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #CC0000;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px tahoma;
	color: #fff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px Tahoma;
	color: #FFFFFF;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:14px "Tahoma", Times, serif;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:12px "Tahoma", Times, serif;
	line-height: 18px;
	color:#000;
	}
	
.pageName {
	font:20px "Tahoma", Times, serif;
	color:#000;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px "Tahoma", Times, serif;
	color: #000066;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font: "Tahoma", Times, serif;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:"Tahoma", Times, serif;
	line-height:14px;
	color:#333333;
	}
	
	
*/ --FORM STYLES  -->


fieldset {
	width: 700px;
}
		
.msg {
	padding: 5px;
	margin: 10px;
	background: #ccc;
	text-align: center;
	font-weight: bolder;
	font-size: 120%;
	color:#FFF
}
		
.sys_msg {
	background: #098CAE;
	width: 650px;