body.default
{
	margin:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:White;
}

*
{
	font-family:verdana;
	font-size: 11px;
	color:#606060;
	line-height:16px;
}

fieldset
{
	border:solid 1px silver;
background-color: #f6f6f6;
}

a
{
	color:#81720f;
}

input.text {
	border: solid 1px gray;
}

select {
	border: solid 1px gray;
}

textarea {
	border: solid 1px gray;
}

#menu
{
	list-style:none; 
	height:35px;
	margin:0px; 
	margin-left:4px;
	padding:0px;
	width:779px;
	background-image:url(images/mnu_bg.jpg);
	background-repeat:repeat-x;
}

#menu li, #menu li.on
{
	display:block;
	float:left;
	background-image: url(images/mnu_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color:White;
	font-weight:bold;
	padding-left:18px;
	padding-top:9px;
	padding-right:18px;
	cursor:hand;
	cursor:pointer;
}

#menu li.on, #menu li.on:hover
{
	background-image: url(images/mnu_bg_hover.jpg);
color:white;
}

#menu li:hover
{
	background-image: url(images/mnu_bg_on.jpg);
	color:white;
}

#menu li.capl
{
	padding:0px;
	background-image: url(images/mnu_cap_l.jpg);
	background-repeat:no-repeat;
	width:13px;
}

#menu li.capr
{
	padding:0px;
	background-image: url(images/mnu_cap_r.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	width:13px;
	float:right;
	right:0px;
}

#menu li.sep
{
	padding:0px;
	width:0px;
	border-left:solid 1px #5a584a;
	border-right:solid 1px #a7a698;
	height:32px;
}

.subtitle, .subtitle_sm
{
	background-image: url(images/subtitle_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:242px;
	height:24px;
	color:White;
	font-weight:bold;
	padding-left:28px;
	padding-top:2px;
}

.subtitle_sm
{
	background-image: url(images/subtitle_bg_sm.jpg);
	width: 223px;
	padding-top:3px;
}

span.title
{
	color:#998047;
	font-size:20px;
	padding:0px;
	margin:0px;
}






































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
