body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #CDCDCD;
}
p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CDCDCD;
	line-height: 16pt
}
h1 {
	font-size: 24px;
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	color: #EDEDED;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #A9A97E;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-style: italic;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #B4B48D;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: cccccc;
}
a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B3AF84;
}
.titlebar {
	background-image: url(assets/images/title.jpg);
}
.bodybg {
	background-image: url(assets/images/body_scroll.jpg);
	background-repeat: repeat-x;
}
.back {
	background-image: url(assets/images/bg.jpg);
	background-repeat: repeat-x;
}
.staticbg {
	background-image: url(assets/images/body.jpg);
	background-repeat: repeat-x;
}
.bottombg {
	background-image: url(assets/images/bottombg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.border { 
	BORDER: #666666 1px solid;
}
li {
	font-size: 12px;
	line-height: 16px;
	color: #dfdfdf;
}
.picborder {border:#A29C76 1px solid;}

#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
}