/* CSS Document */

 body {	
	background			:#FFFFFF;
	color				:#000000;
	font-size			:12px;
	font-family			:tahoma, arial, helvetica, sans-serif;}
	
p {font-size			:12px;}


 a {
  font-family			: tahoma, arial, helvetica, sans-serif; 
  font-size				:12px;
  font-weight			:bold;}

a:link {
  color					:#FF9933;
  text-decoration		:Underline;}

a:visited {
  color					:#FF9933;
  text-decoration		:Underline;}

a:link:hover {
  color					:#000000;
  text-decoration		:Underline;}
  

a:active {
  color					:#0033ff;
  text-decoration		:underline;}
  
 /* -- INFORMATIONAL LINKS ON SIDEBAR -- */
a.href {
  font-family			: tahoma, arial, helvetica, sans-serif; 
  font-size				:10px;}

a.href:link {
  color					:#CC3300;
  text-decoration		:underline;}

a.href:visited {
  color					:#CC3300;
  text-decoration		:underline;}

a.href:link:hover {
  color					:#000000;
  text-decoration		:underline;}

a.href:active {
  color					:#CC3300;
  text-decoration		:underline;}
  
     
.linksRow {
	background-color  	: #FFFFFF;
	color		      	: #FF9933;
	font-weight       	: bold;
	text-align        	: center;}

	
.blackBackground {
	background		    :#000000;}
	
.linkBackGround {
	background		    :#FF9933;}

.header {
	color				:#CC3300;
	font-weight			:bold;}
	
	
.month  {
	font-size           : 12pt; 
    text-align          : center; 
    background-color    : #000066; 
    color               : #FFFFFF}

.dayNames  {
	font-size   		: 8pt; 
    text-align  		: center; 
    font-weight 		: bold; 
    background-color    : #FFFFFF; 
    color               : #000066}

 .dayNumbers    {
 	font-size           : 8pt; 
    text-align          : right; 
    color               : #FFFFFF; 
    background-color    : #000066} 

.dayText       {
	font-size           :8pt; 
    text-align          :left; 
    vertical-align      :top}

.otherMonth    {
	font-size           :8pt; 
    text-align          :right; 
    background-color    :#0000AA; 
    color               :#CCCC99}

.mainTable  {
	background-image		:url(/Graphics/Maas/MaasBackground.jpg);
	background-repeat		:no-repeat;
	background-position		:center;
	background-attachment	: fixed;}   
