body,td  {
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #2F2E29;
}

input,select,option,textarea {
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #2F2E29;
}

a {
	color: #D8B933;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	display: inline;
	color: #D8B933;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	display: inline;
	color: #D8B933;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	display: inline;
	color: #D8B933;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #D8B933;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #D8B933;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	color: #D8B933;
}

.top_menu {
	background-color: #FFD51D;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	font-size:14px;
	font-weight:bold;
	color: #706C6D;
	padding-left: 15px;
	padding-right: 15px;
}
.top_menu_link {
	font-size:14px;
	font-weight:bold;
	color: #2F2E29;
	text-decoration:none;
}
.top_menu_link:hover {
	text-decoration:underline;
}
.left_menu {
	width:150px;
	padding:5px;
	color: #D8B933;
}
.left_menu a {
	font-size: 14px;
	font-weight: bold;
	color: #2F2E29;
	text-decoration:none;
}
.left_menu a:hover {
	text-decoration:underline;
}
.left_sub_menu_link {
	font-size: 12px;
	margin-left: 17px;
	font-weight: bold;
	color: #2F2E29;
	text-decoration:none;
}

.calendar_marked {
	background-color: #F6D33D;
	font-weight:bold;
	cursor:pointer;
}
.calendar_today {
	background-color: #DDDDDD;
}
.box {
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
}

#bottom {
	background-color: #F6D33D;
	border-bottom: 1px solid #CBB147;
	padding:10px;
	height:38px;
}
#main {
	padding: 5px;
	padding-bottom:20px;
	width:650px;
}

#events {
	padding:10px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
}
#iframe_layer {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	z-index:1000;
}
#close_iframe {
	color: #000000;
	text-decoration: none;
}