/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #96BADE;
	margin: 0;
	padding: 0;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.balck-small-txt {
	color: #666666;
	font-size: 11px;
	font-family: Tahoma;
}
.copyright2 {
	color: #587B21;
	font-size: 11px;
	font-family: Tahoma;
}
.black-heading-txt {
	color: #000000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-normal-txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange-normal-txt {
	color: #FF6600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.orange-bold-txt {color: #FF6600; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
.black-links:link {
	color: #666666;
	text-decoration: none;
}
.black-links:visited {
	text-decoration: none;
	color: #666666;
}
.black-links:hover {
	text-decoration: none;
	color: #678C2F;
}
.black-links:active {
	text-decoration: none;
	color: #678C2F;
}

/*End Design*/

/*Begin Forms*/

.sc_form_required{
	color: #FF0000;
	float: right;
	font-family: Verdana;
	font-size: 9px;
} 

.sc_form_textbox{
width: 150px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #48648C;
	background-color: #48648C;
	height: 1px;
} 

#sc_form_textarea_animal_type {
width: 200px;
height:50px;
text-indent: 0px;
}

#sc_form_textbox_zip {
width: 50px;
}

#sc_form_textbox_state {
width: 30px;
}


#sc_form_textarea_comments {
width: 300px;
height:80px;
text-indent: 0px;
}
/*End Forms*/

/*Footer*/
#footer {
	text-align:center;
	font-size: 10px;
}

