.header {
	background-attachment: scroll;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.footer {
	background-attachment: scroll;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
.tablebg {
	background-color: #FFFFFF;
	padding: 5px;
}
.bg {
	background-color: #FFFFCC;
	background-image: url(../images/bg_gradient.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
.arial12blk {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.blkborder {
	border: 1px solid #000000;
}
.dshborder {
	border-left: 1px dashed #333333;
	
}
.navbarbg {
	background-color: #000000;
}
.sidebarbg {
	background-color: #660000;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF9900;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC6600;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF9900;
}

/* Generic Selectors */
p {

width: 90%;

}

h1 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight: bold;

color: #000000;

}

h2 {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 16px;

font-weight: bold;

color: #000000;

border-bottom: 1px solid #C6EC8C;

}
