/* CSS Document */

body {  background-color: #FFFFFF; }
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #000000; font-weight: bold; letter-spacing: 0px}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #00407C; font-weight: bold; letter-spacing: 0px }
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
	padding: 5px;
	background-color: #CC0000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px ;
}

.boxparagraph { margin-top: 5px;}
.boxparagraph a:link {color: #EC0400;  font-weight : normal; text-decoration: none } 
.boxparagraph a:visited {color: #EC0400;  font-weight : normal; text-decoration: none } 
.boxparagraph a:hover {color: #013FB6;  font-weight : normal; text-decoration: underline } 
.boxparagraph a:active {color: #013FB6;  font-weight : normal; text-decoration: underline } 


.bodytext  {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	line-height: 14pt;
	padding: 8px 8px 0px 8px;
}

.imagetext  {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 11pt;
	padding: 8px 0px 0px 0px;
}


.bodytext li {color: #666666; line-height:14pt; margin-top: 0px; padding-top: 0px; margin-left: 20px;} 
.bodytext ul {color: #666666; list-style-type: square; line-height:14pt; margin-top: 0px; padding-top: 0px;} 
.bodytext ol {color: #666666} 

.bodytext td {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 12pt;
	padding: 3px 3px 3px 8px;
}

.notes {
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 11pt;
	padding: 3px 3px 3px 8px;
}

.homeheadertext  {font-family:  Verdana, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #00407c; padding: 0 0 0px  0}
.headertext  {font-family:  Verdana, Helvetica, sans-serif; font-size: 10pt; color: #00407c; padding: 0 0 0px  0}
.navtext  {font-family:  Verdana, Helvetica, sans-serif; font-size: 11pt; background-color: #adc6e5;}
.homepagebodytext { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; color: #666666; padding: 10px;}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: center;
	padding: 10px;
}

li {color: #666666} 
ul {color: #666666; list-style-type: square} 
ol {color: #666666} 

a:link {color: #EC0400;  font-weight : normal; text-decoration: none } 
a:visited {color: #EC0400;  font-weight : normal; text-decoration: none } 
a:hover {color: #013FB6;  font-weight : normal; text-decoration: underline } 
a:active {color: #013FB6;  font-weight : normal; text-decoration: underline } 

.subtext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font-weight : bold;} 
.subtext a:link {color: #000000; text-decoration: none} 
.subtext a:visited {color: #000000; text-decoration: none} 
.subtext a:hover {color: #000000; text-decoration: underline} 
.subtext a:active {color: #000000; text-decoration: underline} 

.mainbox {
	border-top: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	border-left: 2px solid #CC0000;
}

/* Floats for tables  */

.floatleft {
	float:left;
	}
	
.floatcenter {
	float:center;
	}
	
.floatright {
	float:right;
	display:inline-table
	}
	
/* Floats for text */

.textfloatleft {
	font-family:  Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight:bold; color: #00407c; padding: 0 0 10px  10px;
	float:left bottom;
	}
	
.textfloatcenter {
	float:center;
	}
	
.textfloatright {
	font-family:  Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight:bold; color: #00407c; padding: 0 10px 10px  0px;
	float:right bottom;
	}

/* Floats for logos */
.logofloatright {
	float:right;
	display:inline-table
	}




/* Home Page boxes */
	
.boxblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00407C;
	background-color: #EFEFEF;
	text-align: left;
	padding: 8px;
	border: 2px solid #00407C;}
	li {color: #00407C}
	ul {color: #00407C; list-style-type: square}
	ol {color: #00407C} 

}	

.boxred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #00407C;
	background-color: #EFEFEF;
	text-align: left;
	padding: 8px;
	border: 2px solid #CC0000;
	line-height: 16pt;
}	
	
	
.boxredbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00407C;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	border: 2px solid #CC0000;
	line-height: 12pt;
}	

.boxredbody li {color: #00407C} 
.boxredbody ul {color: #00407C; list-style-type: square} 
.boxredbody ol {color: #00407C} 


/* Home Page background images */

.backgroundphone {
	background-image: url(images/unitech07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}	

.backgroundcable {
	background-image: url(images/unitech05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}	
	
.divider {
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}