/* Main style sheet for rrrgoats.com

   www.RRRgoats.com

   Started  August, 2006 */



body {

	color: #0000A0;

	BACKGROUND:#0C2D82;

	margin-top:0;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	font-family: Verdana,Helvetica,sans-serif;

	font-size: 14px;

	font-weight: normal;

	background-image: url(/images/background.jpg);

}

:focus, :active { outline: 0; }



.borderclr {

	border-width: 1px;

	border-style: solid;

	border-color:#2E3852;

	background-image: url(images/background_table.jpg);

	padding: 10;

}



/* --- Link properties --- */

A:link {

	color:#0000FF;

}

A:visited {

	color:#0000FF;

}

A:hover {

	color:#990099;

}

.NavText {

	color: #621E1C;

	line-height: 26px;

	font-size: 12px;

	font-weight: bold;

	background-image: url(/images/btn_bg.jpg);

	background-repeat: repeat-x;

}

.NavText A:link    {

	color: #FFFFFF;

	text-decoration: none;

	background-image: url(/images/btn_bg.jpg);

	background-repeat: repeat-x;

	display: block;

	width: 100%;

}

.NavText A:visited {

	color: #FFFFFF;

	text-decoration: none;

	background-image: url(images/btn_bg.jpg);

	background-repeat: repeat-x;

	display: block; width: 100%;

}

.NavText A:hover   {

	color: #ffe09d; 

	text-decoration: none;

	background-image: url(/images/btn_bg_on.jpg);

	background-repeat: repeat-x;

	display: block; width: 100%;

}



.tinyWhite A:link    {color: #ffffff;}

.tinyWhite A:visited {color: #ffffff;}

.tinyWhite A:hover   {color: #FF8000;

}

.regtextWhite {

	font-size: 14px;

	color: #ffffff;

}

.regtextWhite A:link    {color: #ffffff;}

.regtextWhite A:visited {color: #ffffff;}

.regtextWhite A:hover   {color: #FF8000;

}

/* --- Classes --- */



/* --- This pformat classes allow the ability to indent paragraphs separately from the non-indented regtext classes --- */



 .pformat {

	font-size: 14px;

	font-style: normal;

	line-height: normal;

	font-weight: normal;

	text-transform: none;

	color: #000080;

}



/* --- Default text formats and complicated colors --- */



.regtext {

	font-size: 14px;

	color: #0000A0;

}



/* --- small headings, the formatting above and below is 0 so that they can be snugged up against other text without a regular <p></p> space --- */



.smlheadingB {

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

	text-indent: 0em;

	padding-top: 0em;

	padding-bottom: 0px;

	margin: 0em;

	color: #000080;

}

.smlheadingB_White {

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

	text-indent: 0em;

	padding-top: 0em;

	padding-bottom: 0px;

	margin: 0em;

	color: #FFFFFF;

	}

.smlheading {

	font-size: 14px;

	font-style: normal;

	font-weight: normal;

	margin-top: 0em;

	margin-right: 0em;

	margin-bottom: 0em;

}



/* --- Medium headings --- */



.medheading {

	color:#000082;

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	}

	.medheadingWhite {

	font-size: 16px;

	font-style: normal;

	font-weight: normal;

	color: #FFFFFF;

	}

.largeheading {

	font-size: 18px;

	font-style: normal;

	margin: 0em;

}

.quote {

	font-size: 12px;

	font-style: italic;

	font-weight: bold;

	color: #0000cc;

}

.tiny {

	font-size: 10px;

	font-style: normal;

	font-weight: normal;

	color: #0000cc;

}



/* --- Text Colors --- */

.medheadingGreen {

	font-size: 13px;

	font-style: normal;

	font-weight: normal;

	text-indent: 0em;

	margin-bottom: 0em;

	margin-top: 0em;

	color: #009966;

	}

.txtBlue {

	font-style: normal;

	font-weight: normal;

	color: #0000FF;

	}

.txtBrntOrange {

	font-style: normal;

	font-weight: normal;

	color: #CC3333;

	}

.txtDkGreen {

	font-style: normal;

	font-weight: normal;

	color: #006633;

}

.txtGreen {

	font-style: normal;

	font-weight: normal;

	color: #008040;

}

.txtMagenta {

	font-style: normal;

	font-weight: normal;

	color: #CC0066;

}

.txtMauve {

	font-style: normal;

	font-weight: normal;

	color: #CC3399;

}

.txtPurple {

	font-style: normal;

	font-weight: normal;

	color: purple;

}

.txtRed {

	font-style: normal;

	font-weight: normal;

	color: #FF0000;

}

.txtWhite {

	font-style: normal;

	font-weight: normal;

	color: #FFFFFF;

}

