/* 
	******************************
	***  Main	 		       ***
	******************************
*/
	html, body {
		height: 100%; width: 100%;
		margin: 0; padding: 0;
		font-size: 11px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
	}
	a { 
		text-decoration: none; 
		color: #000000; 
		font-weight:bold; 
		text-decoration: underline;
	}
	h1 { font-size: 11px; color: #FFFFFF; display: inline; }
	h2 { font-size: 11px; color: #FFFFFF; display: inline; }
	h3 { font-size: 11px; color: #FFFFFF; display: inline; }
	
	table, div, td, p { font-size: 11px; color: #000000; }
	
	#tblMain,
	#tblBody,
	#tdBody {
		height: 100%;
	}
	#tblBody,
	#tdBody {
		width: 960px;
		vertical-align: top;
	}
	#tblMain {
		width: 100%;
	}
	#tdShaLeft { width: 12px; background: #4b4c2f url("../img/bgShaLeft.gif") no-repeat right top; }
	#tdShaRight { width: 12px; background: 4b4c2f url("../img/bgShaRight.gif") no-repeat left top; }
	
	#tdGraLeft { background: #4b4c2f url("../img/bgGraLeft.gif") repeat-x right top; }
	#tdGraRight { background: #4b4c2f url("../img/bgGraRight.gif") repeat-x left top; }
	
	#tdHeader { height: 233px; }
	
	#tdHeader #Wrapper {
		position: relative;
		width: 960px;
		height: 233px;
	}
	#tdHeader #Wrapper #LargeBanner {
		position: absolute;
		height: 60px;
		width: 468px;
		right: 50px;
		top: -1px;
	}
	#tdHeader #Wrapper #Home {
		position: absolute;
		right: 5px;
		top: 43px;
	}
	#tdNavigation {
		height: 17px;
	}
	#tdContainer,
	#tblContainer {
		height: 100%;
	}
	#tdLeftColumn {
		width: 236px;
		vertical-align: top;
		background: url("../img/gradTop.gif") repeat-x top;
	}
	#tdRightColumn {
		width: 179px;
		vertical-align: top;
		background: url("../img/gradTop.gif") repeat-x top;
	}
	#tdMiddleColumn {
		width: 545px;
		vertical-align: top;
		padding-left: 8px;
		background: url("../img/gradTop.gif") repeat-x top;
	}
	#tblRightColumn {
		width: 179px;
		height: 100%;
	}
	#tblLeftColumn {
		width: 236px;
		height: 100%;
	}
	#tblRightColumn .Header {
		height: 34px;
		background: url("../img/gradHeader.gif") repeat-x bottom;
	}
	#tblRightColumn .Header img {
		margin-top: 12px;
		margin-left: 10px;
	}
	#tblLeftColumn .Header {
		height: 34px;
		width: 236px;
		background: url("../img/gradHeader.gif") repeat-x bottom;
	}
	#tblLeftColumn .Header img {
		margin-top: 12px;
		margin-left: 10px;
	}
/* 
	******************************
	***  Mainnavigation 	   ***
	******************************
*/
	#tblNavigation {
		height: 17px;
		width: 960px;
	}
	#tblNavigation .tdMenuOn,
	#tblNavigation .tdMenuOff {
		width: 119px;
		text-align: center;
		vertical-align: middle;
		background: url("../img/bgNavButton_Off.gif") no-repeat;
	}
	#tblNavigation .tdMenuOff {
		background: url("../img/bgNavButton_Off.gif") no-repeat;
	}
	#tblNavigation .tdMenuOn {
		background: url("../img/bgNavButton_On.gif") no-repeat;
	}
	#tblNavigation .tdMenuOff a {
		color: #053a80;
		text-decoration: none;
	}
	#tblNavigation .tdMenuOn a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.tblSubMenu {
		width: 119px;
		background-color: #b92424;
	}
	.tblSubMenu .Link {
		height: 17px;
		padding-left: 10px;
	}
	.tblSubMenu .Link a {
		color: #FFFFFF;
		text-decoration: none;
	}
/* 
	******************************
	***  Content         	   ***
	******************************
*/
	#tblContent {
		width: 530px;
		height: 100%;
	}
	#tblContent .Header{
		height: 34px;
		padding-left: 12px;
		vertical-align: bottom;
		background: url("../img/gradHeader.gif") repeat-x bottom;
	}
	#tblContent .Body{
		vertical-align: top;
		padding: 12px;
		/*height: 50px;*/
	}
	#tblContent .BodySubscribers,
	#tblContent .BodyVacancies,
	#tblContent .BodyAgenda {
		vertical-align: top;
		padding: 12px;
		height: 10px;
	}
	#tblContent .SubTitle {
		height: 13px;
		padding-left: 12px;
		background-color: #eae8e6;
		color: #053a80;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* 
	******************************
	***  Vestigingen           ***
	******************************
*/
	#tblOffice {
		width: 236px;
		border-bottom: 1px solid #8b97b2;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		
	}
	#tblOffice h3 {
		color: #8b97b2;
		font-size: 10px;
		font-weight: bold;
	}	
	#tblOffice p {
		color: #8b97b2;
		font-size: 10px;
		display: inline;
	}
	#tblOffice a {
		color: #991111;
		font-size: 10px;
		font-weight: normal;
	}
/* 
	******************************
	***  Banners               ***
	******************************
*/
	#tblSmallBanners {
		width: 179px;
	}
	#tblSmallBanners .Banner {
		height: 86px;
		text-align: center;
		background-color: #dfdfdf;
	}
	#tblSmallBanners .Banner img {
		border: 1px solid #837b6f;
	}
/* 
	******************************
	***  MicroSites            ***
	******************************
*/	
	#tblMicroSites {
	
	}
	#tblMicroSites .Title {
		background-color: #a7b2d7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
/* 
	******************************
	***  Vacancies	 	       ***
	******************************
*/
	#tblVacanciesPerGroup {
		width: 530px;
	}
	#tblVacanciesPerGroup .Header {
		height: 23px;
		background: url("../img/bgVacancyGroupHeader.gif") repeat-x;
		vertical-align: middle;
	}
	#tblVacanciesPerGroup .Header h2 {
		font-size: 14px;
		text-transform: uppercase;
	}
	#tblVacanciesPerGroup #tblVacancies {
		width: 530px;
		height: 45px;
	}
	#tblVacanciesPerGroup #tblVacancies .Date {
		width: 69px;
		height: 31px;
		text-align:center;
		background-color: #808947;
	}
	#tblVacanciesPerGroup #tblVacancies .Date p {
		color: #FFFFFF;
	}
	#tblVacanciesPerGroup #tblVacancies .Title {
		width: 458px;
		height: 31px;
		border: 1px solid #991111;
	}
	#tblVacanciesPerGroup #tblVacancies .Title #Wrapper {
		position: relative;
		width: 458px;
	}
	#tblVacanciesPerGroup #tblVacancies .Title #Wrapper p {
		color: #991111;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 10px;
		display: inline;
	}
	#tblVacanciesPerGroup #tblVacancies .Title #Wrapper .Button {
		width: 13px;
		height: 12px;
		position: absolute;
		right: 0px;
		bottom: -8px;
	}
	html>body #tblVacanciesPerGroup #tblVacancies .Title #Wrapper .Button {
		bottom: -8px;
		right: 0px;
	}
	#tblVacanciesPerGroup #tblVacancies .Company {
		width: 458px;
		height: 14px;
		background-color: #a4a8c4;
	}
	#tblVacanciesPerGroup #tblVacancies .Company p {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	#tblVacanciesPerGroup #tblVacancies .Body {
		width: 458px;
		background-color: #032148;
	}
	#tblVacanciesPerGroup #tblVacancies .Body p {
		color: #FFFFFF;
		padding: 0px; margin: 0px;
	}
	#tblVacancy {
		width: 530px;
	}
	#tblVacancy a, #tblVacancy li {
		color: #ffffff;
	}
	#tblVacancy .Date {
		width: 69px;
		height: 31px;
		text-align:center;
		background-color: #808947;
	}
	#tblVacancy .Date p {
		color: #FFFFFF;
	}
	#tblVacancy .Title {
		width: 458px;
		height: 31px;
		border: 1px solid #991111;
	}
	#tblVacancy .Title p {
		color: #991111;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 10px;
	}
	#tblVacancy .Company {
		width: 458px;
		height: 14px;
		background-color: #a4a8c4;
	}
	#tblVacancy .Company p {
		color: #FFFFFF;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 10px;
	}
	#tblVacancy .VacBody {
		background-color: #032148;
		padding: 10px;
	}
	#tblVacancy .VacBodyAlt {
		background-color: #032148;
		padding: 10px;
	}
	#tblVacancy .VacBodyAlt p {
		color: #FFFFFF;
	}
	html>body #tblVacancy .VacBody {
		padding-top: 0px;
	}
	#tblVacancy .VacBody p {
		color: #FFFFFF;
	}
	#tblVacancy .VacBody img {
		margin: -7px -10px 0px 2px;
	}
	html>body #tblVacancy .VacBody img {
		margin: 3px -7px 0px 2px;
	}
/* 
	******************************
	***  News   	 	       ***
	******************************
*/
	#tblNews {
		width: 530px;
	}
	#tblNewsItems {
		width: 530px;
	}
	#tblNewsItems .Date {
		width: 69px;
		height: 31px;
		color: #ffffff;
		text-align: center;
		background-color: #032148;
	}
	#tblNewsItems .Title {
		width: 444px;
		height: 31px;
		background-color: #032148;
	}
	#tblNewsItems .Title h2 a {
		padding: 10px;
		color: #FFFFFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	#tblNewsItems .BodyDark {
		background-color: #4d6182;
		vertical-align: top;
		padding: 5px 10px;
		width: 444px;
	}
	#tblNewsItems .BodyLight {
		background-color: #8391ae;
		vertical-align: top;
		padding: 5px 10px;
		width: 444px;
	}
	#tblNewsItems .BodyDark p {
		color: #FFFFFF;
		font-weight: bold;
		display: inline;
	}
	#tblNewsItems .BodyLight p {
		color: #FFFFFF;
		font-weight: bold;
		display: inline;
	}
	#tblNewsItems .LinkDark {
		background-color: #4d6182;
		vertical-align: bottom;
		width: 13px;
	}
	#tblNewsItems .LinkLight {
		background-color: #8391ae;
		vertical-align: bottom;
		width: 13px;
	}
	#tblNewsDetail .Date {
		width: 69px;
		height: 31px;
		color: #ffffff;
		text-align: center;
		background-color: #032148;
	}
	#tblNewsDetail .Title {
		width: 458px;
		height: 31px;
		background-color: #032148;
	}
	#tblNewsDetail .Title h2 a {
		padding: 10px;
		color: #FFFFFF;
		text-decoration: none;
		text-transform: uppercase;
	}
	#tblNewsDetail .BodyLight {
		background-color: #8391ae;
		vertical-align: top;
		padding: 5px 10px;
	}
	#tblNewsDetail .BodyLight p {
		color: #FFFFFF;
		font-weight: bold;
		display: inline;
	}
	#tblNewsSpotLight {
		width: 179px;
		margin-bottom: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#tblNewsSpotLight .Title h3 {
		color: #991111;
		font-size: 10px;
		text-transform: uppercase;
		margin-left: 10px;
	}
	#tblNewsSpotLight .Body {
		background-color: #dbdff1;
		padding: 5px 10px;
		font-size: 10px;
	}	
	#tblNewsSpotLight .Link {
		text-align: right;
		background-color: #dbdff1;
	}
/* 
	******************************
	***  Agenda  	 	       ***
	******************************
*/
	#tblAgenda {
		width: 530px;
	}
	#tblAgenda .Month {
		height: 23px;
		background: url("../img/bgVacancyGroupHeader.gif") repeat-x;
		vertical-align: middle;
	}
	#tblAgenda .Month h2 {
		font-size: 14px;
		text-transform: uppercase;
		margin-left: 10px;
	}
	#tblAgenda .Date {
		height: 32px;
		width: 56px;
		background-color: #cdd0e5;
	}
	#tblAgenda .WeekDay {
		height: 32px;
		width: 20px;
		background-color: #cdd0e5;
	}
	#tblAgenda .Time {
		height: 32px;
		width: 36px;
		background-color: #cdd0e5;
	}	
	#tblAgenda .Time p,
	#tblAgenda .Date p,
	#tblAgenda .WeekDay p {
		color: #053a80;
	}
	#tblAgenda .WeekDay p {
		margin-left: 8px;
	}
	#tblAgenda .TitleOff {
		height: 32px;
		width: 404px;
		background-color: #e9e9e9;
	}
	#tblAgenda .TitleOn {
		height: 32px;
		width: 404px;
		background-color: #becc6c;
	}
	#tblAgenda .TitleOff #Wrapper,
	#tblAgenda .TitleOn #Wrapper {
		position: relative;
		height: 32px;
	}
	#tblAgenda .TitleOff #Wrapper p,
	#tblAgenda .TitleOn #Wrapper p {
		color: #053a80;
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 10px;
		margin-top: 8px;
		position: absolute;
		display: inline;
	}
	#tblAgenda .TitleOff #Wrapper .Button,
	#tblAgenda .TitleOn #Wrapper .Button {
		width: 13px;
		height: 12px;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	#tblAgendaDetail {
		width: 530px;
	}
	#tblAgendaDetail .Title {
		height: 23px;
		background: url("../img/bgVacancyGroupHeader.gif") repeat-x;
		vertical-align: middle;
	}	
	#tblAgendaDetail .Title h2 {
		font-size: 14px;
		text-transform: uppercase;
		margin-left: 10px;
	}
	#tblAgendaDetail .Date {
		height: 32px;
		width: 76px;
		background-color: #cdd0e5;
	}
	#tblAgendaDetail .Time {
		height: 32px;
		width: 20px;
		background-color: #cdd0e5;
	}	
	#tblAgendaDetail .WeekDay {
		height: 32px;
		width: 20px;
		background-color: #cdd0e5;
	}
	#tblAgendaDetail .Time p,
	#tblAgendaDetail .Date p,
	#tblAgendaDetail .WeekDay p {
		color: #053a80;
	}
	#tblAgendaDetail .WeekDay p {
		margin-left: 8px;
	}
	#tblAgendaDetail .Locatie {
		height: 32px;
		width: 220px;
		background-color: #cdd0e5;
	}
	#tblAgendaDetail .Locatie p {
		color: #053a80;
		text-transform: uppercase;
		margin-left: 10px;
	}
	#tblAgendaDetail .Website {
		height: 32px;
		width: 220px;
		background-color: #cdd0e5;
	}
	#tblAgendaDetail .Website a {
		color: #991111;
		text-decoration: underline;
		text-transform: uppercase;
		margin-left: 10px;
	}
	#tblAgendaDetail .Body {
		background-color: #e9e9e9;
	}
	#tblAgendaDetail .Image {
		background-color: #e9e9e9;
		vertical-align: top;
	}
	#tblAgendaDetail .Image img {
		border: 1px solid #aea89e;
	}
	#tblAgendaSpotLight {
		width: 236px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#tblAgendaSpotLight .Date {
		width: 52px;
		color: #053a80;
		text-align: center;
		background-color: #f7f6f6;
		font-size: 10px;
	}
	#tblAgendaSpotLight .Title {
		width: 170px;
		background-color: #f7f6f6;
		font-size: 10px;
	}
	#tblAgendaSpotLight .Link {
		width: 14px;
		background-color: #f7f6f6;
	}
	#tblAgendaSpotLight .Seperator {
		background-color: #DFDFDF;
	}
	.DateSeperator {
		background-color: #cdd0e5;
		color: #991111;
	}
/* 
	******************************
	***  Committees  	 	   ***
	******************************
*/
	#tblCommittees {
		width: 530px;
	}
	#tblCommitteeItems {
		width: 263px;
		cursor: pointer;
	}
	#tblCommitteeItems .Title {
		height: 23px;
		background: url("../img/bgVacancyGroupHeader.gif") repeat-x;
		vertical-align: middle;	
	}
	#tblCommitteeItems .Title h2 {
		font-size: 14px;
		text-transform: uppercase;
		margin-left: 10px;
	}
	#tblCommitteeItems .CBody {
		height: 110px;
		background-color: #cdd0e5;
		vertical-align: top;
	}
	#tblCommitteeItems .CBody p {
		margin: 0px; padding: 10px;
	}
	#tblCommitteeItems .CBody img {
		margin-left: -2px;
		margin-right: 10px;
	}
	html>body #tblCommitteeItems .CBody img {
		margin-left: 0px;
	}
	#tblCommitteeItems .Link {
		height: 12px;
		background-color: #a8b4d2;
		text-align: right;
	}
	#tblCommitteesDetail {
		width: 530px;
	}
	#tblCommitteesDetail .Title {
		height: 23px;
		background: url("../img/bgVacancyGroupHeader.gif") repeat-x;
		vertical-align: middle;	
	}
	#tblCommitteesDetail .Title h2 {
		font-size: 14px;
		text-transform: uppercase;
		margin-left: 10px;
	}
	#tblCommitteesDetail .CBody {
		height: 110px;
		background-color: #cdd0e5;
		vertical-align: top;
	}
	#tblCommitteesDetail .CBody p {
		margin: 0px; padding: 10px;
	}
	#tblCommitteesDetail .CBody img {
		margin-left: -2px;
		margin-right: 10px;
	}
	html>body #tblCommitteesDetail .CBody img {
		margin-left: 0px;
	}
	#tblCommitteesDetail .Link {
		height: 12px;
		background-color: #a8b4d2;
		text-align: right;
	}
/* 
	******************************
	***  Gallery 	       	   ***
	******************************
*/	
	#tblGallery {
		width: 530px;
	}
	#tblGalleryHeader {
		width: 530px;
	}
	#tblGalleryHeader .Date {
		height: 32px;
		width: 56px;
		text-align: center;
		background-color: #4c4c42;
		border: 1px solid #7a7367;
	}
	#tblGalleryHeader .Date p {
		color: #FFFFFF;
	}
	#tblGalleryHeader .Title {
		height: 32px;
		width: 444px;
		background-color: #bbc86a;
		border: 1px solid #7a7367;
	}
	#tblGalleryHeader .Title h2 {
		font-size: 12px;
		text-transform: uppercase;
		margin-left: 10px;
	}
	#tblGallery .Body {
		padding: 10px;
	}
	#tblGalleryPic {
		width: 530px;
		text-align: center;
		background-color: #eae8e6;
	}
	#tblGalleryPic #GalleryNavigation  {
		position: relative;
		width: 524px;
		height: 20px;
	}
	#tblGalleryPic #GalleryNavigation #LnkBack {
		position: absolute;
		left: 240px;
	}
	#tblGalleryPic #GalleryNavigation #LnkForward {
		position: absolute;
		right: 240px;
	}
	#tblGalleryPic .Next {
		text-align: left;
		vertical-align: middle;
	}
	#tblGalleryPic .Previous img {
		margin-right: 10px;
	}
	#tblGalleryPic .Next img {
		margin-left: 10px;
	}
	#tblGalleryPics {
		width: 132px;
		text-align: center;
	}	
	#tblGalleryOverview {
		width: 530px;
	}
	#tblGalleryOverview .Month {
		height: 23px;
		background: url("../img/bgVacancyGroupHeader.gif") repeat-x;
		vertical-align: middle;
	}
	#tblGalleryOverview .Month h2 {
		font-size: 14px;
		text-transform: uppercase;
		margin-left: 10px;
	}
	#tblGalleryOverview .Date {
		height: 32px;
		width: 56px;
		text-align: center;
		background-color: #4c4c42;
		border: 1px solid #7a7367;
	}
	#tblGalleryOverview .Date p {
		color: #FFFFFF;
	}
	#tblGalleryOverview .TitleOff {
		height: 32px;
		width: 444px;
		background-color: #e9e9e9;
		border: 1px solid #7a7367;
	}
	#tblGalleryOverview .TitleOn {
		height: 32px;
		width: 444px;
		background-color: #becc6c;
		border: 1px solid #7a7367;
	}
	#tblGalleryOverview .TitleOff #Wrapper,
	#tblGalleryOverview .TitleOn #Wrapper {
		position: relative;
		height: 32px;
	}
	#tblGalleryOverview .TitleOff #Wrapper p {
		color: #991111;
	}
	#tblGalleryOverview .TitleOn #Wrapper p {
		color: #FFFFFF;
	}
	#tblGalleryOverview .TitleOff #Wrapper p,
	#tblGalleryOverview .TitleOn #Wrapper p {
		text-transform: uppercase;
		font-weight: bold;
		margin-left: 10px;
		margin-top: 8px;
		position: absolute;
		display: inline;
	}
	#tblGalleryOverview .TitleOff #Wrapper .Button,
	#tblGalleryOverview .TitleOn #Wrapper .Button {
		width: 13px;
		height: 12px;
		position: absolute;
		right: -20px;
		bottom: -1px;
	}
	html>body #tblGalleryOverview .TitleOff #Wrapper .Button,
	html>body #tblGalleryOverview .TitleOn #Wrapper .Button {
		right: 1px;
		bottom: 0px;
	}
	#tblGallerySpotLight {
		width: 236px;
		background-color: #e8ebfc;
	}
	#tblGallerySpotLight .Header {
		height: 34px;
		background: url("../img/gradHeader.gif") repeat-x bottom;
	}
	#tblGallerySpotLight .Body {
		padding: 10px;
	}
	#tblGallerySpotLight .Body p {
		color: #053a80;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
/* 
	******************************
	***  Ecunomist      	   ***
	******************************
*/
	#tblEcunomist {
		width: 530px;
	}
	#tblEcunomist .Year {
		height: 23px;
		background: url("../img/bgVacancyGroupHeader.gif") repeat-x;
		vertical-align: middle;
	}
	#tblEcunomist .Year h2 {
		font-size: 14px;
		text-transform: uppercase;
		margin-left: 12px;
	}
	#tblEcunomistPerYear {
		width: 102px;
		cursor: pointer;
		float: left;
		margin: 0px 1px;
	}
	#tblEcunomistPerYear .Title {
		height: 30px;
		background-color: #a8aed7;
		padding-left: 5px;
	}
	#tblEcunomistPerYear .Title h3 {
		color: #FFFFFF;
		text-transform: uppercase;
	}
	#tblEcunomistPerYear .LinkOff {
		height: 18px;
		background-color: #991111;
		text-align: center;
	}
	#tblEcunomistPerYear .LinkOn a,
	#tblEcunomistPerYear .LinkOff a {
		color: #FFFFFF;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: normal;
	}
	#tblEcunomistPerYear .LinkOn {
		height: 18px;
		background-color: #bbc86a;
		text-align: center;
	}
/* 
	******************************991111
	***  Teaser      	       ***
	******************************
*/
	#tblTeaserText {
		width: 236px;
		margin-top: 10px;
		margin-bottom: 10px;
		cursor: pointer;
	}
	#tblTeaserText .Header {
		height: 12px;
		background: #cd0303 url("../img/gradTeaser.gif") repeat-x top;
	}
	#tblTeaserText .Header p {
		color: #FFFFFF;
		text-transform: uppercase;
		margin-left: 10px;
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#tblTeaserText .Link {
		height: 12px; width: 13px;
		background: #cd0303 url("../img/gradTeaser.gif") repeat-x top;
		vertical-align: bottom;
	}
/* 
	******************************
	***  ContactForm 	       ***
	******************************
*/	
	#tblContactForm {
		margin-left: -5px;
	}
	#tblContactForm input.input {
		font-family: Arial, Helvetica, sans-serif;
		background: url("../img/bg_field.gif") no-repeat left top;
		margin: 0px 0px 0px 0px;
		border: 1px solid #FFFFFF;
		font-size: 11px;
		width: 200px;
		height: 18px;
	}
	#tblContactForm textarea {
		font-family: Arial, Helvetica, sans-serif;
		background: url("../img/bg_form.gif") no-repeat left top;
		margin: 0px 0px 0px 0px;
		border: 1px solid #FFFFFF;
		font-size: 11px;
		width: 300px;
		height: 75px;
	}
	#tblContactForm b {
		font-weight	: bold;
		font-size: 11px;
	}
	#tblContactForm .spnSubmit a {
		font-size: 11px;
		color: #035642;
		text-transform: uppercase;
		text-decoration: none;
	}
/* 
	******************************
	***  SubscriberForm	       ***
	******************************
*/	
	#tblSubscriberForm {
		margin-left: 5px;
	}
	#tblSubscriberForm input.input {
		font-family: Arial, Helvetica, sans-serif;
		background: url("../img/bg_field.gif") no-repeat left top;
		margin: 0px 0px 0px 0px;
		border: 1px solid #FFFFFF;
		font-size: 11px;
		width: 200px;
		height: 18px;
	}
	#tblSubscriberForm textarea {
		font-family: Arial, Helvetica, sans-serif;
		background: url("../img/bg_form.gif") no-repeat left top;
		margin: 0px 0px 0px 0px;
		border: 1px solid #FFFFFF;
		font-size: 11px;
		width: 300px;
		height: 75px;
	}
	#tblSubscriberForm b {
		font-weight	: bold;
		font-size: 11px;
	}
	#tblSubscriberForm span {
		height: 17px;
	}
	#tblSubscriberForm .spnSubmit a {
		font-size: 11px;
		color: #035642;
		text-transform: uppercase;
		text-decoration: none;
	}