body {
	font-family: Arial, Helvetica, sans-serif;
	background: #c61f82;
	color: #f1c9e1;
	font-size: 11px;
	text-align:center;
	margin: 0pt 0pt 0px;
}

img {
	border:0;
}

img.border-img {
	border:1px solid;
	border-color:#ffffff;
}

div.headering {
	width:777px;
	margin: 0px auto;
	text-align:left;
	padding: 0px;
}

a:link,a:visited,a:active
{
	color: #ffffff;
}

a:hover
{
	color:#ffc14c;
	text-decoration:none;
}

a.cat:link,a.cat:visited,a.cat:active
{
	color: #ffffff;
}

a.cat:hover
{
	color:#000000;
	background-color: transparent;
}

#gold
{
	color: #ffc14c;
}


p{
	text-align: justify;
	text-indent: 0.3cm;
	margin-top:0px;
}

p.italic{
	text-align: justify;
	font-style:italic;
	text-indent: 0.3cm;
}

p.bold{
	text-align: justify;
	font-weight:bold;
	text-indent: 0.3cm;
}

.white{
	text-align: justify;
	color:#fff;
	font-weight:bold;
	text-indent: 0.3cm;
}


.news-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	FONT-WEIGHT: bold;
	margin-bottom:0;
	text-indent: 0;	
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size:22px;
	color:#fff;
	font-weight:normal;
	font-style:italic;
	margin-bottom:0;
	margin-top:0px;
}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size:22px;
	color:#fff;
	font-weight:normal;
	font-style:italic;
	margin-bottom:0px;
	margin-top:0px;
	line-height:20px;
}

h4{
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	FONT-WEIGHT: bold;
	margin-bottom:0;
}

hr {
	color: #ffffff;
	background-color: #ffffff;
	height:3px;
	margin-top:0px;
	border-style:none;
}

td {
	vertical-align:top;
}

input,textarea {
	border: #dc76b3 solid 1px;
	background-color:#cc368f;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

div.bk0 {
	background:#c61f82;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:3px;
	float:left;
}

div.bk {
	background:#cc368f;
	background-color:#cc368f;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align:left;
	height:20px;
	padding-top:5px;
	padding-bottom:3px;
	float:left;
	width:100%;
}

#nav, #nav ul {
  list-style: none;
  padding: 0;
	margin-top: 25px;
	margin-left:0px;
	background: #transparent;
	float: left;
	width: 100px;
}

#nav li {
	float: left;
	position: relative;
	background: none;
	font-size:11px;
	font-family: Tahoma;

}

#nav li ul {
  display: none;
  position: absolute;
  background: #transparent;
  padding: 8px 0;
  width: 100px;
}

#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100px;
  padding: 3px 0px;
background: #transparent;
}

#nav a:hover {
  color: #c61f82;
  text-decoration: none;
  display: block;
  padding: 3px 0px;
	background: #ffffff;
  width:100px;
}

#nav li:hover
{
  color: #ffffff;
  background: #ffffff;
  width:100px;

}


ul#nav li#active a
{
background: #ffc14c;
color: #ffffff;
}

