body, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a
{
	font-weight: bold;
	color: #d54a00;
	text-decoration: underline;
}

a:hover
{	
	color: #f56a00;
	text-decoration: underline;
}

ul, p
{
	margin-top: 0px;
	margin-bottom: 0px;

	list-style-type: square;
}

.Section
{
	font-size: 14px;
	font-weight: bold;
	border-right-style: dotted;
	border-right-width: 1;
	border-right-color: black;
	padding-right: 15
}





.LinesBar
{
	background-image: url(/FCKeditor.images/LinesBar.gif);
}

.LinesLight
{
	background-image: url(/FCKeditor.images/LinesLight.gif);
}

.BackBody, .BackBodyDotted
{
	background-color: #DEDBD6;
}

.BackBodyDotted
{
	background-image: url(/FCKeditor.images/BgVerticalDots.gif);
	background-repeat: repeat-y;
}

.Bar
{
	background-color: #B5AEAD;
}

.LineVertical
{
	background-image: url(/FCKeditor.images/LiveVertical.gif);
	background-repeat: repeat-y;
}

