﻿.foo {
}

p {
	margin-top: 2px;
	margin-bottom: 14px;
}
body {
	font-size: 70%;
	background-color: #FFFFFF;
	text-align: center;
}
html, body {
	margin: 0px;
	padding: 0px;
}
html, body, tr, td, th {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 9pt;
	color: #4C5254;
	vertical-align: top;
	text-align: left;
}

.small {
	font-size: 8pt;
}
.mini {
	font-size: 7pt;
}

table.main {
	margin: auto;
}


div.newsmore {
	text-align: right;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 2px;
}

h1 {
	margin-top: 8px;
	font-size: 12pt;
}
h2 {
	margin-top: 2px;
	font-size: 12pt;
}
h3 {
	margin-top: 2px;
	font-size: 10pt;
}
h4 {
	margin-top: 0px;
	font-size: 9pt;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}
a, a:link, a:visited, a:active {
	color: #9A0003;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.em, a.em:link, a.em:visited, a.em:active {
	font-size: 7pt;
	font-weight: bold;
	color: #0387b9;
	font-style: normal;
	text-decoration: none;
}
a.em:hover {
	text-decoration: underline;
}



copy a:link, copy a:visited, a:active {
	color: #4C5254;
}



img {
	border: none 0px;
}
img.b {
	border: solid 1px #000000;
}

.form_label {
	font-weight: bold;
	color: #4c5254;
	width: 140px;
}

input, textarea, select {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 9pt;
}
textarea, select {
	background-color: #e8e8e8;
	border: solid 1px #9a0003;
}
input.styled {
	background-color: #e8e8e8;
	border: solid 1px #9a0003;
}

.l {
	text-align: left;
}
.m {
	text-align: center;
}
.r {
	text-align: right;
}
.vm {
	vertical-align: middle;
}
.err {
	color: #ff0000;
	background-color: inherit;
	font-weight: bold;
}

div.no_gap {
	font-size: 1px;
	word-spacing: -1px;
	background-color: #e9e9e9;
}

hr {
	display: none;
	text-align: center;
}

div.hr_red {
	width: 100%;
	height: 2px;
	color: #9A0003;
	background-color: #9A0003;
	background-repeat: repeat-x;
}
div.hr_white {
	width: 100%;
	height: 1px;
	color: #ffffff;
	background-color: #ffffff;
	background-repeat: repeat-x;
}
div.hr_dot {
	width: 100%;
	height: 3px;
	margin-top: 6px;
	background-image: url(hr_dot.png);
	background-repeat: repeat-x;
}
div.hr_content {
	width: 100%;
	height: 2px;
	background-image: url(hr_content.png);
	background-repeat: no-repeat;
	background-position: center;
}

td.content_left {
	width: 194px;
}
.content_divider {
	width: 3px;
	background-image: url(vr_content.png);
	background-repeat: repeat-y;
}
td.content_right {
	width: 100%; /*width: 516px;*/
	padding-left: 8px;
}


table.subcontent {
	background-image: url(fill_subcontent.png);
	background-repeat: repeat;
	background-color: #dddcdc;
}
td.subcontent_left {
	padding-top: 6px;
	text-align: center;
	width: 194px;
	background-image: url(back_phone.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
td.subcontent_divider {
	width: 3px;
	background-image: url(vr_subcontent.png);
	background-repeat: repeat-y;
}
td.subcontent_right {
	padding-top: 6px;
	text-align: center;
}


.copy {
	font-size: 7pt;
}
.copy_m {
	font-size: 7pt;
	text-align: center;
}
.copy_r {
	font-size: 7pt;
	text-align: right;
}
