@font-face
{
	font-family: "Avenir LT Std 45 Book";
	src: url('avenirltstd-book-webfont.eot');	
}   
   
@font-face 
{
	font-family: "Avenir LT Std 45 Book";
	src: local("Avenir LT Std 45 Book"),
	       url('avenirltstd-book-webfont.ttf');
}
	
@font-face
{
	font-family: "Avenir LT Std Black";
	src: url('avenirltstd-black-webfont.eot');	
} 
  
@font-face 
{
	font-family: "Avenir LT Std Black";
	src: local("Avenir LT Std Black"),
	       url('avenirltstd-black-webfont.ttf');
}
 
body
{
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #6f6f6e;
}

a
{
	color: #007577;
	text-decoration: none;		
}

a:visited
{
	color: #007577;
	text-decoration: none;		
}

a:hover
{
	color: #007577;
	text-decoration: underline;		
}

H1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #007577;
}

/*Main menu section START*/
.item
{
	font-family: "Avenir LT Std Black";
	background-color: #00889d;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	color: #d2dada;
}

.selecteditem
{
	background-color: #00889d;
	text-align:center;
	font-family: "Avenir LT Std 45 Book";
	font-weight:bold;
	font-size: 12px;
	cursor:hand;
	color:#ffffff;
}

.submenu
{
	font-family: "Avenir LT Std 45 Book";
	color: #ffffff;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: -30px;
	/*width: 100%;*/
}

.submenuitem
{
	font-family: "Avenir LT Std 45 Book";
	text-align:left;
	cursor:default;
	font-size: 12px;
	vertical-align:top;
	width: 200px;
	font-weight:normal;
}

.submenuitem a:link
{
	font-family: "Avenir LT Std 45 Book";
	text-decoration: none;
	/*font-weight:lighter;*/
	color: #ffffff;
	font-size: 13px;
	/*font-weight:normal;*/
}

.submenuitem a:visited
{
	font-family: "Avenir LT Std 45 Book";
	text-decoration: none;
	/*font-weight:normal;*/
	color: #ffffff;
	font-size: 13px;
}

.submenuitem a:hover
{
	font-family: "Avenir LT Std 45 Book";
	font-weight:bold;
	color: #ffffff;
	font-size: 13px;
}

.firstsubmenuitem
{
	font-family: "Avenir LT Std 45 Book";
	padding-top: 10px;
	text-align:left;
	font-size: 13px;
	cursor:default;
	font-weight:normal;
	
}

.firstsubmenuitem a:link
{
	font-family: "Avenir LT Std 45 Book";
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	font-size: 13px;
}

.firstsubmenuitem a:visited
{
	font-family: "Avenir LT Std 45 Book";
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	font-size: 13px;
}

.firstsubmenuitem a:hover
{
	font-family: "Avenir LT Std 45 Book";
	font-weight:bold;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}

.submenuheader
{
	font-family: "Avenir LT Std Black";	
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 12px;
	visibility:inherit;
	font-weight:bold;
	text-align:left;
	height: 25px;
	font-size: 13px;
	color: White;
}

.submenuheader a:link
{
	font-family: "Avenir LT Std Black";	
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}

.submenuheader a:visited
{
	font-family: "Avenir LT Std Black";	
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}

.submenuheader a:hover
{
	font-family: "Avenir LT Std Black";	
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size: 13px;
}

.submenubottom
{
	position: relative;
	top: 20px;
	left: -28px;
}

.space
{
	width: 30px;	
}
/*Main menu section END*/



#maindiv /*Main div for all elements of the page*/
{
	text-align:left;
	width:910;
	margin: 0 auto;
	padding: 0;
}

#topBackground /*Baxkground for top of the page*/
{
	width: 910px;
	height: 140px;
}

#top /*Top of the page*/
{
	top: 0;
	position: absolute;
	background-color: Transparent;
	width: 910;
	height: 140;
	z-index: 5;
}

#logo /*GTS logo on top*/
{
	position:absolute;
	top:10px;
	left: -32px;
}

#search /*Search control*/
{
	position:absolute;
	top:30px;
	right: 35px;
}

#mainmenu /*Top menu div*/
{
	font-family: "Avenir LT Std 65 Medium";
	position: absolute;
	top: 114px;
	left: 87px;
	z-index:1000;
	
}

#mainmenu table /*Top menu div*/
{
	font-family: Avenir LT Std 65 Medium;
}

/* Top button start*/
.topbuttons
{
	color: #ffffff;
	border-collapse: collapse;
}	

.topbuttons table
{
	border-collapse: collapse;	
	
}

.topbutton
{
	font-size: 11px;
	padding-left: 5px;
	vertical-align: middle;
	/*border: solid 1px black;*/
}	

.topbutton a:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#6f6f6e;
	font-size: 11px;
}

.topbutton  a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#6f6f6e;
	font-size: 11px;
}

.topbutton a:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#007577;
	text-decoration: underline;	
}

.topbuttons table tr td
{
	padding-left: 5px;
	padding-right: 5px;
	color: #6f6f6e;
}	

#picture /*Top image*/
{
	position: relative;
	padding-bottom: 2px;
	width:910px;
	height: 200px;
	background-color: Transparent;
	top: 1px;	
	/*border: solid 1px Black;*/
}

#separator
{
	position: relative;
	clear: both;
	height: 7px;
	padding: 0;
	/*border: solid 1px Black;*/
}

.sepimg
{
	width: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
}

#topimg
{	
	height: 100%;
	width: 100%;
}

#breadcrumb
{
	width: 100%;
	height: 30px;
}

#pagebuttons
{
	vertical-align:middle;
	color: #6f6f6e; 
}

#maintable
{
	position:relative;
	width: 910px;
	height: 400px;	
	border-style: solid;
	top: 1px;
}

#cell
{
	width:30%;
	height: 50%;
	background-color: Aqua;
	border: 4px;
	border-style: solid;
}

#forsidecontentdiv
{
	position: relative;
	top: 4px;*//*
	height: 402px;
	width: 910px;
	clear:both;
	/*border: solid 1px black;*/
}

#pagecontentdiv
{
	color: #6f6f6e;	
	vertical-align:top;
	height: 70%;
}

.contenttopimg
{
	position: absolute;
	top: 0;
	
	
}

#cell11
{
	position: relative;
	width: 302px;
	height:200px;
	/*background-image: url('../Images/graf/blogforsidectrl.jpg');*/
	background-image: url('../Images/graf/lille-vejviser.gif');
	top: 0px;
	float:left;
	overflow: hidden;
}

#cell12
{
	
	position: relative;
	width: 302px;
	height:200px;
	/*background-image: url('../Images/graf/blogforsidectrl.jpg');*/
	background-image: url('../Images/graf/lille-midtboks.gif');
	top: 0px;
	left: 2px;
	float:left;
	overflow: hidden;
}

#cell13
{
	position: relative;
	width: 302px;
	height:200px;
	/*background-image: url('../Images/graf/blogforsidectrl.jpg');*/
	background-image: url('../Images/graf/lille-tema.gif');
	top: 0px;
	left: 0px;
	float: right;
	overflow: hidden;
}

#cell21
{
	position: relative;
	width: 302px;
	height:200px;
	background-image: url('../Images/graf/bgGreyGradient.gif');	
	top: 2px;
	float:left
}

#cell22
{
	position: relative;
	width: 302px;
	height:200px;
	background-image: url('../Images/graf/bgGreyGradient.gif');	
	top: 2px;
	left: 2px;
	float:left;
}

#cell23
{
	position: relative;
	width: 302px;
	height: 200px;
	background-image: url('../Images/graf/bgGreyGradient.gif');	
	top: 2px;
	left: 0px;
	float: right;
}

.newstableforside
{
	position: absolute;
	width: 302px;
	height:200px;
	border-collapse:collapse;
}

#pagecontentdiv table, tr,td
{
	color: #6f6f6e;	
}

#leftcolumndiv
{
	position: relative;
	width: 204px;
	float:left;
	overflow: hidden;
}

#centralcolumndiv
{
	position: relative;
	color: #6f6f6e;
	width: 470px;
	float:left;
	padding-left: 25px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	/*overflow: hidden;*/
}

#rightcolumndiv
{
	position: relative;
	color: #6f6f6e;
	width: 204px;
	float: right;
	right: 0;
	overflow: hidden;
	z-index: 100000;
}

/*footer start*/
#footer
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: relative;
	width: 910;
	height: 100;
	font-size: 10px;
	bottom: 0;
	clear: both;
}

#footer a:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;	
}

#footer  a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;	
}

#footer a:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;	
}

#footer td
{
	font-size: 11px;
}

#footerbg
{	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.ftable 
{
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1000;	
}
/*footer end*/

/*Classes*/
.contenttitle /*Page content title*/
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #007577;
	font-size : 15px;	
}

/*Class title start*/
.title
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #007577;
	font-size: 15px;
	font-weight: 700;
}

.title a:link, a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #007577;
}

.title a:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #007577;
	text-decoration: underline;
}


.pagecontent
{
	font-family : Arial, Helvetica, sans-serif;
	color : #6f6f6e;
	font-size : 12px;	
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding: 10px;*/
}

/*subchannels start*/
.subchannels
{
	width: 196px;
}

.subchannels a:link
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6f6f6e;
	text-decoration: none;
}

.subchannels a:visited
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6f6f6e;
	text-decoration: none;
}

.subchannels a:hover
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #007577;
}

.subchannels td
{
	padding-top: 5px;
	padding-bottom: 5px;
	color: #6f6f6e;
	font-weight: normal;
	font-size: 11px;
}
/*subchannels end*/

.centrallink
{
	text-align: center;
	vertical-align: middle;
	height: 50px;	
}

.centrallink a
{
	vertical-align: middle;
}

.tdrssicon
{
	text-align: right;	
	padding-right: 10px;
	padding-top: 15px;
}

/*tdseflere start*/
.tdseflere
{
	text-align: right;	
	color: #6F6F6E;
	font-size: 10px;
	padding-top: 15px;
}

.tdseflere a:link
{
	color: #6F6F6E;
	font-size: 10px;
	text-decoration: none;	
}

.tdseflere a:visited
{
	color: #6F6F6E;
	font-size: 10px;
	text-decoration: none;	
}

.tdseflere a:hover
{
	color: #007577;
	font-size: 10px;
	text-decoration: underline;
}
/*tdseflere end*/

.tdtitle
{
	color: #007577;
	font-size: 12pt;
	font-weight: 600;
	padding-top: 24px;
}

.tdseparateline
{
	border-top-color: #007577;
	border-top-style: solid;
	border-top-width: 1px;
}

.arthead
{
	/*padding-top: 10px;
	padding-bottom: 5px;*/
	/*REM BY MHP
	/*color: Black;
	font-size:16px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 10px;*/
	/*INSERTED BY MHP*/
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #007577;
}

.arttitle
{
	padding-top: 10px;
	padding-bottom: 5px;
	color: Black;
	font-size:16px;
	font-weight: 600;
}

.arttitle a:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#007577;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	
}

.arttitle a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#007577;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	
}

.arttitle a:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#007577;
	text-decoration: underline;
	
}

.artteaser
{
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #007577;
	width: 100%;
	font-size: 12px;
}

.artseparator
{
	padding-top: 10px;	
	/*padding-bottom: 10px;	*/
}

.archivetext
{
	font-family :  Arial, Helvetica, sans-serif;
	padding-bottom: 10px;	
	padding-left: 0px;
	font-size: 11px;
}

.archTable
{
	border-collapse: collapse;	
}

.archivetext a:link
{
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.archivetext a:visited
{
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #6f6f6e;
}

.archivetext a:hover
{
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #007577;
}

.archivetitle
{
	color: #007577;
	font-size: 12pt;
	font-weight: 600;
	padding-bottom: 10px;
}

.centraltopimg 
{
	position:relative;
	width: 100%;
	top: 0px;	
}

.separatorimg
{
	width: 100%;	
}

#blogtitle
{
	width: 100%;
	/*padding-top: 2px;*/
}

#blogteaser
{
	width: 100%;
	/*padding-top: 2px;*/
}

#blogtext
{
	width: 100%;
	/*padding-top: 2px;*/
}

#indeksering
{
	position: relative;
	top:0px;
	/*width:480px;*/
	height:600px;
  	left: 0px;
}

#usynlig
{
	position: absolute;
	visibility: hidden;	
}

#EditButtons 
{	position :relative;
	top:0px;
	left:0px;
	width: 400px;
}

.verticalline
{
	position: relative;
	width: 1px;
	background-color: #005764;	
	right: 0px;
	float: right;
	/*border-style:solid;
	border-color: Black;
	border-width: 1px;*/
}

.verticalltable
{
	width: 100%;
	height: 100%;
	border-collapse:collapse;
	border: 1px;
	/*right: 0px;*/
	/*border-style:solid;
	border-color: Black;
	border-width: 4px;*/
}



H2
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}

H2 a:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 13px;
	color:#6f6f6e;
}

H2 a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size : 13px;
	text-decoration:none;
	color:#6f6f6e;
}

H2 a:hover
{
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration:underline;
	color:#007577;
}

.blogkistlink
{
	padding-bottom: 10px;
	border-bottom-color: #007577;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.blogkistlink a:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-size: 11px;
	color:#6f6f6e;
}

.blogkistlink a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-size: 11px;
	color:#6f6f6e;
}

.blogkistlink a:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	font-size: 11px;
	color:#007577;
}

.subheadline {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #007577;
	font-weight : bold;
	font-size : 12px;
}

.subheadline a:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #6f6f6e;
	font-size : 12px;
	text-decoration:none;
}

.subheadline a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #6f6f6e;
	font-weight : bold;
	font-size : 12px;
	text-decoration:none;
}

.subheadline a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #007577;
	text-decoration: underline;
}

.indladning
{
	width: 480px;	
}

.blogpointer
{
	padding-top:10px;
	padding-bottom:10px;
	color: #007577;
	font-size: 16px; 
	font-weight: bold;
}

.blogpointer a:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#007577; 
	font-size: 16px; 
	font-weight: bold;
	text-decoration:none;
	
}

.blogpointer a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#007577; 
	font-size: 16px; 
	font-weight: bold;
	text-decoration:none;
}

.blogpointer a:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#007577; 
	font-size: 16px; 
	font-weight: bold;
	text-decoration:underline;
}

.newsitem
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-color: #007577;
	border-top-style: solid;
	border-top-width: 1px;
}

.newsitem a:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#6f6f6e;
	text-decoration: none;	
	font-size: 11px;
}

.newsitem a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#6f6f6e;
	text-decoration: none;	
	font-size:11px;
}

.newsitem a:hover
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#007577;
	text-decoration: underline;	
	font-size: 11px;
}

.searchresultlink
{
	padding: 0px;	
	white-space: normal;
}

.searchresultlink a:link
{
	color: #000000;
	text-decoration:underline;
	font-weight: bold;

}

.searchresultlink a:visited
{
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
	
}

.searchresultlink a:hover
{
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}

.searchresultdetails
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #6f6f6e;
	font-size : 11px;	
	padding: 0px;
}

.searchcategory
{
	color: #007577;
	font-size: 16px;
	padding: 0px;	
}

.columncontrol
{
	margin: 10px;
}
.breadcrumbtrailGTS , .breadcrumbtrailGTS A, .breadcrumbtrailGTS A:LINK, .breadcrumbtrailGTS A:VISITED
{
	font-family : Arial, Helvetica, sans-serif;
	/*position: relative;
	bottom:0px;*/
	color: #6f6f6e;
	font-size : 11px;
	text-decoration : none;
	/*top: 0px; */
}

.breadcrumbtrailGTS A:Hover {
	text-decoration : underline;
	color : #007577;
}

.lastbreadcrumb
{
	color: #007577 !important;	
}

.breadcrumbtable
{
	border-collapse: collapse;	
	width: 100%;
	height: 100%;
}

.submenucurve
{
	position: absolute;
	visibility: hidden;	
	padding:0;
	left: -30px;
	border-collapse:collapse;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
}

.submenubg
{
	position: absolute;
	visibility: hidden;
	top: 30px;
	left: -30px;
	background-color: #005764;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
}

.selecteditem
{
	background-color: #00889d;
	text-align:center;
	font-size: 12px;
	font-family: "Avenir LT Std 65 Medium";
	font-weight:bolder;
	cursor:hand;
	color:#ffffff;
}

.forsidecontrolspace
{
	width: 25px;	
}

.blogdate
{
	color:#6f6f6e;
	font-size: 10px;
	padding-top: 10px;
}

.blogtext
{
	font-family : Arial, Helvetica, sans-serif;
	color : #6f6f6e;
	font-size : 11px;	
	padding-top: 10px;
	padding-bottom: 10px;
}

.pageheadline {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	color : #007577;
}

.newslist a:link, a:visited
{
	color : #007577;
	font-size: 12px;
	padding-bottom: 5px;
}

.newslist  a:hover
 {
	color : #007577;
	font-size: 12px;
	text-decoration: underline;
	padding-bottom: 5px;
}

.subheadline {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : bold;
	font-size : 16px;
}

/*.subheadline  a:link, a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #007577;
	font-weight : bold;
	font-size : 12px;
}

.subheadline A:Hover 
{
	text-decoration : underline;
}
*/
.bluetext
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 14px;
	color : #007577;
}

.bluetext a:link, a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	/*line-height : 14px;*/
	font-weight: normal;
	color : #007577;
}

.bluetext a:hover
{
	text-decoration: underline;		
}

.sitemaphead
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #007577;
}

.sitemaphead a:link
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #007577;
}

.sitemaphead a:visited
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #007577;
}


.sitemaphead a:hover
{
	text-decoration: underline;
}

.space20
{
	width: 10px;
}

.searchtitle
{
	padding-top:10px;
	padding-bottom:10px;
	color: #007577;
	font-size: 12px; 
	font-weight: bold;
}

.searchbox
{
	padding-bottom: 10px; 	
}

.bigfont
{
	font-size: 20px;
}

.leftcolumntable
{
	border-collapse: collapse;
	padding: 0;
	margin:0;
}

.rightcolumntable
{
	border-collapse: collapse;
	padding: 0;
	margin:0;	
}

.secondarycontent {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #6e6e6f;
	line-height : 14px;
}
