﻿@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.center {
  margin-left: auto;
  margin-right: auto;
}

.accordion {
	width: 580px;
	border-bottom: solid 1px #c4c4c4;
	margin-left: auto;
	margin-right: auto;
}
.accordion h3 {
	background: #e9e7e7 url(arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #CCFE56;
}
.accordion h3.active {
	background-position: right 5px;
	background-color: #c0ff3e;
	color: #000000;
}
.accordion p {
	background: #DEFFB0;
	font-family: 'Ubuntu Condensed', sans-serif;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
h1, h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
}	
.p {
	font-family: 'Ubuntu Condensed', sans-serif;
}
.pskrt {
	font-family: 'Ubuntu Condensed', sans-serif; text-decoration: overline;
}
a:link {
	color: #8DB700;
	text-decoration: none;
	-moz-text-shadow: 0px 1px 0px #999999;
	-webkit-text-shadow: 0px 1px 0px #999999;
	text-shadow: 0px 1px 0px #999999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=90, Color='#999999');
}
a:visited {
	color: #8CBB00;
	text-decoration: none;
}
a:active {
color: #8CBB00; text-decoration: none;
}
a:hover {
color: #8CBB00; text-decoration: underline;
}
