/* fancy css classes */
/* by sonke@liquidprotocol.com */

/* setting up the body tag */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 	

}

/* Form elements */
select {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFCEA;
	margin-bottom: 5px;
	height: 17px;
}

input.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFCEA;
	height: 14px;
}

textarea {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; color: #000000; 
	text-decoration: none
}



td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 12px;
}
td.pod {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 8px;
	line-height: 11px;
}

	

/* a tag roll over classes for default links */
a {  
	color: #333333; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: underline}

a:hover {  
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none
}
/* to specify a different link format use this as the class attribute in the a tag eg. <a href="mylink.html" class="two">Click here</a> */
/* in this case it's just a few pixels bigger, adjust this to suit requirements */


a.nav:link
{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}


a.nav:visited
{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}


a.nav:hover
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}

/* sub nav classes */

a.navsub:link
{
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 14px;
}


a.navsub:visited
{
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 14px;
}


a.navsub:hover
{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 14px;
}


/* LPIP A tag - one day people will be proud to have this on their footer!!! */
a.lpip:link
{	color: #CCCCCC;
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: underline
}


a.lpip:hover
{	color: #ffffff;
	background: #CCCCCC;
	font-weight: normal; 
	font-size: 10px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none
}


.lpip
{	color: #cccccc;
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	padding: 10px;
	text-decoration: none
}

/* more a-tag link classes */
a.white:link
{	color: #ffffff;
	font-weight: normal; 
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: underline
}


a.white:visited
{	color: #ffffff;
	font-weight: normal; 
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: underline
}

a.white:hover
{	color: #ffffff;
	font-weight: normal; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none
}
/* fancy roll-over with CSS background image */
a.arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(/images/button_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: underline;
	padding-left: 12px;
}

a.arrow:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(/images/button_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	padding-left: 12px;
}

/* standard text classes for typographic formatting */
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 6px;
	line-height: 16px;
}


.contact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding: 6px;
	line-height: 12px;
}

.bodybold
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	
}

.bodyitalic
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; font-style: italic
	
}

.blue
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #003366; 
	text-decoration: none
	
}

.bluebold
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #003366; 
	text-decoration: none
	
}

.blueitalic
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #003366; font-style: italic
	
}


.errorone
{   color: #FF3300;
	font-weight: bold; 
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
}	


.errortwo
{   color: #003366;
	font-weight: normal; 
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
}	


.rev
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
	text-decoration: none
	
}

.whitebold
{  	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #ffffff; 
	text-decoration: none
	
}
.navadmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 16px;
}
.navsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 28px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
/* stuff for youngpup nav */

#myTree {
	width:150px;
	overflow:hidden;
}
#myTree img, #myTree span {
	cursor:pointer; cursor:hand;
}
#myTree .ypxt-r-fo td {
	font-weight:bold;
}
#myTree span {
	color:#333333;
	font-size:11px;
}
#myTree a {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}
#myTree a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular;
	text-decoration: none;
	line-height: 18px;
}
/* For rows in tables and alternating row colours*/
td.toprow {  
	background-color: #FFD700; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
td.displayrow1 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333;
	text-decoration: none
}
td.displayrow2 {  
	background-color: #CCCCCC; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #333333; 
	text-decoration: none
}
.blackbold {
font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #000000; 
	text-decoration: none
}
form {
	margin: 0px;
}

td.list {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: E9E9E9;
	border-top-color: E9E9E9;
	border-right-color: E9E9E9;
	border-left-color: E9E9E9;
	padding: 4px;
	font-weight: normal;
}
td.listb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: E9E9E9;
	border-top-color: E9E9E9;
	border-right-color: E9E9E9;
	border-right-style: solid;
	border-right-width: 1;
	border-left-color: E9E9E9;
	padding: 4px;
	font-weight: normal;
}
