@CHARSET "UTF-8";

body	{
	background-color:#e6e6e6;
	color: #000000;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-weight: bold; 
	font-size: 14px;
	}

h4 {
	font-weight: bold; 
	font-size: 12px;
	}

a img { 
	border-width: 0px;
	margin: 0px 2px;
	} 

#header {
	background: #fff url("images/background-header.png") no-repeat;
	width: 760px;
	height: 180px;
	padding: 10px 10px 0px;
	margin: 0px auto;
	}

#address {
	background: #fff url("images/background-address.png") no-repeat;
	height: 29px;
	padding: 4px 10px 0px;
	width: 740px;
	text-align: center;
	font-weight: bold; 
	font-size: 13px;
	}

#address span {
	margin: 0px 10px;
	}

#pbody {
	background: #fff url("images/background-repeat.png") repeat-y;
	width: 760px;
	padding: 15px 10px;
	margin: 0px auto;
	overflow: hidden;
	}

#menu {
	background: #fff url("images/background-menu.png") no-repeat bottom left;
	width: 165px;
	height: 117px;
	padding: 20px 10px;
	float: left;
	font-size: 13px;
	}
	
#menu a {
	color: #000;
	text-decoration: none;
	display: block;
	margin: 2px 0px;
	}

#menu a.active {
	font-weight: bold
	}

#menu a:hover {
	font-weight: bold
	}

#content { 
	float: left;
	width: 535px;
	padding: 0px 20px;
	text-align: left;
	}

#content div.flashcontent {
	background: #fff url(images/background-flash.png) no-repeat scroll left top;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	}

#content table {
	border:1px solid #E6E6E6;
	clear:both;
	width:98%;
	}
	
#content td, #content th {
	padding: 5px 7px;
	}

#content tr {
	background-color: #e6e6e6;
	}
	
#content th {
	background-color: #afafaf;
	color: #fff;
}

#content tr.even {
	background-color: #cfcfcf;
	}

#content div.centered {
	float: left; 
	padding: 20px 0px; 
	text-align: center; 
	width: 50%;
	}

#content input#save {
	float: right;
	margin: 10px;
	background: #d9d9d9 url("images/background-button.png") no-repeat top left;
	}

#footer {
	background: #fff url("images/background-footer.png") no-repeat bottom left;
	color:#afa88e;
	width: 740px;
	max-height: 142px;
	padding: 20px;
	margin: 0px auto;
	text-align: center;
	font-size: 10px;
	}

#footer span a {
	color:#afa88e;
	font-weight: bold;	
	}
/*
table.params tr {
	background-color: #e6e6e6;
}

table.params tr.even {
	background-color: #edece7;
}*/

/*
.t2 {
     COLOR: #000000; 
	 FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	 FONT-SIZE: 10pt; 
	 FONT-WEIGHT: normal
	}
	
.t3 {
     COLOR: #000000; 
	 FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	 FONT-SIZE: 7pt; 
	 FONT-WEIGHT: normal
	}

A {color : #000000; TEXT-DECORATION: none}
A:link {color : #000000; TEXT-DECORATION: none}
A:visited{color : #000000; TEXT-DECORATION: none}
A:hover {COLOR: #ADA996; FONT-WEIGHT: normal}
*/