/*****************************************************************
  Ottawa Aikikai Style Sheet
  --------------------------
  Date: December 10, 2008
*****************************************************************/

body {
       font-size: 12px;
       font-family: Arial;
       color: #000;
       text-decoration: none;
       background: #111166;
}

/************** Calendar Style *****************/

td.calendar {
	vertical-align: top;
	padding: 5px;
}

td.calendar_bottom {
	vertical-align: bottom;
	padding: 5px;
}

.calendar_year {
	font-size: 32px;
	font-weight: normal;
	color: #8A084B;
}
.calendar_month {
	font-size: 16px;
	font-weight: bold;
	color: #111166;
}
.calendar_day {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.calendar_txt {
	font-size: 14px;
	color: #000000;
}

/*************** Header & Footer Styles ****************/

td.header_menu {
	height: 30px;
	font-size: 16px;
	text-align: center;
	background: #8A084B;
	color: #fff;	
}

td.header_menu a{

	color: #fff;
        padding: 2px;
        text-decoration: underline;	
}

td.header_menu a:hover {
	background:  #8A084B;
	color: #ff0;
        text-decoration: none;	
}

td.footer_menu {
	font-size: 12px;
	text-align: center;
	color: #333366;
}

td.footer_menu a{
        text-decoration: underline;	
	color: #333366;
}

td.footer_menu a:hover {
        text-decoration: none;	
}

.oa_main_title {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	background: #fff;
	color: #000000;
	padding: 0px
}

.oa_title {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	background: #fff;
	color: #000000;
	padding: 0px
}

.oa_fp_title {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: #fff;
	color: #8A084B;
	padding: 0px
}

td.top_address {
	font-size: 10px;
	text-align: left;
	background: #fff;
	color: #000;
	padding: 2px;
	margin: 2px;
}

/*************** Link Styles ****************/


A.oa_img {     	text-decoration: none; 
	}
A.oa_img:hover { text-decoration: none; 
	}
A.oa_img:visited {    }


img.oa_img2 { text-decoration: none;
	    border-width: 1px;
	    border-style: solid;
	    border-color: #fff;
	    padding: 1px;
	    
	}
img.oa_img2:hover { 
            text-decoration: none;
	    border-width: 1px;
	    border-style: solid;
	    border-color: #700;
	    padding: 1px;
	}


A.white {     	text-decoration: underline; 
		font-size: 14px;
        	color: #ffffff;
	}
A.white:hover { text-decoration: none; 
	        color: #ffff00; ;
	}
A.white:visited {    }


A {     text-decoration: underline; 
	font-size: 14px;
        color: #004;
	}
A:hover {   text-decoration: none; 
	        color: #666; ;
	}
A:visited {    }


/*************** End of Styles ****************/
