/*
// File written by Jochen "Khuri" Dippel <khuri@khuris.com>
// Copyright 2015
//
// File        : main.css
// Begin       : 2009.12.06 14:34:22
// Last Update : 2015.05.21 15:05:41
*/

/* This file includes only basic tag specifications, no classes */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #fff;
	overflow: visible;
	overflow-y: scroll;
	overflow-x: auto;
}
body, td, pre {
	color: #575756;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: left;
	-webkit-text-size-adjust: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	padding: 6px;
}
fieldset td {
	vertical-align: top;
}
legend {
	margin: 0px 6px 0px 6px;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}
pre {font-family: 'Courier New',Courier,sans-serif;}
hr {
	border-bottom: 2px solid #B9B9B9;
	width: 100%;
	margin: 4px 0 16px 0;
}
ul {
	padding: 4px 0px 4px 14px;
	list-style-type: disc;
}
ol {padding: 4px 0px 4px 22px;}
p {
	padding: 0 0 1em;
}
h1,h2,h3,h4 {
	line-height: 1.2em;
	font-weight: normal;
	padding: 0 0 1em;
	color: #E2001A;
	-webkit-text-size-adjust: none;
}
h1{
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-weight: 500;
}
img {border: 0px;}
blockquote {margin-left: 20px;}

a {
	color: #575756;
	text-decoration: none;
}
a:hover {
	color: #575756;
	text-decoration: underline;
	cursor: pointer;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #87888A;
	border: 1px solid #87888a;
	padding: 4px;
}
select,textarea {
	background-color: #fff;
}
input:hover, select:hover, textarea:hover {
	background-color: #fdfdfd;
}
label:hover {
	cursor: pointer;
}
input[type="submit"], a.submit, .submitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 0 none;
	padding: 4px 16px;
	border: 0 none;
	color: #fff;
	background: #e70b23;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3MGIyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTFjMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e70b23 0%, #b51c28 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e70b23), color-stop(100%,#b51c28));
	background: -webkit-linear-gradient(top, #e70b23 0%,#b51c28 100%);
	background: -o-linear-gradient(top, #e70b23 0%,#b51c28 100%);
	background: -ms-linear-gradient(top, #e70b23 0%,#b51c28 100%);
	background: linear-gradient(to bottom, #e70b23 0%,#b51c28 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70b23', endColorstr='#b51c28',GradientType=0 );
}
.submitbutton:hover {
	color: #fff;
	text-decoration: none;
}
input[type="submit"]:hover {
	cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
	border: 0 none;
	background-color: transparent;
}