* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	color: #4b63ae;
	background-color: #fff;
}

p {
	margin: 0 0 11px 0;
}

h1 {
	margin-bottom: 5px;
	padding: 0 0 2px 0;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: transparent url("../images/line.gif") repeat-x bottom left;
}

h2 {
	color: #DAB02F;
	font-size: 12px;
	margin-bottom: 4px;
}

ul {
	margin: 0 12px 5px 22px;
	list-style-type: disc;
	list-style-position: inside;
}

ol {
	list-style-position: inside;
}

li {
	font-weight: normal;
	color: #4b63ae;
}

a {
	color: #4b63ae;
	text-decoration: underline;
}

a:hover {
	color: #96a6d7;
	text-decoration: none;
}

hr
{
  border-color: #FFF;
  border-style: dotted;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 10px;
  height: 0;
}

