body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;	
}

/**  links  **/

a.links-general {
	color: #043677;
	font-weight: bold;
	text-decoration: none;
}
a.links-general:hover {
	color: #043677;
	font-weight: bold;
	text-decoration: underline;
}
a.links-contact, a.links-contact:hover {
	color: #483656;
	font-weight: bold;
	text-decoration: none;
}
a.links-section {
	color: #0182B6;
	font-weight: bold;
	text-decoration: none;
}
a.links-product {
	color: #024186;
	font-weight: bold;
	text-decoration: none;
}

/**  font  **/

.bold {
	font-weight: bold;
}

/**  image border  **/

img.borderBlue {
	border: 2px solid #024186;	
}

/**  layout  **/

td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
td.mainArea {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
}
td.top {
	vertical-align: top;
	background-color: #FFFFFF;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	background-color: #DAE4EE;
}
td.bottom {
	vertical-align: bottom;
	background-color: #FFFFFF;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	background-color: #DAE4EE;
}
td.right {
	text-align: right;
}

/**  section telecoms layout  **/

td.sectionDescMain {
	padding: 15px 0 15px 10px;
	vertical-align: top;
}
td.productsColumnTop {
	background-image: url(../images/section_telecom/leftcol_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 5px 0 10px;
	width: 171px;
	line-height: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
td.productsColumnBody {
	background-color: #FFFFFF;
	padding: 0 5px 0 10px;
}
td.productsColumnMain {
	background-color: #FFFFFF;
	vertical-align: top;
}
td.descriptionColumnMain {
	vertical-align: top;
	background-color: #FFFFFF;
}
td.descriptionColumnTLeft {
	width: 8px;
	vertical-align: top;
}
td.descriptionColumnTRight {
	width: 7px;
	vertical-align: top;
}
td.productsThumbnail {
	padding: 15px 0 15px 10px;
	vertical-align: top;
	width: 164px;
}
td.productsCopy {
	padding: 15px;
	vertical-align: top;
}
td.productLinks {
	padding: 10px 0 0 0;
}

/**  contact layout  **/

td.contactMap {
	width: 450px;
	vertical-align: top;
}
td.contactAddress {
	vertical-align: top;
	padding-left: 10px;
}


/**  titles  **/

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.3em;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
}

/**  footer  **/

#footerCopy {
	color: #717171;
	font-size: 0.65em;
}
td.footer {
	background-color: #E3E3E3;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
td.footerLeft {
	width: 5px;
}
td.footerRight {
	width: 5px;
	text-align: right;
}
td.footerLinkRight {
	text-align: right;
	padding-right: 10px;
}
td.footerBreadcrumb {
	padding-left: 10px;
}

/**  contact form  **/

td.contactLeft {
	padding: 3px 10px 0px 0px;
	vertical-align: top;
}
td.contactRight {
	padding: 0px 0px 0px 7px;
}
td.contactSpacer {
	line-height: 5px;
}
td.contactBodyLeft {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	width: 220px;
}
td.contactBodyRight {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
input.textBox {
	width: 200px;
	height: 20px;
	border: 1px solid #4D7CB2;
	background-color: #FFFFFF;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}

textarea.messageField {
	width: 200px;
	height: 60px;
	border: 1px solid #4D7CB2;
	background-color: #FFFFFF;
	font-size: 80%;
	padding-left: 1px;
	padding-top: 2px;
}
select.selectbox {
	width: 150px;
	height: 22px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #4D7CB2;
	background-color: #FFFFFF;
	font-size: 80%;
	padding: 1px;
	margin-left: 3px;
}
input.button {
	width: 60px;
	height: 30px;
	border: 1px solid #4D7CB2;
	background-color: #FFFFFF;
	font-size: 80%;
}

/** div  **/

#wrapper {
position: relative;
width: 759px;
margin: auto;
text-align: left;
}
div.centered 
{
text-align: center;
width: 100%;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}
