﻿@charset "utf-8";
/* CSS Document */

 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url('images/bkg.gif');
	background-position:center;
	background-position:top;
	background-repeat:repeat;
	
	
}

.img_padding {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	
}

.img_padding_right{
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 5px;

}

.img_padding_left{
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-top: 5px;
}
	
.footer_blue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #006699;
}
.red_text {
	color: #ff0000;
	font-size: 10px;
	text-align:right;
}
.red_text12px {
	color: #ff0000;
	font-size: 12px;
}

.blue_text {
	color: #006699;
}

.topic_teaser_text {
	color: #666666;
	font-size:10px;
	height: 12px;
	text-align:left;

}
.topics_heading_sidebar {
	font-size: 14px;
	font-family:"Courier New",  verdana, arial;
	font-weight: bold;
	color: #66cc00;

}
.content_indent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	text-align: left;
	text-indent: 20px;
}


.content_noindent_11px {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-align:left
	color: #666666;
		
}

.blue_bold_16px {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #006699;
}

.blue_bold_18px {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #006699;
}


.img_baby_collage {
	background-image:url(images/babies_collage.png);
	background-position:top;
	background-repeat:no-repeat;
	
}


.img_baby_bkg {
	background-image:url(images/newborn_lg.png);
	background-position:top;
	background-position:center;
	background-repeat:no-repeat;
	
}

a:link
{
	color: #ff0000;
	
}
a:visited
{
	color: #ff0000;
	
} 
a:active 
{
	color: #ff0000;

}
a:hover 
{
	color: #006699;
	
}

a:img_link
{
	color: #ffffff;
	
}
a:img_visited
{
	color: #ffffff;
	
} 
a:img_active 
{
	color: #ffffff;

}
a:img_hover 
{
	color: #ffffff;

}

