/* CSS Document */
body {
	background-color:#f3f3f3;
	background-image:url('img/up_bg.jpg');
	background-repeat:repeat-x;
}

.link {
	font-family: Verdana;
	color: #299DC6;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

:hover.link {
  color: #139F48;
}

.outframe {
	border: 1px solid #009933;
	padding: 8px;
}

.inframe {
	color: #000000;
}

.site_name {
	color:#0E9F3A;
	font-size: 16px;
	font-family: Verdana;
	font-weight: bold;
}

:hover.site_menu {
	background-color: #299DC6;
}

.news_intro {
	color:#006600;
	font-size: 12px;
	font-family: Tahoma;
	text-align: justify;
}

.news_title {
	font-family: Verdana;
	color: #299DC6;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}

:hover.news_title {
	color: #139F48;
}

.spacer {
	font-size: 6px;
}

.news_date {
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
	padding: 2px;
}

.other_head {
	background-image:url('img/almenu_bg.jpg');
	font-family: Tahoma;
	text-align: center;
	color: #666666;
	font-size: 13px;
	height: 24px;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.other_head2 {
	background-image:url('img/almenu_bg.jpg');
	font-family: Tahoma;
	text-align: center;
	color: #666666;
	font-size: 13px;
	height: 24px;
	font-weight: bold;
	border: 1px solid #999999;
}

.other_body {
	font-family: Tahoma;
	text-align: justify;
	color: #000000;
	font-size: 10px;
	border: 1px solid #999999;
	padding: 5px;
}

.other_body3 {
	font-family: Tahoma;
	text-align: left;
	color: #000000;
	font-size: 13px;
	border: 1px solid #999999;
	padding: 2px;
}

.other_body4 {
	font-family: Tahoma;
	text-align: left;
	color: #000000;
	font-size: 13px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px;
}

.other_body2 {
	font-family: Tahoma;
	text-align: center;
	color: #000000;
	font-size: 13px;
	border: 1px solid #999999;
	padding: 2px;
}

.news_title_small {
	font-family: Verdana;
	color: #299DC6;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	padding: 2px;
}

:hover.news_title_small {
	color: #139F48;
}

.error_message {
	margin-top: 10px; 
	padding: 7px; 
	border: 1px solid #B22222;
	background: #F1F3F5;
	color: #B22222;	
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	cursor: default;
}

.input {
	border: 1px solid #999999;
	background-color: transparent;
}


.page_head {
	font-family: Verdana;
	color: #139F48;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}

.page_content {
	font-family: Verdana;
	color: #666666;
	font-size: 12px;
	text-decoration:none;
	padding: 10px;
}

.content {
	font-family: Verdana;
	color: #333333;
	font-size: 12px;
	text-decoration:none;
}