/* CSS Document */

body {
	background-image: url("images/jsb_bg.gif");
	background-color: #e7a822;
	background-repeat: repeat-x;
	background-attachment: scroll;
	}
	
.bnr_space {
	background-color: #e7a822;
	}
	
.main_table {
	background-color: #ffffff;
	}
	
.hd_links_bg {
	background-color: #e7a822;
	}
	
.jsb_top_hding {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	}
	
.jsb_page_views {
	font-family: Arial, Times New Roman, Georgia;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}
	
.jsb_txt_hd {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-left: 16px;
	}
	
.jsb_txt_hd2 {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	}
	
.jsb_txt_links {
	font-family: Arial, Times New Roman, Georgia;
	font-size: 14px;
	color: #000000;
	font-weight: ;
	text-align: center;
	}
	
.copyright_area {
	background-color: #000000;
	}
	
.copyright_info {
	font-family: Arial, Times New Roman, Georgia;
	font-size: 10px;
	color: #ffffff;
	}
	
img.border_style {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	}
	
img.border_style2 {
	border-color: #000000;
	border-width: 3px;
	border-style: inset;
	}
	
/*Compliance Page*/
.compliance_hd {
	font-family: Georgia, Arial, Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	}
	
.compliance_bodytxt {
	font-family: Arial, Times New Roman, Georgia;
	font-size: 10px;
	color: #000000;
	width: 700px;
	padding-left: 16px;
	}

/*End of Compliance Page*/

/*Webmaster Page*/
.wm_page_hd {
	font-family: Georgia, Arial, Times New Roman;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: underline;
	}

.wm_pg_body_hd {
	font-family: Georgia, Arial, Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: underline;
	}

.wm_page_txt {
	font-family: Arial, Times New Roman, Georgia;
	font-size: 12px;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	}
	
.campaign_name_hd {
	font-family: Arial, Times New Roman, Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}

/*End of Webmaster Page*/
	
/*The following is the style for the links*/
/*<body alink="#7d6632" vlink="#735c28" link="#000000">*/

a:link {
	color: #e7a822;
	text-decoration: none;
	}

a:active {
	color: #e7a822;
	text-decoration: none;
	}

a:visited {
	color: #e7a822;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}
/*End of style for links*/