body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #f7fbfc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	font-size: 12px;
	color: #444444;
	/*background-image: url(/images/page/ireland-stags-bg.jpg);*/
	background-image: url(/images/page/blue-bg.jpg);
	background-repeat: repeat-x;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container { 
	width: 813px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #ffffff; 
	height:110px;
 /* 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. */
} 

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/

p {margin:9px 0}

div.sidebar {
width:248px;
margin:9px 0px 0 9px;
float:left;
display:inline;
padding-right:3px;
clear:both;
}

div.sidebar1 {

	width: 248px; /* since this element is floated, a width must be given */
	border:#c9c9c9 solid 1px;
	margin:0px 0 9px 0px;
	padding:0px; /* top and bottom padding create visual space within this div */
	
}


div.sidestagtestimonial {

	width: 248px; /* since this element is floated, a width must be given */
	border:#ffffff solid 1px;
	margin:0px 0 9px 0px;
	padding:0px; /* top and bottom padding create visual space within this div */
	background-image:url(/images/page/stag-testimonial.jpg);
	height: 252px;
	font-size:14px;
	color:#828282;

	
}

div.sidebaraccomm {

	width: 248px; /* since this element is floated, a width must be given */
	border:#c9c9c9 solid 1px;
	margin:0px 0 8px 0px;
	padding:0px; /* top and bottom padding create visual space within this div */
	
}


/* top banner right information */
#topcontent {
		margin: 9px 0px 0px 9px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
		height:185px

	
}

div.topmidbar {
width:150px;
margin:0px 10px 0px 0px;
float:right;
display:inline;
padding:0;
/*border:#aed219 solid 2px;*/
height:181px;
}

div.topmidbar1 {

	width: 140px; /* since this element is floated, a width must be given */
	border:#c9c9c9 solid 1px;
	margin:0 0 0px 0px;
	padding:0px; /* top and bottom padding create visual space within this div */
}

#specialoffers {
width:259px;
margin:0px 10px 0px 0px;
float:right;
display:inline;
padding:0 0 7px 0;
border:#6fcd05 solid 2px;
}

html>body #specialoffers {margin-right:2px}

.specialdealstext { font-size: 18px; color:#0049a3; margin:12px font-weight: bold;}
.deals { 
font-size: 11px; 
color:#444444; 
margin:4px 0px 0px 6px;
/*cursor:pointer;
cursor:hand;*/

}

div.midboxes {
width:540px;
margin:8px 0 0 0px;
float:right;
display:inline;
padding:0;
}

div.midboxes1 {

	width: 249px; /* since this element is floated, a width must be given */
	border:#c9c9c9 solid 1px;
	margin:0 0 0px 0;
	padding:0px; /* top and bottom padding create visual space within this div */
}
div.midboxes2 {

	width: 160px; /* since this element is floated, a width must be given */
	border:#c9c9c9 solid 1px;
	margin:0;
	padding:0px; /* top and bottom padding create visual space within this div */
	float:right;
	display:inline;
}


#sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 8px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 8px;
}

.sidebartext { font-size: 12px; color:#656565; margin:6px; /*text-align:justify;*/}

/* Prague city information*/

.brief { font-size: 12px; color:#656565; margin:5px 5px 0 5px;}

a.pragueinfolink:link { font-size: 10px; font-weight: bold; color: #e611c0; text-decoration: underline;}
a.pragueinfolink:visited { font-size: 10px; font-weight: bold;	color: #e611c0;	text-decoration: underline;}
a.pragueinfolink:hover { font-size: 10px; font-weight: bold; color: #487600; text-decoration: none;}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	margin: 6px 0px 0 262px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left:3px
} 
html>body #mainContent {
	margin: 6px 8px 0 265px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left:3px
}


#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
} 
#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 */
}

/* Miscellaneous classes for reuse */
.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:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.blueline { /* 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 */
    height:2px;
    font-size: 2px;
    line-height: 0px;
	margin:0px 0px 9px 0px;
	background:#0dd2fa;
	width:533px
}

.blueline2 { /* 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 */
    height:2px;
    font-size: 1px;
    line-height: 0px;
	margin:0px 0px 9px 0px;
	background:#0dd2fa;
	width:600px;
	clear:right;
}

.greenline { /* 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 */
    height:2px;
    font-size: 1px;
    line-height: 0px;
	margin:4px 0px 8px 8px;
	background:#a8d101;
	width:500px
}
.greynavline { /* 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 */
    height:1px;
    font-size: 1px;
    line-height: 0px;
	margin:3px 0;
	background:#c3c5c7;
	
}
 

div.topbox {
width:110px;
border-bottom:#c1c1c1 solid 1px;
border-top:#c1c1c1 solid 1px;
background:url(/images/topboxes/topboxbg.gif);
text-align:center;
padding:3px 0;
cursor:pointer;
cursor:hand;
}

div.topbox p {font-weight:bold;margin:3px 0 0 0}

div.topnav {
background: #6fcd05;
margin:0px 0px 0px 0px;
padding:0 0 0 9px;
height:25px;

}

div.midnav {
width:813px;
background:#a8d101;
height:25px;
margin:4px 0px 0px 0px;


}

div.featured {
width:125px;
/*border:#c9c9c9 solid 1px;*/
cursor:pointer;
cursor:hand;
margin:0 0 9px 0;
height:153px;
}
div.featured p.text {margin:6px 8px;font-size:11px}
div.featured p.more {text-align:right;font-weight:bold;margin:0 8px 5px 0}


/* city pages - stag weekend packages 1*/
div.stagweekendpackages {
width:190px;
border:#07c9e0 solid 2px;
margin:0 0 9px 0;
}
div.stagweekendpackages p.text {margin:6px 6px;font-size:11px}
div.stagweekendpackages p.more {text-align:right;font-weight:bold;margin:0 5px 5px 0}

h2.stagweekendpackages {font-weight:normal;color:#ffffff;background:#07c9e0;height:24px;margin:0;padding:0 0 0 8px;font-size:18px;}
/* city pages - stag weekend packages 1*/


/* city pages - stag weekend activities 2*/
div.stagweekendactivities {
width:190px;
border:#f18200 solid 2px;
margin:0 0 9px 0;
}
div.stagweekendactivities p.text {margin:6px 6px;font-size:11px}

a.stagweekendactivities p.text:link {
	text-decoration: none;
	font-size: 11px;
	color: #0049a3;
}
a.stagweekendactivities p.text:visited {
	font-size: 11px;
	color: #0049a3;
	text-decoration: none;
}
a.stagweekendactivities p.text:hover{
	font-size: 11px;
	color: #F1427D;
	text-decoration: underline;}


div.stagweekendactivities p.more {text-align:right;font-weight:bold;margin:0 8px 5px 0}

h2.stagweekendactivities {font-weight:normal;color:#ffffff;background:#f18200;height:24px;margin:0;padding:0 0 0 8px;font-size:18px;}
/* city pages - stag weekend activities 2*/


/* city pages - stag weekend activities 3*/
div.stagweekendnights {
width:190px;
border:#9231fb solid 2px;
margin:0 0 9px 0;
}
div.stagweekendnights p.text {margin:6px 6px;font-size:11px}
div.stagweekendnights p.more {text-align:right;font-weight:bold;margin:0 8px 5px 0}

h2.stagweekendnights {font-weight:normal;color:#ffffff;background:#9c40ff;height:24px;margin:0;padding:0 0 0 8px;font-size:18px;}
/* city pages - stag weekend activities 3*/


div.mainfeatured {
width:261px;
border:#c9c9c9 solid 1px;

margin-top:3px;

}

div.base {
width:797px;
height:9px;
background:#a8d101;
margin:0px 0px 12px 8px;
clear:both;
}

p.searchtop {font-weight:normal;color:#ffffff;background:#da00b4;height:24px;margin:0;padding:0 0 0 8px;font-size:18px;}
p.searchtop2 {font-weight:normal;color:#ffffff;background:#6fcd05;height:24px;margin:0;padding:0 0 0 8px;font-size:18px;}
p.searchtop3 {font-weight:normal;color:#ffffff;background:#13C5EB;height:24px;margin:0;padding:0 0 0 8px;font-size:18px;}
p.searchtop4 {font-weight:normal;color:#ffffff;background:#eb5300;height:24px;margin:0;padding:0 0 0 8px;font-size:18px;}

h1 { font-family: Arial, Helvetica, sans-serif;	font-size: 20px; color:#0049a3;margin:0; font-weight: 0;}

h2 { font-family: Arial, Helvetica, sans-serif;	font-size: 17px; color:#dd0f3a;margin:0; font-weight: bold;}


a.h1:link {
	text-decoration: none;
	font-size: 20px;
	color: #0049a3;
}
a.h1:visited {
	font-size: 20px;
	color: #0049a3;
	text-decoration: none;
}
a.h1:hover{
	font-size: 20px;
	color: #F1427D;
	text-decoration: underline;
}

h2.sub {font-family: Arial, Helvetica, sans-serif;	font-size: 20px; color:#404040;margin:0}

hr.blue {height:2px;background:#0dd2fa;color:#0dd2fa;margin:12px 0px;padding:0 0 0 0;border:0;width:100%}


.green { font-size: 16px; color:#a1c900; font-weight: bold; margin:0}
.pink { font-size: 16px; color:#c1009f; font-weight: bold; margin:0}

h3.bluebg {font-weight:normal;color:#ffffff;background:#6fcd05;height:24px;margin:0;padding:0 0 0 8px;font-size:18px;}

h4 {font-size:18px;font-weight:normal;color:#0049a3;margin:0 0 9px 0}


ul.regions {list-style-image:url(/images/page/listarrow.gif);margin:6px 12px;padding:6px 12px}



a:link {
	text-decoration: none;
	font-size: 12px;
	color: #00a8cc;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #00a8cc;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #00a8cc;
	text-decoration: underline;
}

div.breadcrumbs a {font-size:11px}

.supplierform td {
padding:3px 0;
}
a.regionlink:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #6fb600; text-decoration: none;}
a.regionlink:visited { font-family: Arial, Helvetica, sans-serif;	font-size: 12px; font-weight: bold;	color: #6fb600;	text-decoration: none;}
a.regionlink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #487600; text-decoration: underline;}

a.botnav:link { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #009dc4; text-decoration: none;}
a.botnav:visited { font-family: Arial, Helvetica, sans-serif;	font-size: 10px; color: #009dc4;	text-decoration: none;}
a.botnav:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #F1427D; text-decoration: underline;}

div.searchbox {width:165px;height:25px;background:url(/images/nav/search/bg.gif) no-repeat #ffffff;float:right;display:inline;margin-right:10px;position:relative;top:0;left:0}
div.searchbox form {margin:0 10px 0 0;padding:0;}
div.searchbox input {background:none;border:0;color:#999999;margin:3px 0 0 5px; width:165px}
div.searchbox img {position:absolute;right:0}

/*index image boxes*/
a.actindex:link {display:block;width:186px;height:115px;background-image:url(/images/stag-weekends/home/offarrow.gif);background-repeat:no-repeat;background-position:bottom;color:#3b3b3b;text-decoration:none;font-weight:bold}
a.actindex:visited {display:block;width:186px;height:115px;background-image:url(/images/stag-weekends/home/offarrow.gif);background-repeat:no-repeat;background-position:bottom;color:#3b3b3b;text-decoration:none;font-weight:bold}
a.actindex:hover {display:block;width:186px;height:115px;background-image:url(/images/stag-weekends/home/onarrow.gif);background-repeat:no-repeat;background-position:bottom;color:#ffffff;font-weight:bold}
a.actindex:active {display:block;width:186px;height:115px;background-image:url(/images/stag-weekends/home/offarrow.gif);background-repeat:no-repeat;background-position:bottom;color:#707070;text-decoration:none;font-weight:bold}
a.actindex img {margin-bottom:2px}


/*activities*/
div.sidebaractivity {
width:183px;
margin:0px 6px 0 9px;
float:left;
display:inline;
padding-right:0px;
}

div.sidebaractivity1 {

	width: 183px; /* since this element is floated, a width must be given */
	border:#c9c9c9 solid 1px;
	margin:0px 0 9px 0px;
	padding:0px; /* top and bottom padding create visual space within this div */
}

#activityContent {
	margin: 6px 10px 0 197px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left:3px
} 
html>body #activityContent {
	margin: 6px 10px 0 200px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left:3px
} 

div.breadcrumbs {font-size:11px;margin:9px 0 9px 10px}

div.activityform {width:578px;border:2px #0049a3 solid;padding:9px;margin:9px 0}

/*sidebar*/
div.homemenu-left li {
	list-style-type: none;
	margin: 0px;
	line-height: 9pt;
}

div.homemenu-left ul {
	list-style-type: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

ul.expand a:link     { font-size: 9px; color: black; text-decoration: none; font-weight: bold; margin-left:10px; color:#05738A;line-height:15px;height:17px}
ul.expand a:visited  { font-size: 9px; color: black; text-decoration: none; font-weight: bold; margin-left:10px; color:#05738A;line-height:15px;height:17px}
ul.expand a:hover    { font-size: 9px; color: blue; text-decoration:none; font-weight: bold;  margin-left:10px; color:#ffffff;background-color: #07b6fc;line-height:15px;height:17px}

div.homemenu-left {
margin-left:0px;
}

div.homemenu-left a {
	display: block;
	height:20px;
	line-height: 18px;
	border-bottom: 1px solid #d9d9d9;
	color: #05738A;
	text-decoration: none;
	text-align:left;
	padding-left: 7px;
	font-weight:bold;
	margin-right:7px;
}

div.homemenu-left h4 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div.homemenu-left a:visited {
	color: #05738A;
	text-decoration: none;
}
div.homemenu-left a:hover {
	background-color: #07b6fc;
	color: #ffffff;
	text-decoration: none;
}


/*destinations*/
div.cityboxes {
width:194px;
/*border:#c9c9c9 solid 1px;*/
cursor:pointer;
cursor:hand;
margin-bottom:9px
}

div.cityboxes h3 {height:45px}

/*packages*/
div.packagesearch {border:#aed219 solid 2px;width:389px;height:181px;display:inline;float:right;margin-right:10px;background:url(/images/packages/shotingstags.jpg) no-repeat right bottom}

p.proceedred {background:#C40001;color:#ffffff;font-weight:bold;padding:2px;margin:0}

div.rightside {width:220px;float:right}
div.whatsincluded {width:216px;border:2px #a8d101 solid}
div.packageprice {float:right;display:inline;margin:9px;text-align:right}
div.packageprice span {color:#0049a3;font-size:24px}
div.packagespecial {width:349px;border:2px solid #26B4F4;margin:9px 0;padding:9px}
p.packageprice {color:#0049a3;font-size:24px;margin:18px;text-align:center}
div.packageform {width:578px;border:2px #4fc8e2 solid;padding:9px;margin:9px 0}

.activitytext {color: #0049A3; font-weight: bold;}

/*nights*/
.hr6 {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold;color: #bc0000;}
div.featurednight {width:143px;border:1px solid #c9c9c9;margin:0 0 9px 0}
div.featurednight h3 {background:#da00b4;margin:0;color:#ffffff;font-size:18px;padding:2px 2px 2px 5px;font-weight:normal}
div.featurednight p {margin:5px;font-size:11px}
div.featurednight p b {color:#0049a3}
div.featurednight p a {font-size:11px}
div.nightideas {width:271px;border:2px solid #a8d101;display:inline;float:right;padding:9px;margin-bottom:9px}
div.nightideas img {margin:0 9px 0 0}
.headingblue {color: #26B4F4;font-weight: bold;}

#nightlifeContent {
	margin: 6px 9px 0 197px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left:3px
} 
html>body #nightlifeContent {
	margin: 6px 9px 0 200px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding-left:3px
} 
div.nightlifeform {width:578px;border:2px #da00b4 solid;padding:9px;margin:9px 0}

/*accommodation*/
div.accommodationbox {width:596x;border:2px #4fc8e2 solid;margin-bottom:9px}
div.accommodationbox h3 {background:#4fc8e2;margin:0;color:#ffffff;padding:2px 0 2px 8px;font-size:18px;font-weight:normal}
div.accommodationbox img {margin:9px;display:inline}
div.accommodationbox p {margin: 9px 82px 0px 0;}

div.accommodationform {width:578px;border:2px #4fc8e2 solid;padding:9px;margin:9px 0}

/*stag weekends price*/
.pricefrom {color: #0080cc; font-weight: bold; font-size:14px}

.button {color: #474747; font-size:11px; font-weight:normal}

/*activity bespoke pages*/
.activityheading {font-weight: bold; color: #009900;}



/*packages
div.whatsincluded {background:#2b98ff;margin-bottom:10px}
div.whatsincluded p {color:#ffffff;margin:5px;font-weight:bold}
div.priceslash {width:175px;height:104px;background:url(/stag_weekends/images/pricecut.jpg) no-repeat;text-align:left}
div.priceslash p {padding:50px 0 0 20px;font-size:10px;color:#000000}
div.priceslash p b {color:#000000;font-size:18px}
div.valid {font-size: 10px;font-weight: bold;color: #FFFFFF;text-align:center}
div.price {color: #ffe400;font-style: italic;font-size: 18px;font-weight:bold;text-align:center}
div.otherpackages {background:url(/activities/images/packages-top.jpg) no-repeat;width:145px;font-weight:bold;color:#ffffff;text-align:center;padding-top:5px;margin-top:10px}
div.otherpackages td {font-weight:normal;color:#000000}*/

ul.ticklist {list-style-image:url(/images/packages/resultsbuttons/tick.gif);margin-top:10px;padding-left:10px;margin-left:10px;margin-right:10px}
/*ul.ticklist {list-style-image:url(/images/packages/resultsbuttons/tick.gif);margin-top:10px;padding-left:10px;margin-left:10px;margin-right:10px}*/
div.circleprice {background:url(/images/packages/resultsbuttons/pricecirclefrom.gif) no-repeat;width:109px;height:73px;margin-top:5px}
div.circleprice p {color:#ff006a;font-size:24px;margin:0;font-weight:bold;padding:27px 0 0 0;text-align:center}

/* package results */
img.top10 {z-index:1;position:absolute;top:65px;left:1px}
p.packagehead {margin:0 0 10px 0;font-weight:bold}
p.packagehead a:link {font-size:17px;color:#000000;text-decoration:none}
p.packagehead a:visited {font-size:17px;color:#000000;text-decoration:none}
p.packagehead a:hover {font-size:17px;color:#000000;text-decoration:none}
div.imagebox {position:relative;top:0;left:0}
img.packagethumb {margin:5px 10px 5px 0px;z-index:0;position:relative}
hr.packageline {width:100%;height:1px;background:#bbbbbb;color:#bbbbbb;margin:5px 0 5px 0px;padding:0 0 0 0;border:0}
div.content a.packageinfo {text-decoration:none;font-weight:bold;color:#000000;text-align:right}

a.directory:link { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #0049a3; text-decoration: none;}
a.directory:visited { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #0049a3; text-decoration: none;}
a.directory:hover { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #0049a3; text-decoration: underline;}

div.destinationenquire {
width:150px;
margin:0px 10px 0px 0px;
float:right;
display:inline;
padding:0;
border:#aed219 solid 2px;
height:181px;
}

a.homepage:link { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #0049a3; text-decoration: none;}
a.homepage:visited { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #0049a3; text-decoration: none;}
a.homepage:hover { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #0049a3; text-decoration: underline;}

a.smalllink:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #00a8d5; text-decoration: none;}
a.smalllink:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #00a8d5; text-decoration: none;}
a.smalllink:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #00a8d5; text-decoration: underline;}

h2.activity { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color:#0049a3;margin:0; font-weight: bold;}

ul.ticklist {list-style-image:url(/images/packages/resultsbuttons/tick.gif);margin-top:10px;padding-left:15px;margin-left:15px;margin-right:10px}
