html {
	overflow: auto;
}
* {
	padding: 0;
	margin: 0;
}
ul, ol {
	margin-left: 20px;
}
p {
	margin-bottom: 10px;
}
body {
	background-color: white;
}
body, input, button, textarea, select, td {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	border-collapse: collapse;
}
table, tr, td, th {
	border: 0;
	vertical-align: top;
}
th, td {
	padding: 5px;
}
img, form, fieldset {
	border: 0;
}
a {
	text-decoration: underline;
	color: #E31937;
	font-weight: bold;
}
.fontColorR {
	color: #E31937;
}
a:hover {
	text-decoration: none;
}

h1, h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
}


.error {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFF9F9;
	padding: 10px;
	border: 1px dotted #FF0000;
}
.left {
   float: left;
}
.right {
   float: right;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0;
}
.hide {
	display: none;
}
label {
    display: block;
}

.btnField input, .btn, button {
    cursor: pointer;
}
input:active, a:active {
    color: red;
}


q {
    /*quotes: "\201E" "\201D";*/
    quotes: "(" ")";
}