@charset "utf-8";
/* CSS Document */

body {
    margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../common/graphics/bak01.jpg);
	background-repeat: repeat;
	background-attachment: scroll;	
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 15px;
}
/* p tag used for predominant text style throughout */


ul {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;	
}
ol {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-left: 10px;	
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;		
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #6F6855;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #6F6855;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6F6855;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6F6855;
}
h5 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 15px;
}

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}

/* BREADCRUMBS NAVIGATION BEGIN ____________________________________*/
a.npp {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	Font-size: 12px;
}
.nbb {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	Font-size: 12px;	
}
/* BREADCRUMBS NAVIGATION END ____________________________________*/

/* MENU BOX BEGIN ____________________________________*/
a.mb:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00f;
	text-decoration: none;		
}
a.mb:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #909;
	text-decoration: none;	
}
a.mb:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;	
	background-color: #999999;
}
.mbtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.mbpageon {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;	
}
/* MENU BOX ENDS */

/* FOOTER NAVIGATION BEGIN ____________________________________*/
a.fn:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;	
	color: #000000;	
}
a.fn:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: #999999;
	text-decoration: none;	
}
a.fn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;	
	background-color: #0000CC;
}
/* navigation menu styling for footer menu links */
.fc {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;	
}
/* for copyright notice */
/* FOOTER NAVIGATION END __________________________ */

/* TABLE BEGIN ________________________________________ */
.gen01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/* gen01 sets up tables - top and left border and font styles; works in combination with borderrb */
.borderrb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/* borderrb sets up right and bottom borders for cells in tables using the gen01 style */
/* TABLE END ________________________________________ */

.border05 {
	border: 1px solid #000000;
}
/* on subsidiary pages border05 sets up a border for the whole page */


