/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Tahoma, sans-serif;
	color: #006;
	line-height: 1.2;
	margin: 5px;
	padding: 5px;
	font-size: 10pt;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/b_pic.jpg);
}
.style1 {font-size: x-small}

.style2 {
	color: #009;
	font-size: 12pt;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.2 EM;
}

.style3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.style4 {
	color: #660066;
	font-size: 10pt;
	font-weight: bold;
}

.style5 {
	color: #660066;
	font-size: 14pt;
	font-weight: normal;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0000FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #000066;
	margin: 0px;
	line-height: normal;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
}

h2{
	color: #000066;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

h3{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h4{
	color: #990000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
}

h5{
 font: 100% Tahoma,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/**************left navigation tag styles **************/
#pageNav{
	float: left;
	width:250px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;

}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	height: 40px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("Images/nav_back.jpg");
	font-weight: normal;
	padding: 3px 0px 3px 8px;
	color: #000099;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFDF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

