input.btn{
   color:#050CAA;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#000000;
 	 height:30px;
 }


.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bolder;
}

.smaller{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
}

body {
	font-family: Arial, Helvetica, sans-serif; font-size: medium; vertical-align: top; font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif; font-size: medium;
}

th {
	font-family: Arial, Helvetica, sans-serif; font-size: medium;
}
.smallRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}
.smallblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}


/* calendar *******************************************************************/

table.calendar{
	border: 1px solid #000;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 auto;
}
table.calendar thead td{
	background: #06f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 1em;
	vertical-align: top;
}
table.calendar thead td.prev{
	text-align: left;
	vertical-align: middle;
}
table.calendar thead td.next{
	text-align: right;
	vertical-align: middle;
}
table.calendar thead td.title{
	font-size: 150%;
	font-weight: bold;
}
table.calendar thead a{
	color: #cff;
	text-decoration: none;
}
table.calendar thead a:hover, table.calendar thead a:active{
	color: #ffc;
	text-decoration: underline;
}
table.calendar tbody td{
	border: 1px solid #000;
	padding: 1em;
	text-align: left;
	background: #fff;
	color: #000;
}
table.calendar tbody td.blank{
	background: #eee;
}
table.calendar tbody td.today{
	border: 3px solid #f00;
}
table.calendar thead tr.days td{
	width: 14.2857%;
}

/* end calendar ***************************************************************/	

/* header *********************************************************************/

ul.header_menu{
	list-style-type: none; background: #630; margin: -1px 0 0 0; padding: 1em;color: #fff;text-align: center;
	position: relative;
	z-index: 100;
}
ul.header_menu li{
	display: inline; padding: 1em 0;
}
ul.header_menu a{
	color: #fff;
	background: #630;
	text-decoration: none;
	font-weight: bold;
	padding: 1em 1.5em;
}
ul.header_menu a:hover, ul.header_menu a:active{
	background: #960;
}
