/* CSS Document */

#Footer{font-size:10px;}

a:link {color: #0000CC; text-decoration:none;}     /* unvisited link */
a:visited {color: #0000CC; text-decoration:none; }   /* visited link */
a:hover {color: #0000CC; text-decoration:underline; }   /* mouse over link */
a:active {color: #0000CC; text-decoration:none;}    /* selected link */


/*Tab Text*/
h2 { font-size:10px; text-transform:capitalize; font-weight:bold;}

.HeaderAlign{text-align:center;}

.NavText {
	position:absolute;
	width:100%;
	height:20px;
	z-index:1;
	left: 0px;
	top: 26px;
	text-align:center;
}


#ContactTextTab {
	position:absolute;
	width:80px;
	height:20px;
	z-index:1;
	left: 19px;
	top: 26px;
}

#HomeTextTab {
	position:absolute;
	width:80px;
	height:20px;
	z-index:1;
	top: 26px;
	left: 37px;
}


/* Seperate Pages -  Non-generic */ 
.TestimonialsText{font-size:10px; padding:10px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; color:#333333;}
span.Quotes{color:#000000}
.CustomerName{font-size:10px; font-weight:normal; font-family: verdana, "trebuchet MS", helvetica, sans-serif; color:#333333;}

#BackButton {
	position:absolute;
	width:116px;
	height:25px;
	z-index:17;
	left: 30px;
	top: 476px;
	font-size:10px;
}

