table	{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 9pt;
}

TD {
	border-top : thin;
	border-left : thin;
}


#title_maps	{
	color: "#00637F";
	font-size: 14pt;
	font-weight : bold;	
}

#title_maps_middle	{
	color: "#00637F";
	font-size: 12pt;
	font-weight : bold;
}

#title_maps_small	{
	color: "#00637F";
	font-size: 10pt;
	font-weight : bold;
}

#news_title	{
	color: "#00637F";
	font-size: 9pt;
	font-weight : bold;
}

#error	{
	color: Maroon;
	font-size: 14pt;
}

#error_order	{
	color: White;
	font-weight : bold;
	background-color : Maroon;
}

#ok	{
	color: White;
	font-weight : bold;
	background-color : Green;
}

#address	{
	color: White;
	font-size: 8pt;
}

#admin {
	color: Red;
	font-size: 10pt;
	font-weight : bold;
	cursor: pointer;
} 

textarea, input, select{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
	background : #DAEFF4;
}

input.bg {
	background-color : #BDD7DE;
}


input.to_admin {
	color: White;
	font-size: 10pt;
	background-color : #F04D51;
}

input.admin{
	font-family: "Courier New", Courier, monospace;
	color: Black;
	font-size: 10pt;
	background-color : ButtonFace;
}

#copyright	{
	color: White;
	font-size: 7pt;
}

a:link.dark, a:visited.dark {
	color: #00637F;
} 

a:link, a:visited {
	color: #00637F;
}  

