﻿body
{
	font-family: Verdana;
}

p, P
{
	color: #646363;
	font-size: 11px;
	font-family: Verdana;
}

a, a:link, a:visited, a:active, a:hover
{
    text-decoration :none;
    color: #0099cc;
    font-size: 11px;
}  

h1, H1 
{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	color: #646363;
	border-bottom: 1px solid #BFBFBF;
}

h2, H2 
{
	font-size: 12px;
	font-weight: bold;
	color: #646363;

}

h3, H3 
{
	font-size: 11px;
	font-weight: bold;
	color: #646363;

}

h4, H4 
{
	font-size: 12px;
	text-transform: uppercase;
	color: #646363;

}

h5, H5 
{
	font-size: 11px;
	font-weight: bold;
	color: #646363;

}

h6, H6 
{
	font-size: 11px;
	font-weight: bold;
	color: #646363;

}

ol
{
	font-size: 11px;
	font-family: Verdana;
	color: #646363;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;

}

ol li
{
	color: #646363;
}

ul
{
	font-size: 11px;
	font-family: Verdana;
	color: #646363;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;

}

ul li
{
	background-image: url(/01/Images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.2em;
	color: #646363;
}

