/*  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: #FFFFFF;
	margin-top: 10px;
	list-style-image: url(../images/bullet.gif);
	color: #000000;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#cccccc;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:'ffffff';
	scrollbar-highlight-color:'ffffff';
	scrollbar-3dlight-color:'cccccc';
	scrollbar-darkshadow-Color:'cccccc';
	
}


/*  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: #333333;
	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: 24px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	padding-bottom: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* 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: #999999;
	margin: 3px;
	background-position: center;
}
#left_column {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	padding: 10px;
}

.shell_content_padding {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
.features_padding {
	padding: 5px 12px;
}


#sovrenti a:link, #sovrenti a:visited {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#sovrenti a:hover {
	color: #999999;
	text-decoration: underline;
}
.middle_item_content {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	padding: 10px;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
}
.right_column {
	padding-right: 10px;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #7F7F7F;
}
.content {
	padding-right: 15px;
}


.middle_title {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.Medium_Title {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
	color: #3C46A3;
}
.status {
	font-family: "Lucida Grande", "Lucida Sans";
	font-size: 12px;
	color: #990000;
}
#tu {
	display: none;
}
#cu {

	display: none;
}
