#border {
	border: 1px solid #cccccc;
}

#plain {
	background: #fff url(images/callouts/plainBackground.gif) no-repeat bottom right;
}

#plainborder {
	border: 1px solid #cccccc;
	background: #fff url(images/callouts/plainBackground.gif) no-repeat bottom right;
}

#blue {
	border: 1px solid #cccccc;
	background: #dde8f3 url(images/callouts/blueBackground.gif) no-repeat bottom right;
}

#title {
	border-bottom: 1px solid #cccccc;
}

#titleblue {
	border-bottom: 1px solid #cccccc;
	background: #7CA4CB;
}

.content {
	font-family: arial;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}

.titleblue {
	font-family: arial;
	font-size: 14px;
	color: #2867B3;
	font-weight: bold;
}

.titlewhite {
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
hr {
height: 0;
width: 100%;
border-style: solid;
border-color: #cccccc;
}


