﻿Body 
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.Content_Text
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;	
	font-weight: normal;
}

a:link {
	color: #a12d2e;
	text-decoration: none;
	font-weight:bold;
	font-size: 11px;
}
a:visited {
	color: #A71F22;
	text-decoration: none;
}
a:hover {
	color: #AB1A21;
	text-decoration: underline;
}
a:active {
	color: #C81E26;
	text-decoration: underline;
}

.Picture
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e1db;
	border-right-color: #e0e1db;
	border-bottom-color: #b4b2b2;
	border-left-color: #e0e1db;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color:#FFFFFF;
}

li
{
	list-style-image: url(../Img/bullet2.gif);
	line-height: 15px;
	list-style-position: inside;
	vertical-align: top;
	display: list-item;
}
