body {
	font-family: Arial, Helvetica, sans-serif;
	color: #030303;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/*LOCALIZED CSS STYLE: used only on the home page*/
.welcomeText {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
/*GLOBAL CSS STYLE: used to outline border of main table on home page and templates*/
.borderAll {
	border: thin solid #3366CC;
}

/*GLOBAL CSS STYLE: used to identify the product title for product templates*/
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #33CC00;
	letter-spacing: 4px;
	padding-left: 10px;
	padding-top: 3px;
}
/*GLOBAL CSS STYLE: used to identify the body & content for product templates*/
.productBody {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
/*GLOBAL CSS STYLE: used to identify the name of the product within the page body*/
.productName {
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #3366CC;
}
/*LOCALIZED STYLE: identifies table cell bg colors on Telephone/index.htm web page*/
.productSubTitle {
	color: #FFFFFF;
	background-color: #547FD4;
	padding-left: 10px;
}

/*GLOBAL CSS STYLE: identifies link properties home page and templates*/
a:link {
	color: #3366CC;
	text-decoration: underline;
}
a:visited {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #33CC00;
	text-decoration: underline;
}
/*GLOBAL STYLE: identifies rules for each page sub-navigation*/
#navlist {
	margin-left: 25px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: normal;
}
#navlist ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#navlist li {
margin: 0;
}
#navlist a {
display: block;
padding: 0px 0px 0px 25px;
background-image:  url(../images/subnav.gif);
background-repeat: no-repeat;
}
#navlist a:link, #navlist a:visited {
color: #666666;
text-decoration: none;
}

/* you can combine the last two rules if you wish */
#navlist a:hover {
background-image:  url(../images/subnav_o.gif);
background-repeat: no-repeat;
}
/*GLOBAL STYLE: identifies page where user is currently at*/
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-image:  url(../images/subnav_o.gif);
background-repeat: no-repeat;
}
/*GLOBAL STYLE: identifies ALERT messages in development & testing*/
.alert {
	font-weight: bold;
	color: #CC3300;
}
.productTextBold {
	font-weight: bold;
}
/*LOCALIZED STYLE: identifies instructions on quick start guide*/
.dvInstructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
	text-align: center;
	font-weight: bold;
}
