#container {
margin-left:auto;
margin-right:auto;
width:780px;
}

#center {
text-align:center;
}

#table {
	text-align:left;
	width:780px;
	margin:0;
	padding:0;
	float: left;
}
#tableA {
	text-align:left;
	width:90%;
	margin:0;
	padding:0;
	border: 1px solid #999999;
}
.topbg {
width:780px;
height:110px;
background-image:url(../images/logocall.jpg);
background-repeat:no-repeat;
}

#right {
float:right;
}

#bodytop {
background-image:url(../images/body_top.gif);
background-repeat:no-repeat;
width:581px;
height:7px;
}

#bodybottom {
background-image:url(../images/body_bottom.gif);
background-repeat:no-repeat;
width:581px;
height:7px;
}

#bodybottom_home {
background-image:url(../images/bottom_home.jpg);
background-repeat:no-repeat;
width:581px;
height:176px;
}

#body {
background-color:#FFF;
width:580px;
padding-top:5px;
padding-bottom:5px;
}

#left {
padding-top:15px;
padding-right:15px;
vertical-align:top;
top:0;
}

#nosee {
display:none;
}

.img {
border:solid 1px #CCCCCC;
padding:3px;
margin-left:5px;
float:right;
}
.img2 {
border:solid 1px #CCCCCC;
padding:3px;
margin-left:5px;

}

/*START TABLE ROWS **/
.rows {
	border:1px solid #999999;
	width:560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin-left:5px;
}

.rows tr td {
padding:3px;
}

.head{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:700;
background-color:#790101;
color:#FFFFFF;
}

.grey{
background-color:#CCCCCC
}
.red {
	color: #790101;
}

