body {
	background: url(../images/bg.png) #F0EEED repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

DIV#container {
	BACKGROUND: url(../images/bg-top.png) no-repeat center top; HEIGHT: 500px
}

input, textarea {
	border: 1px solid #333333;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #FFFFFF;
}

.txt {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #333333;
}

.txt_error {
	color: #AD0000;
}

.txt_error_w {
	color: #FFFFFF;
}

.footer {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #16613E;
}
.footer:hover {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #ffffff;
}


/* IDS */
#titles_green {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #219A5F;
	font-weight: bold;
}

#titles_green_big {
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	color: #135335;
}

#titles_green_big a {
	color: #135335;
	text-decoration: none;
}

#titles_green_big a:hover {
	color: #000000;
}

#titles_grey {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

#titles {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
}

#titles_small {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10px;
	color: #A78200;
}

#text_grey {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #666666;
}

#text_grey a {
	color: #666666;
	text-decoration: underline;
}

#text_grey a:hover {
	color: #000000;
	text-decoration: none;
}

#text_white {
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #ffffff;
}

#text_white a {
	color: #ffffff;
	text-decoration: underline;
}

#text_white a:hover {
	color: #F7F7F7;
	text-decoration: none;
}

.pic {
	border: 3px solid #CCCCCC;
}

#table_border {
	border: 1px solid #CCCCCC;
}

#table_calendar {
	border: 1px solid #000000;
	border-collapse: collapse;
}

#calendar_month {
	background-color: #1F5C3F;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

#calendar_days_names {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10px;
	color: #1F5C3F;
}

#calendar_days {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
}

#calendar_days_hlt {
	background-color: #1F5C3F;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

