﻿.LittleLine
{
	line-height: 9px;
	float: right;
}
.HasValue
{
	font-weight:bold !important;
}
.HasNOValue
{
	color:Red;
	font-weight:normal;
}


body
{
background: #ffffff;
color: #000000;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
}
a, a:visited
{
color: #5a7ac7;  font-weight: bold
}
a:hover
{
	color: #d6ab2a
}
a:focus {
	outline: 1px dotted invert;
}
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #004d8d;
}
H2, H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #7498c0;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	/* margin-left: 30px; */
}

