body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-image:url(graphics/walesinfo_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #002F4D;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0;
}
A { text-decoration:none }

#mainContent2 ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#mainContent2 li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
	}
#mainContent2 li li {
	color:#FFFFFF;
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#mainContent2 ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
    }
#mainContent2 ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
    }

/*ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
	padding-top:0px;
	color:#FFFFFF;
	font-size:14px;
}

ul a{
	list-style: none;
	margin: 0;
	text-indent: -1em;
	padding-top:0px;
	color:#FFFFFF;
}

ul a:hover{
	list-style: none;
	margin: 0;
	text-indent: -1em;
	padding-top:0px;
	color: #93C9FF;
}
*/

.twoColFixLtHdr #container { 
	width: 992px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: #FFFFFF 10px solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1070px;
} 
.twoColFixLtHdr #header { 
	background: #166690;
	height: 100px;
	background-image:url(graphics/wi_logo_cut.jpg);
	background-position:right;
	background-repeat:no-repeat; 
	/*padding: 0 auto;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	color: #FFFFFF;
	font-size: 36px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header p {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
	padding-left: 10px;
}
.twoColFixLtHdr #header a {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
	padding: 0px 0 0 0;
	text-decoration:underline;
}
.twoColFixLtHdr #header a:hover {
	color: #8ECDEE;
	text-decoration:underline;
}
.twoColFixLtHdr #below_header {
	background: #FFFFFF;
	margin-top: 10px;
	/*padding: 0 auto;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #below_header h1 {
	color: #FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #below_header h4 {
	color: #00446A;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-top: 1px solid #CCCCCC;
	font-size: 20px;
}


.twoColFixLtHdr #sidebar2 {
	float: left; 
	width: 240px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	height:900px;
	margin-top: 10px;
}
.twoColFixLtHdr #sidebar2 h3, .twoColLiqLtHdr #sidebar2 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColFixLtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #659481; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	margin: 10px 0 0 10px;
	height: 225px;
	position:relative;
}
.twoColFixLtHdr #sidebar3 p {
	color: #FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #sidebar3 a {
	color:#FFFFFF;
	font-size:16px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #sidebar3 a:hover {
	color: #CED9D2;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #mainContent { 
	margin: 10px 0 10px 270px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	height: 482px;
	background-color:#F0F0F0;
	padding: 10px 10px;
} 
.twoColFixLtHdr #mainContent p {
	font-size:14px;
	color:#666666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #mainContent H2 {
	color:#00446A;
	font-size:20px;
}

.twoColFixLtHdr #mainContent H4 {
	color:#00446A;
	font-size:20px;
	padding: 5px 5px;
	border-top: 1px solid #CCCCCC;
	
}
.twoColFixLtHdr #apDiv1 {
	position:absolute;
	margin: 0 220px 0 240px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width:220px;
	z-index:1;
	padding-top:3px;
	text-align:right;
}

#apDiv2 {
	float:left;
	position: relative;
	margin: 10px 0 10px 10px;
	width:482px;
	height:244px;
	background: #FFFFFF;
	padding: 0;
}
.twoColFixLtHdr #apDiv3 {
	float:left;
	position:relative;
	left:10px;
	top:10px;
	width:229px;
	height:245px;
	background:#C9C994;
	padding: 10px 10px 10px 10px;
}

.twoColFixLtHdr #apDiv3 a {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #apDiv3 p {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv3 p:hover {
	color:#A5A47F;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv3 a:hover {
	color: #CCCC00;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv4 {
	float:left;
	position:relative;
	left:10px;
	width:229px;
	height:685px;
	z-index:2;
	background:#A5A47F;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}

.twoColFixLtHdr #apDiv4 a {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv4 p {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv4 a:hover {
	color: #C9C994;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#apDiv4 ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#apDiv4 li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
	}
#apDiv4 li li {
	color:#FFFFFF;
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#apDiv4 ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
    }
#apDiv4 ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
    }

.twoColFixLtHdr #mainContent2 { 
	margin: 10px 0 0 10px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	float:left;
	position:relative;
	height: 695px;
	width:462px;
	background:#166690;
	padding: 10px 10px 0 10px;
	background-image:url(graphics/reverse1.jpg);
	background-position: center;
	background-repeat:no-repeat;
	margin-top: 0;
} 
.twoColFixLtHdr #mainContent2 p {
	font-size:14px;
	color:#FFFFFF;
	margin-bottom: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #mainContent2 H2 {
	color:#00446A;
	font-size:20px;
}

.twoColFixLtHdr #mainContent2 a:hover {
	color: #C9C994;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #footer { 
	margin: 0 50px 0 50px;
	display:block;
	text-align: center;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#166690; */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
}
.twoColFixLtHdr #footer H2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 24px;
	color:#FFFFFF;
	padding-top: 10px;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.twoColFixLtHdr #footer a:hover {
	color: #00FFFF;
	text-decoration:underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/****************************************8css for navbar*******************************************/
/* Nav Bar */
#navbar {
	margin:0;
	height:357px;
	width:240px;
	position:relative;
	border:0px solid #0ff;
}
#navbar li {
	list-style:none;
	/*position:absolute;*/
}
#navbar a {
	height:27px;
	display:block;
	text-indent:-999em;/**/
}
#panel1 a {
	background:url(graphics/menu/Accommodation.gif) no-repeat;
}
#panel2 a {
	background:url(graphics/menu/Hotels.gif) no-repeat;
}
#panel3 a {
	background:url(graphics/menu/luxury_hotels.gif) no-repeat;
}
#panel4 a {
	background:url(graphics/menu/Bed_Breakfast.gif) no-repeat;
}
#panel5 a {
	background:url(graphics/menu/Farm_BB.gif) no-repeat;
}
#panel6  a{
	background:url(graphics/menu/Guest_houses.gif) no-repeat;
}
#panel7 a {
	background:url(graphics/menu/Inns.gif) no-repeat;
}
#panel8 a {
	background:url(graphics/menu/Country_Hotels.gif) no-repeat;
}
#panel9 a {
	background:url(graphics/menu/Country_Houses.gif) no-repeat;
}
#pane20 a {
	background:url(graphics/menu/Camp_sites.gif) no-repeat;
}
#pane21  a{
	background:url(graphics/menu/caravan_sites.gif) no-repeat;
}
#pane22 a {
	background:url(graphics/menu/holiday_apartments.gif) no-repeat;
}
#pane23 a {
	background:url(graphics/menu/holiday_bungalows.gif) no-repeat;
}
#pane24 a {
	background:url(graphics/menu/holiday_cabins.gif) no-repeat;
}
#pane25 a {
	background:url(graphics/menu/holiday_campuses.gif) no-repeat;
}
#pane26  a{
	background:url(graphics/menu/holiday_chalets.gif) no-repeat;
}
#pane27 a {
	background:url(graphics/menu/holiday_cottages.gif) no-repeat;
}
#pane28 a {
	background:url(graphics/menu/attractions.gif) no-repeat;
}
#pane29 a {
	background:url(graphics/menu/birdwatching.gif) no-repeat;
}
#pane30 a {
	background:url(graphics/menu/castles.gif) no-repeat;
}
#pane31  a{
	background:url(graphics/menu/national_trust.gif) no-repeat;
}
#pane32 a {
	background:url(graphics/menu/national_reserves.gif) no-repeat;
}
#pane33 a {
	background:url(graphics/menu/stately_homes.gif) no-repeat;
}
#pane34 a {
	background:url(graphics/menu/museums.gif) no-repeat;
}
#pane35 a {
	background:url(graphics/menu/galleries.gif) no-repeat;
}
#pane36  a{
	background:url(graphics/menu/golfing.gif) no-repeat;
}
#pane37 a {
	background:url(graphics/menu/events.gif) no-repeat;
}
#pane38 a {
	background:url(graphics/menu/whatson_wales.gif) no-repeat;
}
#pane39 a {
	background:url(graphics/menu/food_festival.gif) no-repeat;
}
#pane40 a {
	background:url(graphics/menu/festivals_wales.gif) no-repeat;
}
#pane41 a {
	background:url(graphics/menu/pet_friendly.gif) no-repeat;
}
#pane42 a {
	background:url(graphics/menu/restaurant_with_rooms.gif) no-repeat;
}
#pane43 a {
	background:url(graphics/menu/quality_assured.gif) no-repeat;
}
#pane44 a {
	background:url(graphics/menu/restaurants.gif) no-repeat;
}
#pane45 a {
	background:url(graphics/menu/Self_Catering.gif) no-repeat;
}
#pane46 a {
	background:url(graphics/menu/Fishing.gif) no-repeat;
}
#pane47 a {
	background:url(graphics/menu/adventure.gif) no-repeat;
}
#pane48 a {
	background:url(graphics/menu/coasteering.gif) no-repeat;
}
#pane49 a {
	background:url(graphics/menu/cyling.gif) no-repeat;
}
#pane50 a {
	background:url(graphics/menu/homecoming.gif) no-repeat;
}
#pane51 a {
	background:url(graphics/menu/mountain_biking.gif) no-repeat;
}
#pane52 a {
	background:url(graphics/menu/orienteering.gif) no-repeat;
}
#pane52 {
	background:url(graphics/menu/orienteering.gif);
	background-repeat:no-repeat;
}
#pane53 a {
	background:url(graphics/menu/railways.gif) no-repeat;
}
#pane54 a {
	background:url(graphics/menu/underground.gif) no-repeat;
}
#pane55 a {
	background:url(graphics/menu/walking.gif) no-repeat;
}
#pane60 a {
	background:url(graphics/menu/Welcome_host.gif) no-repeat;
}
#pane61 a {
	background:url(graphics/menu/great_little_places.gif) no-repeat;
}
#pane62 a {
	background:url(graphics/menu/welsh_rarebits.gif) no-repeat;
}
#pane63 a {
	background:url(graphics/menu/book_now.gif) no-repeat;
}
#panel10 a{
	background:url(graphics/menu/Youth_Hostels.gif) no-repeat;
}
#panel11 a {
	background:url(graphics/menu/Activity_Centres.gif) no-repeat;
}
#panel12 a {
	background:url(graphics/menu/Bunkhouses.gif) no-repeat;
}

/*focus styles */

#panel1 a:hover, #panel1 a:active, #panel1 a:focus {
	background-position: -240px;
}

#panel2 a:hover, #panel2 a:active, #panel2 a:focus {
	background-position: -240px;
}
#panel3 a:hover, #panel3 a:active, #panel3 a:focus {
	background-position: -240px;
}
#panel4 a:hover, #panel4 a:active, #panel4 a:focus {
	background-position: -240px;
}
#panel5 a:hover, #panel5 a:active, #panel5 a:focus {
	background-position: -240px;
}
#panel6 a:hover, #panel6 a:active, #panel6 a:focus {
	background-position: -240px;
}
#panel7 a:hover, #panel7 a:active, #panel7 a:focus {
	background-position: -240px;
}
#panel8 a:hover, #panel8 a:active, #panel8 a:focus {
	background-position: -240px;
}
#panel9 a:hover, #panel9 a:active, #panel9 a:focus {
	background-position: -240px;
}
#pane20 a:hover, #pane20 a:active, #pane20 a:focus {
	background-position: -240px;
}
#pane21 a:hover, #pane21 a:active, #pane21 a:focus {
	background-position: -240px;
}
#pane22 a:hover, #pane22 a:active, #pane22 a:focus {
	background-position: -240px;
}
#pane23 a:hover, #pane23 a:active, #pane23 a:focus {
	background-position: -240px;
}
#pane24 a:hover, #pane24 a:active, #pane24 a:focus {
	background-position: -240px;
}
#pane25 a:hover, #pane25 a:active, #pane25 a:focus {
	background-position: -240px;
}
#pane26 a:hover, #pane26 a:active, #pane26 a:focus {
	background-position: -240px;
}
#pane27 a:hover, #pane27 a:active, #pane27 a:focus {
	background-position: -240px;
}
#pane28 a:hover, #pane28 a:active, #pane28 a:focus {
	background-position: -240px;
}
#pane29 a:hover, #pane29 a:active, #pane29 a:focus {
	background-position: -240px;
}
#pane30 a:hover, #pane30 a:active, #pane30 a:focus {
	background-position: -240px;
}
#pane31 a:hover, #pane31 a:active, #pane31 a:focus {
	background-position: -240px;
}
#pane32 a:hover, #pane32 a:active, #pane32 a:focus {
	background-position: -240px;
}
#pane33 a:hover, #pane33 a:active, #pane33 a:focus {
	background-position: -240px;
}
#pane34 a:hover, #pane34 a:active, #pane34 a:focus {
	background-position: -240px;
}
#pane35 a:hover, #pane35 a:active, #pane35 a:focus {
	background-position: -240px;
}
#pane36 a:hover, #pane36 a:active, #pane36 a:focus {
	background-position: -240px;
}
#pane37 a:hover, #pane37 a:active, #pane37 a:focus {
	background-position: -240px;
}
#pane38 a:hover, #pane38 a:active, #pane38 a:focus {
	background-position: -240px;
}
#pane39 a:hover, #pane39 a:active, #pane39 a:focus {
	background-position: -240px;
}
#pane40 a:hover, #pane40 a:active, #pane40 a:focus {
	background-position: -240px;
}
#pane41 a:hover, #pane41 a:active, #pane41 a:focus {
	background-position: -240px;
}
#pane42 a:hover, #pane42 a:active, #pane42 a:focus {
	background-position: -240px;
}
#pane43 a:hover, #pane43 a:active, #pane43 a:focus {
	background-position: -240px;
}
#pane44 a:hover, #pane44 a:active, #pane44 a:focus {
	background-position: -240px;
}
#pane45 a:hover, #pane45 a:active, #pane45 a:focus {
	background-position: -240px;
}
#pane46 a:hover, #pane46 a:active, #pane46 a:focus {
	background-position: -240px;
}
#pane47 a:hover, #pane47 a:active, #pane47 a:focus {
	background-position: -240px;
}
#pane48 a:hover, #pane48 a:active, #pane48 a:focus {
	background-position: -240px;
}
#pane49 a:hover, #pane49 a:active, #pane49 a:focus {
	background-position: -240px;
}
#pane50 a:hover, #pane50 a:active, #pane50 a:focus {
	background-position: -240px;
}
#pane51 a:hover, #pane51 a:active, #pane51 a:focus {
	background-position: -240px;
}
#pane52 a:hover, #pane52 a:active, #pane52 a:focus {
	background-position: -240px;
}
#pane52 {
	background-position: -240px;
}
#pane53 a:hover, #pane53 a:active, #pane53 a:focus {
	background-position: -240px;
}
#pane54 a:hover, #pane54 a:active, #pane54 a:focus {
	background-position: -240px;
}
#pane55 a:hover, #pane55 a:active, #pane55 a:focus {
	background-position: -240px;
}
#pane60 a:hover, #pane60 a:active, #pane60 a:focus {
	background-position: -240px;
}
#pane61 a:hover, #pane61 a:active, #pane61 a:focus {
	background-position: -240px;
}
#pane62 a:hover, #pane62 a:active, #pane62 a:focus {
	background-position: -240px;
}
#pane63 a:hover, #pane63 a:active, #pane63 a:focus {
	background-position: -240px;
}
#panel10 a:hover, #panel10 a:active, #panel10 a:focus {
	background-position: -240px;
}
#panel11 a:hover, #panel10 a:active, #panel10 a:focus {
	background-position: -240px;
}
#panel12 a:hover, #panel10 a:active, #panel10 a:focus {
	background-position: -240px;
}
#panel13 a:hover, #panel10 a:active, #panel10 a:focus {
	background-position: -240px;
}

#navbar ul {
	padding: 0;
	margin: 0;
}
#navbar li ul {
	background-color:#fff;
	padding-left: 2.3em;
	}
#navbar li li {
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#navbar ul li ul li a {
    background:none;
    text-indent:0;
    color:#666;
    text-decoration:none;
	height:20px;
    }
#navbar ul li ul li a:hover {
    color:#008400;
	text-decoration:underline;
    }
.style3 {color: #333333}
.style4 {
	color: #FFFFFF;
	font-size: 14px;
}
.style5 {color: #166690;
	font-size: 14px;
	font-weight:bold;}
.style6 {
	color: #166690;
	font-size: 14px;
}
.style6Dark {
	color: #454D40;
	font-size: 12px;
	font-weight: bold;
}
.style10pxDark {
	color: #454D40;
	font-size: 12px;
	font-weight:bold;
}

div.horRule {
	height: 1px;
	border-top: 1px solid #E5E5E5;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
div.horRule hr {
	display: none;
}
#mapCanvas, #map {
	width: 720px;
	height: 730px;
	color: #222;
	font-size: 0.9em;
}
        #info {
            background: url(infoBG.png) no-repeat bottom left;
            width: 180px;
            padding: 10px;
            height: 80%;
            overflow: auto;
            /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='infoBG.png', sizingMethod='scale');*/
        }
.style7 {
	color: #FFFFFF;
	font-size:14px;
}
.style7 a:hover{
	color: #93C9FF;
	font-size:14px;
}
.style9 {
	color: #CCCCCC;
	font-size:14px;
}
.style9 a{
	color: #CCCCCC;
	font-size:14px;
}
.style9 a:hover{
	color: #176D9B;
	font-size:14px;
	text-decoration:underline;
}
.styling{
	color: #FFFFFF;
	font-size:  14px;
	font-weight:bold;
}
.style8 {
	font-size: 16px;
	color: #FFFFFF;
}
.style10px {
	font-size: 10px;
	color: #FFFFFF;
}
.style10px a{
	font-size: 10px;
	color: #FFFFFF;
}
.style10px a:hover{
	font-size: 10px;
	color: #93C9FF;
}
.lightblue14px {
	font-size:14px;
	color:#9FBFD0;
}
.lightblue18px {
	font-size:18px;
	color:#333333;
}
.lightblue12px {
	font-size:12px;
	color:#166690;
}
.lightgrey18px {
	font-size:18px;
	color:#333333;
}
