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

body
	{
		background-image:url(/images/background.jpg);
		background-attachment:fixed;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#004080;
	}
.info	{font-size:10px;}
.footer	{font-size:10px;}
.name	{font-size:14px; font-weight:bold;}
.pedigree	{font-size:10px; font-weight:bold;}
.epds	{font-size:9px; font-weight:bold;}
.trait	{color:#FF0000;}
.bold	{font-weight:bold;}
.ownera	{font-size:10px;}
.banner	{font-size:16px; font-weight:bold;}

.photoborders
	{
		border-bottom-color:#004080;
		border-right-color:#004080;
		border-left-color:#004080;
		border-top-color:#004080;
	}
	
.blackphotoborders
	{
		border-bottom-color:#000;
		border-right-color:#000;
		border-left-color:#000;
		border-top-color:#000;
	}
