/* Global Styles */



  body {
 margin:0px;
  background-color: #c9d2ea; 
 color: #333333;
 }


  td   {
 color:#333333;
	 list-style-position: inside;
  list-style-type: disc;
  font-family: arial;
	font-size: 12px;
 }


  a {
 color: #333366;
  text-decoration:none;
  font-weight:bold;
	}


a:hover {
 color: #993300;
  text-decoration:underline;
  }



/* ID Styles */

  
#navigation a {
 font:10px arial;
  color: #333366;
  text-decoration:none;
  letter-spacing:0.1em;
	}

  
#navigation a:hover {
	color: black;
	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:18px times new roman;
  color: #333300;
  letter-spacing:.4em;
  font-weight:bold;
 }


  .sidebarText {
 color: #333333;
	line-height:18px;
  word-spacing: inherit;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }


  .bodyText {
 line-height:normal;
 color:#333333;
 font-family: arial;
 font-size: 14px;
 }

  
.pageName {
 font:20px arial;
 color: #00008c;
 letter-spacing:0.1em;
 line-height:26px;
 }


  .subHeader {
 font:16px arial;
 color: #00008c;
 font-weight:bold;
 line-height:18px;

 }

  
.navText {
 color: #333300;
 letter-spacing:normal;
 font-family: arial;
 font-size: x-small;
 word-spacing: normal;
	text-align: left;
 vertical-align: top;
	}

  
.calendarText {
 font:12px arial;
 line-height:14px;
 color:#333333;
 }
	
	
