/*  Body Style is the style of the text on any given page including list bullet syle*/

body {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 11px;
	line-height: 150%;
	background-color: #C3C6A5;
	margin-top: 0px;
	list-style-image: url(../images/bullet.gif);
	color: #000000;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
}


/*  master_bg_x repeat allows the bacground to be repeated by x coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat-x;
}

*/

.master_bg_y  {
	background-repeat: repeat-y;
}


/*  master_bg_x repeat allows the bacground to be repeated by x & y coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat;	
}

*/

/*  a:link, a:visited & a:hover Styles are for the links within the body text */

a:link, a:visited{
	color: #901710;
	text-decoration: underline;
	text-transform: none;
}

a:hover{
	text-decoration: none;
}
/*  Right_Boarder Style creates a line to separate sections.  Use in Table */
.Right_Border {
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* Page Title Style is the style for the main title of the page */
.Page_Title {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #6F8FB2;
	line-height: 40px;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	padding-bottom: 10px;
}

/* Bottom_Border style is a style to create a border to separate sections.  Use on Table or in a Table Cell */

.Bottom_Border {
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/*sovrenti, sovreti links sytle are for the:  powered by sovrenti */
#sovrenti {
	text-transform: none;
	color: #C3C6A5;
}
#sovrenti a:link, #sovrenti a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#sovrenti a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
