﻿
body
{
	background-color: #ffffff;
}

body
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #202020;
}

a
{
	text-decoration: none;
	font-weight: bold;
	color: #105dad;
}

a:hover
{	
	color: #b10000;
}

.heading
{
	color: #082e57;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bolder;
}

.header
{
	font-weight: bolder;
	color: white; 
	font-family: Tahoma;
	font-size: 11px;
}

.header a
{
	text-decoration: none;	
	color: white; 
}

.header a:hover
{
	color: gray;
}

.bodytext, div, td, th
{
	font-family: Arial;
	font-size: 14px;
}

.bodytext
{
	min-height: 400px;		
}

.limitedWidthBlock
{
	width: 750px;
	padding-right: 20px;
	border-right: 1px solid #c0c0c0;
}

b
{
	color: #105dad;
	font-style: italic;
}

.blue
{
	color: #105dad;
}

.textblock
{
	text-align: justify;
	margin-bottom: 13px;
}

.title
{
	color: #105dad;	
	text-align: left;	
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 5px;
}

ul, ol
{
	text-align: left;
	margin-top: 5px;
	list-style-type: none;
	
	margin-left: 0px;
	padding-left: 0px;
}

li
{
	margin-bottom: 5px;		
	vertical-align: middle;
	background-image: url(/base/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 20px;
	margin-left: 10px;
}

.separator
{
	height: 1px;
	border-bottom: 1px solid #808080;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 0px;
}