/*shadow*/

.topleft {  background-attachment: fixed; background-image:  url(images/top_left.jpg); background-repeat: no-repeat; background-position: left top}
.topright {  background-attachment: fixed; background-image:  url(images/top_right.jpg); background-repeat: no-repeat; background-position: right top}
.bottomleft {  background-attachment: fixed; background-image:  url(images/bottom_left.jpg); background-repeat: no-repeat; background-position: left bottom}
.bottomright {  background-attachment: fixed; background-image:  url(images/bottom_right.jpg); background-repeat: no-repeat; background-position: right bottom}
.top {  background-attachment: fixed; background-image:  url(images/shadow_top.jpg); background-repeat: repeat-x; background-position: center top}
.left {  background-attachment: fixed; background-image:  url(images/shadow_left.jpg); background-repeat: repeat-y; background-position: left top}
.right {  background-attachment: fixed; background-image:  url(images/shadow_right.jpg); background-repeat: repeat-y; background-position: right top}
.base {  background-attachment: fixed; background-image:  url(images/shadow_base.jpg); background-repeat: repeat-x; background-position: left bottom}

/*table*/
.border {  border: #F8B85D; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


.background {  background-attachment: fixed; background-image:  url(images/base.jpg); background-repeat: no-repeat; background-position: center bottom}


/*content*/

p {  font-family: Verdana, sans-serif; font-size: 10px; color: #000000; font-weight: normal}

li { font-family: "Verdana"; font-size: 10px;
}
.border2 {
	border: 1px solid #FF9933;
}
.copywrite {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #FF9933;
	font-variant: small-caps;
	font-style: italic;
	text-transform: capitalize;

}
.smalllink {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
}

