@import "main.css";

p, li {
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	color: #000000;
	background-color: transparent;
	margin: 15px 35px 10px 25px;
}

ul {
	list-style-type: disc
}

h1 {
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	line-height: 23px;
	color: #6B91A6;
	background-color: transparent;
	margin: 0px 0px 0px 25px;
}

h2 {
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
	color: #333;
	background-color: transparent;
	margin: 14px 0px 0px 25px;	
}

a {
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	color: #FF0033;
	background-color: transparent;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0033;
	background-color: transparent;
}

a:active {
	text-decoration: underline;
	color: #6B91A6;
	background-color: transparent;
}

#leftBlock p {
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	color: #000000;
	background-color: transparent;
	margin: 15px 15px 0px 19px;
}

#leftBlock a {
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	color: #FF0033;
	background-color: transparent;
}

#leftBlock a:link {
	text-decoration: none;
}

#leftBlock a:visited {
	text-decoration: none;
}

#leftBlock a:hover {
	text-decoration: underline;
	color: #6B91A6;
	background-color: transparent;
}

#leftBlock a:active {
	text-decoration: underline;
	color: #6B91A6;	
	background-color: transparent;
}

#footer p {
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 19px;
	color: #6B91A6;
	margin: 15px 0px 0px 0px;
}