@CHARSET "UTF-8";


body
{
	background-color: white;
	color: #4e96b3;
	font-size: 12px;
	font-family: Helvetica,Arial;
}

*
{
	font-family: Helvetica,Arial;
}

p,ul,li,h1,h2,h3,h4,h5,h6
{
	color: #4e96b3;
	font-size: 13px;
	text-align: justify;
}

p
{
	margin: 8px 0px;
}


h1,h2
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

h3,h4
{
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}


h5,h6
{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
}


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

a:hover
{
	color: #e3901a;
}

ul,ol
{
	padding: 0px 50px;
	list-style-position: outside;
}

li
{
	text-align: left;
	margin-bottom: 5px;
}

table.conborde
{
	border: 1px solid #4e96b3;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	caption-side: bottom;
}

table.conborde caption
{
	text-align: right;
	font-style: italic;
	font-size: 12px;
}

td.conborde
{
	border: 1px solid #4e96b3;
	padding: 1px 2px;
	color: #4e96b3;
}






