
#bodyRight h1{
	color: #000000;
	background-color: #d6d6d6;
	background-image: url('../graphics/podeCoet-gradient-gray-ltGray.gif');
	background-repeat: repeat-x;
	background-position: -0 -70px;
	margin: 0;
	padding: 2px;
	border: 1px solid #444488;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
}

#bodyRight h2{
	color: white;
	background-color: #777777;
	margin: 0;
	padding-bottom: 2px;
	border: 1px solid #444488;
	border-top: 0px;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#bodyRight h3{
	color: white;
	background-color: #777777;
	margin-top: 80px;
	margin-bottom: 50px;
	padding-bottom: 2px;
	border: 1px solid #444488;
	text-align: center;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#bodyRight .infoBarBold{
	font-weight: bold;
}

#bodyRight .projectContent{
	font-weight: normal;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}


#bodyRight .tuteImage{
	margin: 50px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#bodyRight ol li{
	font-weight: bold;
}

#bodyRight #thumbView{
	color: black;
	font-weight: bold;
	background-color: #EEEEEE;
	margin: 0;
	padding: 15px;
	border: 1px solid #444488;
	border-top: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#bodyRight #thumbView img{
	margin-bottom: 5px; border: 2px solid #CCCCEE;
}

#bodyRight #thumbView a:hover{
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #555577;
}


#bodyRight #thumbView a{
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	cursor: help;
}

#bodyRight #thumbView .projectContainer{
	margin: 0 auto;
	width: 650px;
	display: block;
	text-align: center;
}

#bodyRight #thumbView .descTable{
	border: 1px solid #d7d7d7;
	margin: 20px auto;
	padding: 2px;
	width: 650px;
	text-align: left;
}

#bodyRight #thumbView .descTable .c1{
	width: 30%;
	padding-left: 10px;
	vertical-align: top;
}

#bodyRight #thumbView .descTable tr{
	height: 25px;
}
#bodyRight #thumbView .descTable .c2{
	width: 70%;	
	vertical-align: top;
	font-weight: normal;
}
#bodyRight #thumbView .heading{
	color: #000000;
	border-bottom: 1px solid #d7d7d7;
	background-color: #E7E7FF;
	padding-bottom: 3px;
	text-align: center;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;		
}

