/*--------------------------- SEO HomePage-------------------------*/


h1 { font-size: 24px;
font-family: arial, helvetica;
}

h2 { font-size: 16px;
font-family: arial, helvetica;
color: #333;
font-weight: normal;
}

h3 { margin: 0px 0px 2px 0px;
font-size: 16px;}

.banner_content a:visited{ font-size: 15px;
font-family: arial, helvetica;
color: #03C;
text-decoration: underline;
}

.banner_content a:hover{ font-size: 15px;
font-family: arial, helvetica;
color: #03C;
text-decoration: none;
}

.banner_content a{ font-size: 15px;
font-family: arial, helvetica;
color: #03C;
}


.headimageVoip { width: 168px;
height: 63px;
margin: 0px 4px 10px 4px;
background: url(/images/voice_image.jpg);
border: 1px solid  #999;
}

.headimageMobile { width: 168px;
height: 63px;
margin: 0px 4px 10px 4px;
background: url(/images/mobile_image.jpg);
border: 1px solid  #999;
}

.headimageProduct { width: 168px;
height: 63px;
margin: 0px 4px 10px 4px;
background: url(/images/conferencing_image.jpg);
border: 1px solid  #999;
}

.headimageExchange { width: 168px;
height: 63px;
margin: 0px 4px 10px 4px;
background: url(/images/exchange_image.jpg);
border: 1px solid  #999;
}

/*------------------- Current System Status----------------*/

#StatWrap { 
width: 750px;
}

#GColor { 
background: #090;
}

#GColor .green {
font-size: 13px;
font-weight: bold;
color: #fff;
text-align: center;
}

#GBorder { 
border: 1px solid #090;
}



#YColor{ 
background: #FC0;
}

#YColor .yellow {
font-size: 13px;
font-weight: bold;
color: #fff;
text-align: center;
}

#YBorder { 
border: 1px solid  #FC0;
}



#RColor {
background: #F00;
}

#RColor .red{
font-size: 13px;
font-weight: bold;
color: #fff;
text-align: center;
}

#RBorder { 
border: 1px solid  #F00;}


#StatText{
text-align: left;
}

#StatText p { margin: 0px;
padding: 6px 5px 6px 10px;
line-height: 19px;
font-size: 11px;
}


