
/* CSS Document */

body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF0000;
	font-weight: bold;
}
a:visited {
	color: #0033CC;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF0000;
}
.right-bg {
	background-image: url(layout/right-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.body-bg {
	background-color: #FFFFFF;
	background-image: url(layout/top-fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.photo-bdr-blue {
	margin: 4px;
	padding: 0px;
	border: 2px solid #0000FF;
}
.right-top-bg {
	background-image: url(layout/right-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.left-top-bg {
	background-image: url(layout/left-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.left-bottom-bg {
	background-image: url(layout/left-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right-bottom-bg {
	background-image: url(layout/right-bottom-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left-bg {
	background-image: url(layout/left-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.body-fade-bg {
	background-image: url(layout/top-fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
.copyright-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.photo-bdr-red {
	margin: 4px;
	padding: 0px;
	border: 2px solid #FF0000;
}
.footer-links-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.pageheader {
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-variant: normal;
	text-transform: capitalize;
	text-align: left;
	vertical-align: top;
}
.feature-box {
	background-image: url(../../layout/feature-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 4px;
	padding: 4px;
	border: 2px solid #0000CC;
}
