body
{
	background-color: rgba(222, 222, 224, 1);
	font-family: Arial;
	font-size: 13px;
	color: #000;
	margin-top:4px;
}
td
{
	font-family: Arial;
	font-size: 13px;
	color: #000;
}
p   {
font-size: 14px;
}
div.profile {
font-size: 14px;
padding-right:15px;
}
p.bottom {
font-size: 13px;
}
.tabs  {
width:210px;
height: 300px;
text-align:center;
vertical-align:top;
}
.borders {
border-right: 0px solid;
border-left: 0px solid;
border-bottom: 0px solid;
border-top: 0px solid;
border-right-color: #000; 
border-left-color: #000;
background-color: #ffffff;
}
#keywords {
font-weight: bold;
color: #003366;
}
.borderbottom  {
background:#181818;
color: #FFFFFF;
border:0px;

}
.separate  {
width:1px;
vertical-align:top;
text-align:center;
}

.ttabs   {
padding-top: 0px;
font-size: 16px;
font-weight: bold;
color: #FF0000;
}
#slider {
    width: 582px; /* important to be same as image width */
    height: 282px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 582px; /* important to be same as image width or wider */
    position: static;
	margin-top: 0;
	margin-left: 0;
	vertical-align:top;
}
.sliderImage {
    float: left;
    position: static;
	display: none;
	width:622px;
}
.sliderImage span {
    position: absolute;
	font: 14px/19px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	right: 0;
}
.bottom {
	bottom: 0;
    right: 0;
}
ul { list-style-type: none;}