BODY { 
	 background-color: #FFFFFF;
	 margin-right: 0px;
	 margin-left: 0px;
	 margin-top:0px;
	 margin-bottom: 0px;
}

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

/*Will automatically define all text (family, size, color, line-spacing) on page unless otherwise specified*/
TD  {  
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 80%;
   font-style: normal;
   font-weight: normal;
   color: #404040; 
   font-weight: normal;
   line-height: 140%;
}
/*Use for smaller content*/
.textsmall { 
   font-size: 70%;
   line-height: 125%;
}
.textsmall2 { 
   font-size: 85%;
   line-height: 125%;
}

/*Use for captions of pics*/
.textcaption {
   font-weight: bold;
   color: #666666;
}

/*Use for breadcrumb*/
.textbreadcrumb {
   font-size: 90%;
   font-weight: bold;
}

/*For footer*/
.textfooter {
   font-weight: bold;
   color: #ffffff;
}

TH {
	font-size: 75%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background-color: #fff345;
	white-space: normal;


}

/*-----End Text-----*/

/*-----Headers-----*/

/*Large*/
H1 {  
   font-size: 110%; 
   margin-left: 0px; 
   line-height: normal; 
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 12px;
}

/*Medium*/
H2 {  
   font-size: 105%; 
   font-style: normal; 
   line-height: normal; 
   font-weight: bold;
   margin-left: 0px; 
   margin-top: 0px;
   margin-bottom: 0px;
}

/*Small*/
H3 {  
   font-size: 115%; 
   font-style: normal; 
   line-height: normal; 
   font-weight: bold;
   margin-left: 0px; 
   margin-top: 0px;
   margin-bottom: 0px;
   color: #A92C1D;
}

/*-----End Headers-----*/

/*-----Images-----*/

/*For medium images*/

img.imagespacing {
   border-style: none; 
   border-width: 0;
   margin-top: 3px; 
   margin-bottom: 3px;
   margin-left: 12px;
   margin-right: 12px;
}

/*-----End Images-----*/

/*-----Links-----*/
/*General Links - Will automatically define styles for all links unless otherwise specified.*/
/*Plus Any link where class is not specified - small non-bold with underline - also used by breadcrumbs*/
  
A:link { 
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 100%; 
   font-style: normal; 
   font-weight: normal; 
   color:#333399;
   text-decoration:underline;
}

A:hover { 
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 100%; 
   font-style: normal; 
   font-weight: normal; 
   color:#cc0000; 
   text-decoration:underline;
}

A:active { 
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 100%; 
   font-style: normal; 
   font-weight: normal; 
   color:#3366cc; 
   text-decoration:underline;
}

A:visited {
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 100%; 
   font-style: normal; 
   font-weight: normal; 
   color:#993399;
   text-decoration:underline;
}

A:hover { 
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 100%; 
   font-style: normal; 
   font-weight: normal; 
   color:#cc0000; 
   text-decoration:underline;
}

a.white:link {
   font-size:100%;
   color:#C6C6B5;
}

a.white:visited {
   font-size:100%;
   color:#C6C6B5;
}

a.white:hover {
   font-size:100%;
   color:#E5E5CB;
}

a.red:link {
   font-size:75%;
   color:#C00000;
   font-weight: bold;
}

a.red:visited {
   font-size:75%;
   color:#F48D29;
   font-weight: bold;
}

a.red:hover {
   font-size:75%;
   color:#2D54A3;
   font-weight: bold;
}

/*Top navigation - White bold small*/

a.linknav:link {
   font-size:90%;
   color:#ffffff;
   text-decoration:none; 
   font-weight: bold;
}

a.linknav:visited {
   font-size:90%;
   color:#ffffff;
   text-decoration:none; 
   font-weight: bold; 
}

a.linknav:hover {
   font-size:90%;
   color:#CCCCFF;
   text-decoration:none; 
   font-weight: bold;
}

/*Headlines - Larger bold with no underline*/

a.linkheadline:link {
   font-size:125%; 
   text-decoration:underline; 
   font-weight: bold; 
}
a.linkheadline:visited {
   font-size:125%;
   text-decoration:underline;
   font-weight: bold; 
}
a.linkheadline:hover {
   font-size:125%; 
   text-decoration:underline; 
   font-weight: bold; 
}

/*Other - smaller bold with underline*/

a.linkbold:link {
   font-size:90%;
   font-weight: bold;
   text-decoration: none;
}

a.linkbold:visited {
   font-size: 90%;
   font-weight: bold;
   text-decoration: none;
}

a.linkbold:hover {
   font-size: 90%
   font-weight: bold;
   text-decoration: underline;
}

/*----End Links-----*/

/*----Tables-----*/
/*Will automatically provide layouts for all tables unless otherwise specified*/
TABLE {
   border: none;
   padding: 0px;
   cellspacing: 0px;
}

/*Recommended for tables with data - not used for layout*/
table.tabledata {
	padding: 4;
	border: thin solid #cccccc;


}
/*-----End Tables-----*/

form.frontsearch {
margin-bottom: 8px;
margin-top: 9px;
}

.dropdown
 {
  font-family: Verdana, Arial, helvetica, sans-serif;
  font-size: 7.5pt;
 }
 img.gallery-photo {
	background: #f3f3f3;
	border: 1px solid #ddd;
	padding: 7px;
	-moz-border-radius: 3px;
}