body
{
	margin: 0;
	padding: 0;
	background: #3fabc8 url( '../images/body-bg.jpg' ) repeat-x top;
	font-size: 12px;
	font-family: tahoma;
	color: #000;
}
.header_bg
{
	background: #3fabc8 url( '../images/header-bg.jpg' ) no-repeat top left;
}
.tab_bg
{
	background: #3fabc8 url( '../images/tab-bg.jpg' ) no-repeat top left;
	height: 20px;
	text-align: right;
}
.tab_link
{
	font-size: 12px;
	color: #9ddaf3;
	font-weight: bold;
}
.tab_link a, .tab_link a:visited
{
	color: #fff;
	text-decoration: none;
	padding: 0 22px;
}
.tab_link a:hover
{
	color: #00288f;
	text-decoration: none;
}
.cart_links, .cart_links a, .cart_links a:visited
{
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
}
.cart_links a:hover
{
	color: #fff;
	text-decoration: underline;
}
.header_tag_line
{
	font-size: 13px;
	font-family: "Trebuchet MS";
}
.content
{
	color: #0c3d82;
	line-height: 20px;
}
.blk_content
{
	color: #333;
	line-height: 20px;
}
.middle_bg
{
	background: #7dcae2 url( '../images/middle-con-bg.jpg' ) repeat-x top left;
	padding: 8px 14px;
}
.blue_hd
{
	font-family: "Comic Sans MS";
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	color: #0c3d82;
}
.h_dotted_line
{
	background: url( '../images/b-dotted-line.gif' ) repeat-x center;
}
.h_line_dbl_shade
{
	background: url( '../images/h-line-dbl-shade.jpg' ) repeat-x center;
}
h1
{
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #fff;
	line-height: 28px;
	padding: 0 0 0 10px;
	margin: 0;
}
h1.red
{
	background: url( '../images/red-hd-bg.jpg' ) no-repeat left top;
}
h1.blue
{
	background: url( '../images/blue-hd-bg.jpg' ) no-repeat left top;
}
.cal_bg
{
	background: #fcc225 url( '../images/cals-bg.jpg' ) repeat-x top;
}
.sml_blue_link, .sml_blue_link a, .sml_blue_link a:visited
{
	color: #003268;
	font-size: 11px;
	text-decoration: none;
}
.red_dotted_line
{
	background: url( '../images/red_d_line.gif' ) repeat-x center;
}
.sml_txt
{
	font-size: 11px;
}
.orng_txt
{
	color: #ff6000;
}
.week_bg
{
	background: #0074bf url( '../images/week-bg.jpg' ) no-repeat bottom;
}
ul.yellow_arrow
{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.yellow_arrow li
{
	padding: 5px 0 5px 10px;
	margin: 0;
	background: url( '../images/ylw-arrow.gif' ) no-repeat 0 8px;
	color: #fff;
}
ul.yellow_arrow li a, ul.yellow_arrow li a:visited
{
	color: #fdeb74;
	text-decoration: underline;
}
ul.yellow_arrow li a:hover
{
	color: #fff;
	text-decoration: underline;
}
.footer_bg
{
	background: url( '../images/footer_bg.jpg' ) no-repeat left;
	height: 22px;
	color: #fff;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}
.right_ylw_bg
{
	background: #fbb824 url( '../images/right-bar-ylw-bg.jpg' ) repeat-x top;
	border-bottom: 1px solid #ffeb49;
}

.left_bar_bg {
 background:#ffffff url('../images/left-btm-img.jpg') repeat-y top;  }


ul.blue_arrow
{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.blue_arrow li
{
	padding: 2px 0 2px 10px;
	margin: 0;
	background: url( '../images/blue-arrow.gif' ) no-repeat 0 10px;
	color: #333;
}
ul.blue_arrow li a, ul.blue_arrow li a:visited
{
	color: #fdeb74;
	text-decoration: underline;
}
ul.blue_arrow li a:hover
{
	color: #fff;
	text-decoration: underline;
}
.blue_txt
{
	color: #0c3d82;
}

.input_box
{
	border: 1px solid #0c3d82;
	font-size: 11px;
	padding: 2px;
	font-family: tahoma;
	color: #000;
}
form
{
	display: inline;
}


.HappyMsg
{
	color: #0c3daa;
	line-height: 20px;
}
.SadMsg
{
	color: #f26829;
	line-height: 20px;
}

.BlockOff
{
	background: #FEDF54;
	cursor: pointer;
	border-style:solid;
	border-width: 1px;
}
.BlockOn
{
	background: #FEaa45;
	cursor: pointer;
	border-style:solid;
	border-width: 1px;
}
.BlockFixed
{
	background: #FE0045;
	cursor: pointer;
	border-style:solid;
	border-width: 1px;
}

.small
{
	font-size:8pt;
}