body{
	background-color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

.content{
	font-family: Arial;
	font-size: 10pt;
	padding-right: 16pt;
	padding-left: 16pt;
	background-color: #FFFFFF;
}

.content a{
	color: #e48125;
}
.content a:hover{
	color: #a3cf60;
	text-decoration: none;
}
.text{
	background-color: #FFFFFF;
	background-image: url(../images/image_12_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
	
.right{
	background-color: #e48125;
}

.menu{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-image: url(../images/image_06.gif);
	background-repeat: no-repeat;
	text-indent: 16pt;
	vertical-align: middle;
}
.menu a{
	color: #000000;
	text-decoration: none;
}

.menu a:hover{
	color: #e48125;
	text-decoration: none;
}

.menu_c{
   background-image: url(../images/catimage_06.gif);
   background-repeat: no-repeat;
   color: #000000;
   font-family: Arial;
   font-size: 11pt;
   font-variant: normal;
   font-weight: bold;
   text-indent: 16pt;
   vertical-align: middle
}
.menu_c a{
	color: #000000;
	text-decoration: none;
}

.menu_c a:hover{
	color: #e48125;
	text-decoration: none;
}
.current{
	color: #e48125;
	text-decoration: none;
}
.title{
	font-family: Arial;
	font-size: 17pt;
	font-weight: bold;
	color:  #6c8940;
	padding-top: 50px;
}
.subtitle{
	font-family: Arial;
	font-size: 12pt;
	color:  #6c8940;
	padding-top: 15px;	
}
.copyright{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/image_19.gif);
	background-repeat: no-repeat;
	padding-left: 16pt;
	vertical-align: middle;
}
.black{
	background-color: #000000;
}

.list-header {
  background-color: #eeeeee;
  font-size: larger;
  font-weight: bold;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}

