/* Link *******************************************************************************************/
a:link, a:visited, a:active
{
   font-size: 12px;
   font-family: "Arial", Verdana, Helvetica, sans-serif;
   color: #000000;
   text-decoration: none;
}

a:hover 
{
   font-size: 12px;
   font-family: "Arial", Verdana, Helvetica, sans-serif;
   color: #000000;
   text-decoration: underline;
}

/**************************************************************************************************/

/* Body *******************************************************************************************/

body 
{ 
   /*scrollbar-face-color: #CCCCCC;
   scrollbar-shadow-color: #E0E0E0;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-3dlight-color: #C0C0C0;
   scrollbar-darkshadow-color: #999999;
   scrollbar-track-color: #EEEEEE;
   scrollbar-arrow-color: #999999;*/

   background-color: #FFFFFF;
   margin-top: 1px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
}

.bg
{
 background-image: url('images/baby_bg.gif');
 background-repeat: no-repeat;
}


/**************************************************************************************************/

/* Text *******************************************************************************************/

.contentText
{ 
   font-family: "Arial", Verdana,  Helvetica, sans-serif; 
   font-size: 10px; 
   font-weight: normal; 
   font-style: normal; 
   text-decoration : none; 
   color : #000000; 
   margin-bottom: 0 
}

.txt 
{
   font-family: "Arial", Verdana,  Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
}


.formTitle 
{
	font-family: "Arial", Courier, mono;
	font-size: 13.66pt;
	font-weight: bold;
}

/**************************************************************************************************/

input#styled1, #styled2, #styled3 
{
	width: 226px;
	height: 23px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: "Arial", Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
}

textarea#styled4
{
	width: 226px;
	height: 89px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: "Arial", Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
}

.submit-btn 
{
   width: 54px;
   height: 20px;
   background: #743 url(images/contactUs/sendButton.gif) no-repeat;
   outline: none;
}

.submit-btn:hover {
   background: #069 url(images/contactUs/sendButton.gif) no-repeat 0 -20px;
}


