body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 14px;
}
p, td, ul, ol, ul, li, dl, dt, dd, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 8px;
	line-height: 1.1em;
}

p {
	line-height: 1.3em;
	font-size: inherit;
}

.link {
	margin-bottom: 3px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
    background: #000;
    color: #FFF;
    font-size: 16px;
    padding: 3px 10px 2px;
}

h3 {
    font-size: 15px;
    margin-bottom: 3px;
}

h5 {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    color: #EE1C25;
    margin-bottom: 3px;
}

table, tr, td, th {
	vertical-align: top;
	padding: 0;
	margin: 0;
	text-align: left;
	border-collapse: collapse;
}
th {
	padding-right: 5px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #EE1C25;
}
a:hover, a:active {
	text-decoration: underline;
	color: #990000;
}

hr {
	border: none;
	border-top: 2px #000 solid;
	background: #000;
	height: 2px;
	margin: 4px 0 7px;
}

blockquote {
	font-size: 15px;
	font-style: italic;
	border: 1px #F0F0F0 solid;
	background-color: #FFFEF2;
	padding: 10px;
}

.important {
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body #content .important a {
	color: inherit;
}

.strike {
	text-decoration: line-through;
}

.smallprint {
	font-size: 10px;
}

.quote {
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
}

img, a img {
	border: none;
}

img.parahead {
	float: left;
	margin: 5px 10px 2px 0;
	/*/*//*/ display: none; /* */
}

img.parablock {
	float: right;
	margin: 5px 0 2px 10px;
	/*/*//*/ display: none; /* */
}

.thumb {
	margin: 0 15px 0 0;
	padding: 0;
}

ul {
	padding: 3px 0 0;
	margin: 0 0 10px 20px;
}

ul.link {
	padding: 0;
	margin: 0 0 10px 25px;
}

ul.info {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

ul.info li {
	padding: 1px 0;
}

ul.address {
	border: 1px #CCCCCC solid;
	padding: 5px;
	background: #EAEAEA;
}


div.form {
	/*display: table;*/
	margin: 15px 0 10px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
}

.form table {
	width: 100%;
}

.form table th {
	text-align: left;
	padding: 2px 5px 5px 0;
	white-space: nowrap;
    font-weight: normal;
}

.form td {
	padding-right: 10px;
	width: 100%;
}

input.text {
	color: #000000;
	padding: 2px 3px;
    width: 100%;
    w\idth: 96%;
}
textarea.text {
	color: #000000;
	padding: 2px 3px;
	height: 80px;
}

input.text.disabled {
	color: #999999;
	cursor: default;
}

input.button, button.button {
	background: url('/resources/images/global/buttonbg.jpg') repeat-x;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 2px;
	border: none;
	cursor: pointer;
    height: 14px;
    font-size: 9px;
    text-transform: uppercase;
    margin: 2px 0;
}

.button.warn {
    background: url('/resources/images/global/buttonbg_warn.jpg') repeat-x;
}

.error {
	color: #CC0000;
}


table.listoptions {
	width: 100%;
}

table.listoptions td {
	padding-right: 10px;
	white-space: nowrap;
}

table.listoptions td, table.listoptions select {
	font: inherit;
	font-size: 10px;
}

table.listoptions td.pages {
	text-align: right;
	width: 100%;
}

img.linkicon {
	float: left;
	padding-right: 10px;
}