.ad_box {
	position: relative;
	font-family: Arial;
	width:500px;
	padding:5px;
	margin:10px;
	background-color: white;
	color: #003399;
	border-top-width: normal;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: black;
}
.img_box{
	font-family: Arial;
    border: 4px solid #6699CC;
	padding:5px;
	background-image:  url("images/page_nav_bk_clr_chip.gif");
	float:left;
	margin:20px;
	width:225px;
}
.img_box_left {
    border: 4px solid #6699CC;
	padding:5px;
	background-image:  url("images/page_nav_bk_clr_chip.gif");
	float:left;
}
.img_box_right {
    border: 4px solid #6699CC;
	padding:5px;
	background-image:  url("images/page_nav_bk_clr_chip.gif");
	float:right;
}

.img {
    border: 2px solid #6699CC;
}

.text_box_right {
	width:225px;
	float:right;
	padding:5px;
    text-align: center;
}
.text_box_left {
	width:225px;
	float:left;
	padding:5px;
    text-align: center;
}
.ad_title {
	font-size: 16pt;
	font-weight: bold;
	padding:5px;
	color: #990000;
}
.ad_desc {
	font-size: 14pt;
	font-weight: bold;
}
.ad_notes {
	font-size: 12pt;
	border-top-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6699CC;
    text-align:left;
	padding:5px;
}

.ad_link {
	text-decoration: none;
	font-size: 10pt;
	font-style: italic;
	color: #990000;
	}