/* horizontal menu */
#horMenu	{
	background: url(../images/tab_bg.gif) bottom repeat-x;
	width: 575px;
	display: table;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
#horMenu li {
	background: url(../images/tab_grey_left.gif) top left no-repeat #fff;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px 2px 0 0;
	}
#horMenu ul {
	margin: 0px;
	padding: 0px;
	}
#horMenu a {
	background: url(../images/tab_grey_right.gif) top right no-repeat; 
	font-weight: normal;
	display: block;
	padding: 7px 7px 4px 7px;
	float: left;
	color: #333;
	text-decoration: none;
	}
#horMenu a:hover {
	text-decoration: underline;
	color: #000;
}

/* select tab*/
li#selHorMenu { 
	background: url(../images/tab_blue_left.gif) top left no-repeat #CCCCCC;
	}
#selHorMenu a {
	background: url(../images/tab_blue_right.gif) top right no-repeat; 
	font-weight: bold;
	color: #000;
	}
#selHorMenu a:hover {
	text-decoration: none;
}

/* text box */
#textBox {
	width: 575px;
	background: url(../images/tab_bg_2.gif) top repeat-x #FFF;
	/*padding-top: 15px;*/
}
#textBox blockquote { 
	margin: 10px 15px 0px 15px;
	}

.center {
	text-align: center;
	margin-left: 5px;
	}
h3 { margin-right: 0px; }
.alert { font-weight: bold;}

.nove {
	margin: 10px 10px;
}

.nove td {
	vertical-align: top;
}
