body {
	color: #4169E1;
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, cursive;
	padding: 0;
	margin: 0;
}

.larger {
	font-size: larger;
}

.emph {
	color: Red;
}

td.du {
	border-color: Red;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

p.news {
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: x-small;
}

div.main p, div.mainhome p {
	text-indent: 1cm;
}

div.central {
	width: 800px;
	position: relative;
	margin: 0px auto;
}

div.news {
	background:url("../images/vert.png");
	background-repeat: repeat-y;
	padding: 10px;
	height: 80%;
	float: right;
	width: 130px;
}

div.mainhome {
	float: left;
	padding: 20px;
	width: 600px;
}

div.main {
	float: right;
	padding: 20px;
	width: 75%;
	background:url('../images/vert.png');
	background-repeat: repeat-y;
}

div.leftIdx {
	float: left;
	padding: 20px;
	width: 15%;
}


a.tab {
	height: 35px;
	display: block;
}

a.tabActive {
	height: 35px;
	display: block;
	background-position: 0 -70px;
}

a.tab:hover {
	background-position: 0 -35px;
}

a.tabProfile {
	background-image: url('../images/tab_profile.png');
	width: 104px;
}

a.tabSolutions {
	background-image: url('../images/tab_solutions.png');
	width: 120px;
}

a.tabServices {
	background-image: url('../images/tab_services.png');
	width: 120px;
}

a.tabInfo {
	background-image: url('../images/tab_info.png');
	width: 86px;
}

a.tabNews {
	background-image: url('../images/tab_news.png');
	width: 93px;
}

