.bg_home {
	background-attachment: scroll;
	background-image: url(../_images/layout/bg_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_inside {
	background-attachment: scroll;
	background-image: url(../_images/layout/bg_inside.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_menuhome {
	background-attachment: scroll;
	background-image: url(../_images/layout/bg_menuhome.gif);
	background-repeat: no-repeat;
	background-position: center 25px;
}
.bg_menuinside {
	background-attachment: scroll;
	background-image: url(../_images/layout/bg_menuinside.gif);
	background-repeat: no-repeat;
	background-position: 20px 25px;
}
.bg_content {
	background-attachment: scroll;
	background-image: url(../_images/layout/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left 25px;
}


/* Text Styles*/

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a83131;
	text-decoration: none;
}

.menutext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fb0000;
	text-decoration: none;
	line-height: 28px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}


/* Link Styles */
 Regular Links
a.links:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fb0000;
	text-decoration:underline;
} 

a.links:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fb0000;
	text-decoration:underline;
} 

a.links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fb0000;
	text-decoration:underline;
} 


a.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fb0000;
	text-decoration:none;
}

 Menu Links
a.menulinks:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fb0000;
	text-decoration:none;
} 

a.menulinks:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration:none;
} 

a.menulinks:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration:none;
} 

a.menulinks:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fb0000;
	text-decoration:none;
}

a.menulinks2:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fb0000;
	text-decoration:none;
} 

a.menulinks2:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fb0000;
	text-decoration:underline;
} 

a.menulinks2:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fb0000;
	text-decoration:underline;
} 

a.menulinks2:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fb0000;
	text-decoration:none;
}
