﻿/* -------------------------
Body Tags
-------------------------  */

body{
	color: #666666;
	margin-top: 0;
}

body.nomargins{
	color: Black;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}

/* -------------------------
Text Stuff
-------------------------  */


h2{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


h1{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


button{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


textarea{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


input{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


li{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


td{
	border-width: 1px;
	font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
}


div{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


span{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


p{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

span.big{
	font-size: 18pt;
}

p.big{
	font-size: 18pt;
}

big{
	font-size: 18pt;
}

span.small{
	font-size: 8pt;
}

p.small{
	font-size: 8pt;
}

small{
	font-size: 8pt;
}

p.smallprint{
	font-size: 8pt;
	margin-top: 50px;
}

span.smaller{
	font-size: 70%;
}

p.smaller{
	font-size: 70%;
}

smaller{
	font-size: 70%;
}

span.smallerLight{
	font-size: 70%;
	color: #FFFFFF; /*color: #C9C9C9;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.smallerLight{
	font-size: 70%;
	color: #FFFFFF; /*color: #C9C9C9;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

smallerLight{
	font-size: 70%;
	color: #FFFFFF; /*color: #C9C9C9;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	color: #669900;
	font-size: 14pt;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

h2{
	color: #669900;
	font-size: 12pt;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

h3{
	color: #FFFFFF;
	font-size: 5pt;
	margin-bottom: 0px;
	padding-bottom: 0px;

}

A:active{
	color: #669900;  text-decoration:none;
}
A:visited{color: #669900; text-decoration:none;}
A:link{color: #669900;  
text-decoration:none;
}
A:hover{color: #669900;  text-decoration:none;}

/* -------------------------
Secondary navigfation
-------------------------  */

table.secondaryNav{
	border-collapse: collapse;
	width: 735px;
} 

table.secondaryNav p{
	font-size: 8pt;
	color: Black;
}

table.secondaryNav A:active{color: #000000;}
table.secondaryNav A:visited{color: #000000;}
table.secondaryNav A:link{color: #000000;}
table.secondaryNav A:hover{color: #000000;}

/* -------------------------
Secondary navigfation
-------------------------  */

table.breadcrumb{
	border-collapse: collapse;
	width: 735px;
} 

table.breadcrumb td{
padding-top: 20px;
padding-bottom: 20px;

}

table.breadcrumb p{
	font-size: 10pt;
	font-weight: 600;
	color: Black;
}

table.breadcrumb A:active{color: #67A300;}
table.breadcrumb A:visited{color: #67A300;}
table.breadcrumb A:link{color: #67A300;}
table.breadcrumb A:hover{color: #67A300;}ul           { font-family: Arial; font-size: 9pt }
li           { font-family: Arial; font-size: 9pt }

.red { color:red; }
.darkgreen {}
.lightgreen {}
.beige {}

.terms { font-size: 11px; }

table .center tr td {text-align:center;}
.smalltext {font-size:9px;}
.black { color:#000 }
