/* Global Styles */

body {
        background-color: rgb(255, 255, 255);
	margin:0px;
	}
	

td {
        vertical-align: middle;
        font-family: arial;
        font-size: 11px;
	color: rgb(153, 153, 255);
	}
	
a {
	color: #2156B7;
	text-decoration:none;
	font-weight: normal;
	}
	
a:hover {
	color: #CCCCCC;
	text-decoration:non;
	}

/* ID Styles */

#navigation a {
        text-align: center; 
        font-family: arial;
        font-size: 11pt;
	color: #6b8ec6;
	text-decoration: none;
	letter-spacing: .1em;
	font-weight: normal;
	}
	
#navigation a:hover {
        text-align: center; 
	color: #ffFFFF;
	text-decoration: none;
        background-color: #FFCCCC; 
	font-weight: normal;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
        vertical-align: top; 
        text-align: left; 
        color: #ffff66;
        font-size: 16pt; 
        font-family: arial;
	font-weight: bold;
	}
			
/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sideTD {
        vertical-align: top; 
        text-align: center; 
        font-size: 12pt; 
        font-family: SimSun; ???, arial;
	color: #6666cc;
	font-weight: normal;
	letter-spacing:.1em;
	}

.sideTitle {
        vertical-align: top; 
        text-align: right;
	font-family: SimSun; ???, arial;
        font-size: 11pt;
	line-height:18px;
	color: rgb(153, 153, 255);
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:12px Arial, georgia;
	color: #006666;
	font-weight:bold;
	line-height:12px;
	letter-spacing:0.1em;
	text-align: center;
	padding:0px 0px 0px 0px;
	}
		
.subText {
	font:10px Arial, georgia;
	color: #666666;
	line-height:18px;
	text-align: center;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}

.searchHeader {
	font: 12px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height: 15px;
	letter-spacing:.2em;
    font-weight:bold;
	text-align: left;
	}
	
.searchText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #99CCFF;
	line-height: 12px;
    font-weight:bold;
	text-align: justify;
	}

.tempText {
	font: 14px Arial, Helvetica, sans-serif;
	color: #FF9999;
	line-height: 12px;
    font-weight:bold;
	text-align: justify;
	}
	
	

