@charset "utf-8";
body {
	margin-top: 0px;
	font-family:Tahoma, Geneva, sans-serif;
}


/* CSS Document */
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #0060B6;
	font-weight: normal;
}
.Body1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}

/*//////////Box models////////*/
/*BLUE*/
.box_blue_top {
	background:url(images/box_blue_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.box_blue_bot {
	background:url(images/box_blue_bot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.box_bluenarrow_top {
	background:url(images/box_bluenarrow_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.box_bluenarrow_bot {
	background:url(images/box_bluenarrow_bot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.Box_Heading {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	text-align: left;
}
.Box_Body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	line-height: 20px;
}
div.colorboxes {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
/*GREEN*/
.box_green_top {
	background:url(images/box_green_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.box_green_bot {
	background:url(images/box_green_bot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.box_greennarrow_top {
	background:url(images/box_greennarrow_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.box_greennarrow_bot {
	background:url(images/box_greennarrow_bot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
/*ORNGE*/
.box_ornge_top {
	background:url(images/box_orange_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.box_ornge_bot {
	background:url(images/box_orange_bot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
/*PURPLE*/
.box_purple_top {
	background:url(images/box_purple_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.box_purple_bot {
	background:url(images/box_purple_bot.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

/*LINKS*/
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #C60;
}
a:active {
	color: #000;
}
div.colorboxes a:link {
	color: #FFF;
}
div.colorboxes a:visited {
	color: #FFF;
}
div.colorboxes a:hover {
	color: #FF0;
}

/*IMAGES*/
.Image_FloatRight {
	float: right;
	padding-bottom: 2px;
	padding-left: 5px;
}
.Image_FloatLeft {
	float: left;
	padding-bottom: 5px;
	padding-right: 8px;
}

/* Links Footer*/
.footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.footer a:link {
	color:#000;
	text-decoration:none;
}
.footer a:visited {
	color:#000;
	text-decoration:none;
}
.footer a:hover {
	color:#D96C4B;
	text-decoration:underline;
}
.footer a:active {
	color:#000;
	text-decoration:none;
}

/* Copyright Footer*/
.Copyright {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.Copyright a:link {
	color: #000;
}
.Copyright a:visited {
	color: #000;
}
.Copyright a:hover {
	color: #D96C4B;
}
.Copyright a:active {
	color: #000;
}
.subhead {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 16px;
	font-style: normal;
	text-align: left;
	line-height: 24px;
}
