a:link {

	font-weight: bold;

	color: #9D0A0E;

	text-decoration: underline;

}

a:visited {

	font-weight: bold;

	color: #9D0A0E;

	text-decoration: underline;


}
a:active {

	font-weight: bold;

	color: #9D0A0E;

	text-decoration: underline;

}

a:hover {

	font-weight: bold;

	color: #FF0000;

	text-decoration: none;

}

body {

	background-image: url(images/bg.gif);

	background-repeat: repeat-x;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}

.style1 {

	color: #FFFFFF;

	font-size: 12px;

}

.nav {

	background-color: #FFFFFF;

	border: 1px solid #000000;

}
.nav-active {

	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;

	border: 1px solid #9D0A0E;

}

h1 {

	color:#000000;

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

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #9D0A0E;

	font-size: 32px;

}

h2 {

	font-size: 24px;

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

	background-color: #9D0A0E;

	color: #FFFFFF;

	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
}

h3 {

	font-size: 20px;

	font-weight: bold;

	font-style: italic;

	margin-left: 25px;
}
lh {
	font-size: 20px;

	font-weight: bold;

	font-style: italic;

}
.iconspan {

	float: right;
	
margin: 3px;
	
cursor:hand;
	
cursor:pointer;

	font-weight: bold;

}

.eg-bar {

	background-color: #FFFF99;

	font-weight: bold;
	
font-size:16px;

	border: 1px solid black;

	padding: 3px;

}

.advertisment {

	border: 1px solid #000000;
	background-color:#FFFFCC;

}
.sidebar {
	border: 1px solid #000000;
	background-color:#FFFFCC;
	
	margin-left: 15px;
	margin-right: 15px;
}
.tr-alt {
	background-color: #DFDFDF;
}
.back-to-top {
	background-color:#FFFFCC;

	font-size: 12px;
	padding: 5px;
}