﻿@charset "utf-8";
/* CSS Document */

html{
    font-family: Open Sans, Arial, Helvetica, sans-serif;   
}
p, li {
    color: #4c4e5e;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 10px;
}
a.telephone {
	color:#137ECB;
	font-weight:bold;
	text-decoration:underline;
    white-space: nowrap;
}
a.telephone:visited {
	color:#137ECB;
	font-weight:bold;
	text-decoration:underline;
    white-space: nowrap;
}
#logo {
	margin:0 0 0 15px;
}
.errorMessage {
	margin:0 20px 40px 15px;
}