/******* pvii menu styles **************/






/* Colors:
text: #333;
blue1 dark: #2884C2;
blue2 mid: #73B6D8;
blue3 light: #C7E7F6;
*/

body {
	color: #333;

}
table.blueborder {
	background-image: url(background.png);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #2884C2;
	padding: 6px;
}
a, a:visited, a:active { 
	color: #2884C2;
	text-decoration: underline;
}
a:hover {
	color: #f52;
	text-decoration: none;
}
h1, h2, h3 {color: #2884C2;}

h1 {font-size: 18px;}
h2 {font-size: 17px;}
h3, h4 {font-size: 14px;}
h4 {
	color: #f52;
	border-bottom: 1px solid #e0e0e0;
	border-left: 3px solid #ddd;
	margin: 6px 0;
	padding: 3px 0px 3px 140px;
	background-image: url(../images/h4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#quotetitle {
padding: 2px 6px 0 6px;
border-bottom: 2px dotted #2884C2;
text-align: right;
font-weight: bold;
}
hr {
	color: #2884C2;
	height: 0px;
	border: 1.5px solid;
}

