/*  INVENDA BOX (LEFT SECTION AND RIGHT SECTION)  */
.lefttop {
	float: left;
	width: 295px;
}
.righttop {
	background-image: url(../images/home_imageBack.jpg);
	background-repeat: repeat-x;
	margin-left:295px;
}
.righttop p {
	margin-right: 1.5em;
}

.news {
	margin-top: 5px;
	margin-left: 60px;
	margin-right: 15px;
}
.gradiantTop {
	background-image: url(../images/back_gradiantTop.jpg);
	background-rpeat: repeat-x;
	margin-top:5px;
}
.gradiantBottom {
	background-image: url(../images/back_gradiant.jpg);
	background-repeat: repeat-x;
	margin-bottom:5px;
}
.greyline {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*      BODY STYLES     */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
p {
margin-top: 10px;
margin-right:15px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.mb10 {
	margin-bottom:10px;
}
td {
	vertical-align: top;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:rgb(134,173,0);
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin-bottom:6px;
}
li {
	margin-bottom: 5px;
	margin-right: 95px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #333333;
	vertical-align:middle;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:rgb(134,173,0);
}
.title {
	padding-top: 10px;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}
/*     COMPANY FORMAT        */
/* */
#exec {
	float: left;
	width: 160px;
	margin-bottom: 10px;
	height:50px;
}
#exec a {
font-size:12px;
color:rgb(134,173,0);
font-weight:bold;
text-decoration:none;
}
/*      IN THE NEWS FORMAT   */
/* */
.inNews h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:rgb(134,173,0);
	margin-bottom: 5px;
}
.inNews {
	float: left;
	width: 210px;
	margin-bottom: 15px;
	padding-right:25px;
}
.inNews a{
font-weight:bold;
text-decoration:none;
color:#333333;
}
.inNews a:hover{
font-weight:bold;
text-decoration:underline;
color:rgb(134,178,0);
}
#headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	margin-bottom:10px;
}
#question ol{
	padding-left:25px;
	padding-bottom:20px;
}
#question li{
	color:rgb(134,173,0);
	font-weight:bold;
	margin-bottom:6px;
}
#question a{
	font-weight: bold;
	color:rgb(134,173,0);
	text-decoration:none;
}
#question a:hover{
	font-weight: bold;
	color:#CCCCCC;
}
#divider {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(134,178,0);
}
