﻿.LinksContentText
{
	padding-top: 12px;
	text-align: right;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #303030;
	display: block;
	float: left;
	width: 100%;
}
.LinksContentText ul
{
}
.LinksContentText li
{
	list-style-type: circle;
	list-style-position: inside;
}
.LinksInnerContent
{
	display: block;
	float: right;
	width: 96%;
	margin: 4px 2% 4px 2%;
	vertical-align: top;
}
.LinksTitle
{
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color: #909090;
	display: block;
	float: left;
	width: 100%;
}

.LinksTitle a:link
{
	color: #458023;
	text-decoration: none;
}
.LinksTitle a:visited
{
	color: #458023;
	text-decoration: none;
}
.LinksTitle a:active
{
	color: #458023;
	text-decoration: none;
}
.LinksTitle a:hover
{
	color: #CEA611;
	text-decoration: underline;
}


