﻿body{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.maintext{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
a:link
{
	color: #C22709;
	text-decoration: none;
	font-weight: normal;
	
}
a:hover
{
	color: #C22709;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #C22709;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	color: #C22709;
	text-decoration: underline;
	font-weight: normal;	
}

hr
{
    color: #000000;
    height: 1px;
}


.mainbackground 
{
    background-repeat:no-repeat;
    background-color: #F4E6D6;
}

.bodyback
{   
    background-color: #003366;
    /*background-color: #99AFBF;   */ 
}

.redfont 
{
    color: #C22709;
}
.whitefont 
{
    color: #FFFFFF;
}

.blackfont 
{
    color: #000000;
}

.pedigreefont 
{
    color: #FFFFFF;
}

.darkblue
{
    background-color: #00508B;
}
.orange
{
    background-color: #EF7800;
}

.beige
{
    background-color: #F4E6D6;    
}

.black
{
    background-color: #000000;
}

.white
{
    background-color: #FFFFFF;
}


.stdpadding /*This applies standard padding. */
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}
.leftrightpadding /*This applies standard padding. */
{
	padding-left: 5px;
	padding-right: 5px;
}

.primaryphotopadding
{
    padding-bottom: 8px;
}

.blackborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.brownborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-color: #D0C2B2;
	border-width: 1px;
	border-style: outset;
}

.blueborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-color: #3E5989;
	border-width: 1px;
	border-style: outset;
}

.whiteimageborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-color: #FFFFFF;
	border-width: 4px;
	border-style: solid;
}

.pedigreeborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-color: #D0C2B2;
	border-width: 1px;
	border-style: inset;
}

.largefont
{
    font-size: 14px;
}

.medfont
{
    font-size: 12px;
}

.stdformat {
	height: 20px;
}

.lrgformat {
	height: 36px;
}



.darktext /* used to make any text bold*/
{
	font-weight: bold;
}

.Paragraph{
	font-size: 11px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 90px;
	text-align: left;
}

.ParagraphNews{
	font-size: 11px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 110px;
	text-align: left;
}

.PhotoCaption{
	font-size: 11px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 40px;
	text-align: left;
}

.StdTextBox
{
	font-size: 11px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	height: 16px;
}

