/* dick_proenneke.css */

body {
	background-color: #DDEEFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;  
}

p { color: #000000; 	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;  
	font-weight: bold;
}

/* links */
a { color: #000099; text-decoration: underline; }
a:hover { color: #999999; }

/* navbar */
.nav { 
	padding-right: 10px; padding-top: 10px; padding-bottom: 10px; 
	color: #000099;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;  
	font-weight: bold;
}

/* contact bar */
.con1 { 
	padding: 10px; 
	color: #000099;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;  
	font-weight: bold;
}
.con2 { text-align: center; font-size: 12px; }

/* home page overlay text */
.white_overlay { color: #FFFFFF; font-size: 20px; font-weight: bold; padding: 10px; }
.black_overlay { color: #000000; font-size: 20px; font-weight: bold; padding: 10px; background-color: #FFFFFF; }

 
/*
a { 
	color: #000099; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;  
	font-weight: bold; 
	text-decoration: underline; 
}

.title    { font-family: Arial, Helvetica, sans-serif; font-size: 20pt; color: #000099; font-weight: bold;}
.subtitle { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000099;}
.def      { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; font-weight: normal; }
.defb     { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #000000; font-weight: bold;}
.cart     { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000;}
.cartb    { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; font-weight: bold;}
.cart_right  { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; text-align: right;  padding-left: 10px; padding-right: 10px; padding-top: 2px; padding-bottom: 2px; }
.cart_left   { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; text-align: left;   padding-left: 10px; padding-right: 10px; padding-top: 2px; padding-bottom: 2px; }
.cart_center { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; text-align: center; padding-left: 10px; padding-right: 10px; padding-top: 2px; padding-bottom: 2px; }
.err     { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #CC0000; text-align: center; }

.con      { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000; font-weight: bold; }
.con_sm   { font-family: Arial, Helvetica, sans-serif; font-size:  8pt; color: #000000;}
.sale     { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000;}
.canada   { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-align: center; }

a:active  { color: #000099; font-family: Arial, Helvetica, sans-serif; font-size: 12pt;  font-weight: bold; text-decoration: underline; }
a:link    { color: #000099; font-family: Arial, Helvetica, sans-serif; font-size: 12pt;  font-weight: bold; text-decoration: underline; }
a:visited { color: #000099; font-family: Arial, Helvetica, sans-serif; font-size: 12pt;  font-weight: bold; text-decoration: underline; }
a:hover   { color: #999999; font-family: Arial, Helvetica, sans-serif; font-size: 12pt;  font-weight: bold; text-decoration: underline; }
*/