@charset "UTF-8";
/* CSS Document */
HTML {
	PADDING: 0px; 
	MARGIN: 0px;  
}
body {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 655px;
	background-color: #FFFFFF;
}
h2 {
	font-size: 24px;
	color: #c8a46e;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #c8a46e;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 17px;
	color: #C8A46E;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
}
h4 {
	font-size: 16px;
	color: #000000;
	font-family: Times New Roman, Times, serif;
	margin-bottom: -10px;
	font-weight: bold;
}


a { outline:none; }

a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #C8A46E;
}
a:active {
	color: #C8A46E;
}

a:link .image{text-decoration: none;
border-color: #CCD9F2;
border-width: 0px;
}

a:visited .image{text-decoration: none;
border-color: #CCD9F2;
border-width: 0px;
}

a:hover .image{text-decoration: none;
border-color: #C8A46E;
border-width: 0px;
}

.undrline_text{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C8A46E;
}

p .favorite{
	color: #3366CC;
	padding-right: 18px;
	background: transparent url(images/star.gif) no-repeat center right;
	zoom:1;
	font-weight: bold;
}
p a.favorite{
	color: #3366CC;
}
p a:visited.favorite{
	color: #3366CC;
}
p a:hover.favorite{
	color: #C8A46E;
}
p a:active.favorite{
	color: #C8A46E;
}

.box{
	border: 1px solid #C8A46E;
	padding: 2px;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	padding: 2px;
	margin: 0px;
	margin-left: 20px;
	margin-top: -15px;
	margin-bottom: -15px;
	color: #3366CC;
}

li .favorite{
	color: #3366CC;
	padding-right: 18px;
	background: transparent url(images/star.gif) no-repeat center right;
	zoom:1;
}
li a.favorite{
	color: #3366CC;
}
li a:visited.favorite{
	color: #3366CC;
}
li a:hover.favorite{
	color: #C8A46E;
}
li a:active.favorite{
	color: #C8A46E;
}
