body {
	background-color:#800000;
	color:#333333;
	font-size:75%;
	line-height:1.583;
	margin:0;
	padding:0;
}
body, h1, h2, h3, h4, h5, h6, caption {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}
a, .linklike {
	color:#FF6600;
}
a:visited {
}
a:hover {
	color:#FF6600;
}
code {
	font-family:"Lucida Console",monospaced;
	font-size:92%;
}
p, ul, ol, dl, fieldset, table {
	margin-bottom:1em;
	margin-top:0;
}
dt {
	font-weight:bold;
}
ol, ul {
}
ol {
	margin-left:0;
	padding-left:20px;
}
ol li {
	margin-bottom:0.75em;
	margin-left:1em;
}
abbr, acronym {
	border-bottom:1px dotted black;
	cursor:help;
}
blockquote {
}
a.ext {
	background:transparent url(../img/ico-ext.png) no-repeat scroll 100% 0;
	padding-right:13px;
}
h1, h2, h3, h4, h5, h6, caption {
	color:#536ca2;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin:1em 0 0.5em;
}
h1 {
	font-size:175%;
	letter-spacing:-1px;
	line-height:1.2;
	margin-bottom:10px;
	margin-top:15px;
}
h2 {
	font-size:175%;
	letter-spacing:-1px;
	line-height:1.2;
}
h3, h4, h5, h6 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
}
h3, caption {
	font-size:142%;
	line-height:1.294;
	margin-bottom:0.3em;
	text-align:left;
}
img {
	border:3px solid #c3d0e3;
	margin:0 15px 15px 0;
	padding:1px;
}
img.no-border {
	border:medium none;
}
img.left {
	float:left;
	margin:0 25px 25px 0;
}
img.right {
	float:right;
	margin:0 0 25px 25px;
}
img.center {
	display:block;
	margin:0 auto;
}
img.plain {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	display:inline;
	margin:0;
	padding:0;
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-color:#c3d0e3;
	border-style:solid;
	border-width:2px 0;
	font-size:100%;
	margin:0 0 15px;
	width:100%;
}
table th, table td {
	border-color:#c3d0e3 #dee4ef;
	border-style:solid;
	border-width:1px;
	padding:5px;
	vertical-align:top;
}
table th {
	background:#ecf0f6 none repeat scroll 0 0;
}
table td {
	border-color:#dee4ef;
}
table tr.evenrow td {
	background:#F6FBFD none repeat scroll 0 0;
}
table tr th[align="center"] {
	text-align:center !important;
}
table tr th[align="right"] {
	text-align:right !important;
}
.l {
	display:inline;
	float:left;
}
.r {
	display:inline;
	float:right;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.italic {
	font-style:italic;
}
.break {
	clear:both;
	font-size:1px;
	height:1px;
	overflow:hidden;
	visibility:hidden;
}
.small {
	font-size:92%;
}
.hidden {
	display:none;
}
.block {
	display:block;
}
p.no-margin {
	margin-bottom:0;
}
.center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.left {
	text-align:left !important;
}
.right {
	text-align:right;
}
.middle {
	vertical-align:middle !important;
}
.col-l {
	float:left;
	width:48%;
}
.col-r {
	float:right;
	width:48%;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1em;
	padding:0;
}
ul li {
	background:transparent url(../img/bullet-default.png) no-repeat scroll 0 0;
	margin:0 0 0.25em 0.5em;
	padding:0 0 0 12px;
}
ul li {
	background-position:0 0.5em;
}
ul li ol li {
	background-image:none;
}
a:hover img.no-border {
	border:medium none;
}
.lower {
	text-transform:lowercase;
}
.upper {
	text-transform:uppercase;
}