

/* PAGE LINK AND MENU LINK COLORS */

a:link, a:visited {
color: #003399;
text-decoration: none;
}
a:hover, a:active {
color: #990000;
text-decoration: underline;
}


.titleDialogueBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003399;

}
.textDialogueBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.titleDialogueBoxSmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003399;
}
.textSmall {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.textCookieCrumb {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #6699CC;
}
.textCookieCrumbEnd {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.footerLinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003399;

}
.textRegularContents {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.titleMainPage {



	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}
.textRegularContentsSmall {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;

}
.LinkBasic {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	color: #0033CC;
	text-decoration: none;


}
.titleDialogueBoxRed {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #990000;

}
.listingsLinks {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #6699CC;

}
.textRegularListings {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;

}
.titleRegularListings {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}


/* CODE FOR MAIN NAVIGATION MENU */

.navmenu		{ font-family: arial, verdana, helvetica, sans-serif;

		height: 46px;
		width: 846px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 0px;
		background-image:  url(images/top_line_bkg.gif);

  }
		  

		
.navmenu01		{ font-family: arial, verdana, helvetica, sans-serif;


		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		background-image:  url(images/main_button01_u.gif);

	}




a.navmenu01:link 	{ background-color:#DDDDDD;
		  color: #EEEEEE; }


a.navmenu01:visited 	{ background-color:#DDDDDD;
		  color: #FFFFFF; }


a.navmenu01:active 	{ background-color:#DDDDDD;
		  color: #FFFFFF; }


a.navmenu01:hover 	{ background-color:#DDDDDD;
		  background-image:  url(images/main_button01_o.gif);
		  color: #EEEEEE;
 

}
