/* CSS Document */

/*
 * The # is used to specify an ID element.
 * The ID can only be used by one element. 
 *
 * The . is used to specify a CLASS element.
 * CLASS is used for multiple instances or tags. 
*/
body {
  background-color: #EEEEE7;
}

td.left_column {
  background-color: #47627a;
}

td.center_column {
	background-color: #47627a;
	text-align: justify;
}

td.right_column {
  background-color: #47627a;
}

#mainlinks a:hover {
  color: #42433c;
}

.currentpage {
  color: #42433c;
}

#TA_Link {background-color: #7b1f02!important; font-size: 11px!important; text-align: center!important;}

.TA_ruser{color:#999999!important;}


.event_link{
	color: #6487a5!important;
	font-weight: bold;
}
	
.event_hol {
	color: #84ccff;
	font-weight: bold;
}

.event_festiv {
	color: #f6adda;
	font-weight: bold;
}	


input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#main_content b{
 font-weight:bold;
color:#273a49;


}

#main_content b a{
text-decoration:underline;
color:#273a49;
font-weight:bold;}

h1{
	font-size:11px;
	color: #FFFFFF;
	font-weight: bold;
	
}

#message
{
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	float: left;
	width: 300px;
	position: relative;
	left: 120px;
	top: 40px;
	z-index:0;
}