﻿#container {
	width: 665px;
	background-color: #FFFFFF;
	border: 7px solid #0655A4;
	margin: 0px auto 0px auto;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
body {
	background-color: #16cce6;
}
ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: none;
}
ul.bullet_single li {
	padding: 2px 0px 5px 40px;
	background-image: url('../images/bullet.jpg');
	background-repeat: no-repeat;
	margin: 0px 0px 4px 0px;
	line-height: 1.3em;
}
ul.bullet li {
	padding: 0px 0px 5px 40px;
	background-image: url('../images/bullet.jpg');
	background-repeat: no-repeat;
	margin: 0px 0px 12px 0px;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.border_blue_thick {
	border: 7px solid #0655A4;
}
.image_right {
	border-style: none;
	float: right;
	margin: 0px 0px 15px 15px;
}
.image_left {
	border-style: none;
	float: left;
	margin: 0px 15px 15px 0px;
}
.no_border {
	border-style: none;
}
.center {
	text-align: center;
}
.highlight {
	background-color: #facfea;
}
.blue_normal {
	color: #0655a4;
	font-size: 13px;
}
.blue_large {
	color: #0655a4;
	font-size: 17px;
}
.blue_xlg {
	color: #0655a4;
	font-size: 24px;
}
.pink_medium {
	color: #E114F8;
	font-size: 16px;
}
.pink_xlg {
	color: #E114F8;
	font-size: 24px;
}
td.padding_15 {
	padding: 15px;
	text-align: left;
	vertical-align: top;
}
.box_callout {
	margin: 0px auto 0px auto;
	width: 90%;
	position: relative;
	border-collapse: collapse;
}
.callout_center {
	background-color: #dddee1;
	text-align: left;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", "New York", serif;
	font-size: 12px;
	line-height: 1.3em;
}
.callout_up {
	background-image: url('../images/callout_02.gif');
	background-repeat: repeat-x;
	text-align: left;
	height: 22px;
}
.callout_down {
	background-image: url('../images/callout_08.gif');
	background-repeat: repeat-x;
	text-align: left;
	height: 31px;
}
.callout_left_up {
	width: 20px;
	background-image: url('../images/callout_01.jpg');
	background-repeat: no-repeat;
	height: 22px;
}
.callout_left {
	background-image: url('../images/callout_04.gif');
	background-repeat: repeat-y;
	width: 20px;
}
.callout_left_down {
	width: 20px;
	background-image: url('../images/callout_07.gif');
	background-repeat: no-repeat;
	height: 31px;
}
.callout_right_up {
	width: 32px;
	height: 22px;
	background-image: url('../images/callout_03.gif');
	background-repeat: no-repeat;
}
.callout_right {
	background-image: url('../images/callout_06.gif');
	background-repeat: repeat-y;
	width: 32px;
}
.callout_right_down {
	background-image: url('../images/callout_09.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
}
hr {
	color: #E11494;
	height: 2px;
}

