#address {
    font-size: 10px;
    color: #333333;
    text-align:left;
    position: relative;
    top: 5px;
    left: 10px;
    font-weight: bold;
}

a.link_navigation {
	color: #227C86;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold
	}
a.link_navigation:active, a.link_navigation:visited {
	color: #227C86;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold
	}
a.link_navigation:hover {
	color: #227C86;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold
	}

a.link_sephone_footer {
	color: #486c86;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
a.link_sephone_footer:active, a.link_sephone_footer:visited, a.link_sephone_footer:hover {
	color: #486c86;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.error { color: #ff0000; }

.color_light_gray { color: #cccccc; }
.color_dark_gray { color: #666666; }
.color_black { color: #000000; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }
	
.bordercolor_light_gray { color: #cccccc; }
.bordercolor_dark_gray { color: #666666; }
.bordercolor_black { color: #000000; }
.bordercolor_red { color: #ff0000; }