@charset "utf-8";
/* CSS Document */

body { 
	width:100%; 
	min-width:900px; 
	min-height:100%; 
	height:auto; 
	font:normal 90.5%/1.4 Tahoma, Verdana, Arial, Helvetica;
	color:#FFFFFF; 
	font-size:12px; 
	font-weight:400;
    background:url(../images/t_bg.jpg) left top repeat-x;
	border:0; 
	margin:0; 
	background-color:#575757; 
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #d70;
}
a:hover {
	text-decoration: underline;
	color:#d70;
}
a:active {
	text-decoration: none;
	color: #0099cc;
}
h1 {
	font-size: 14px;
	color: #0099cc;
}
h2 {
	font-size: 14px;
	color: #999999;
}
.blkText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#000000;
}
.blackText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
.whiteText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
}
.contentText {
	font-family: Verdana, Arial, Helvetica, sans-serif
	font-size:11px;
	line-height:200%;
	font-weight:normal;
	color:#FFFFFF;
}
.babyText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:100;
	color:#FFFFFF;
}
.phoneText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight: normal;
	color: #d70;
}
.headingText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size::14px;
	font-weight:bold;
	color: #d70;
}
ol li				{ margin-bottom:0px;}
ul					{ margin:0px; padding:10px 0px 10px 5px;}
ul li				{ list-style: square; padding-left:0px; padding-right:5px; margin-bottom:4px;	}
#menu li{
	list-style: none
}

