/* VICTOR JIN STYLE SHEET */

body, td{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

ul
{
list-style-type: none;
padding: 4px;
margin: 0;
line-height: 20px;
}

li
{
background-image: url(../common/images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 0.5em;
padding-left: 1em;
}

hr{
	color: #487648;
}

.required{
	color: #ff3300;
	font-weight: bold;
	font-size: 14px;
}

td.fieldname{
	font-weight: bold;
	text-align: right;
}







/* TD Rollover Classes*/

td.plain{
	text-align: right;
	padding: 3px 6px 3px 4px;
	background-color: #5b8b61;
}

td.active{
	text-align: right;
	font-weight: bold;
	font-family: times new roman, serif;
	font-size: 13px;
	color: #487648;
	padding: 3px 8px 3px 4px;
	background-color: #ffffff;
}

td.over{
	text-align: right;
	padding: 3px 8px 3px 4px;
	background-color: #f2f2b6;
}










td.content{
	padding: 6px 18px 18px 18px;
}

td.whiteheader{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

td.footer{
	font-family: palatino, times new roman, serif;
	font-weight: bold;
	font-size: 12px;
	color: FFE85B;
}


p.head{
	font-size: 16px;
	font-weight: bold;
	color: #768aa6;
}

p.subhead{
	font-weight: bold;
	color: #487648;
}

p.legal{
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #999999;
}

img.left{
	color: #555555;
	margin: 0px 8px 2px 0px;
	padding: 2px 2px 2px 2px;
}

img.right{
	color: #555555;
	margin: 0px 0px 2px 8px;
	padding: 2px 2px 2px 2px;
}

img.center{
	color: #555555;
	padding: 2px 2px 2px 2px;
}

.title{
	font-weight: bold;
}

.intro{
	font-family: verdana;
	font-size: 11px
}

.price{
	font-weight: bold;
	color: #555555;
}



/* LINKS*/

a:link{
	color: #487648;
}
a:visited{
	color: #487648;
}
a:hover{
	color: #e86000;
}

a.footer:link{
	color: #FFE85B;
}
a.footer:visited{
	color: #FFE85B;
}
a.footer:hover{
	color: #ffffff;
}

a.nav:link{
	font-weight: bold;
	font-family: times new roman, serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
a.nav:visited{
	font-weight: bold;
	font-family: times new roman, serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover{
	font-weight: bold;
	font-family: times new roman, serif;
	font-size: 13px;
	color: #487648;
	text-decoration: none;
}



a:link img.imag      { border: 2px solid #000000}
a:visited img.imag   { border: 2px solid #000000}
a:hover img.imag      { border: 2px solid #e86000}

