/* links ------------- */
.top_toolbar{
	font-family:Arial;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.top_toolbarM{
	font-family:Arial;
	font-size:16px;
	color:#FFFF00;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a.top_toolbar:link {
	font-family:Arial;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a.top_toolbar:hover{
	font-family:Arial;
	font-size:16px;
	color:#FFCC00;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a.top_toolbarM:link {
	font-family:Arial;
	font-size:16px;
	color:#FFFF00;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a.top_toolbarM:hover{
	font-family:Arial;
	font-size:16px;
	color:#FF3300;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

/* End links ------------- */


/* fonts and text ------------- */
.smallwhite {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: right;
}

.phone {
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif
}

/* End font and text ------------- */


#flashMessage{
	background-color:#ffffcc;
	border:#ffcc00 1px solid;
	color:#990000;
	text-align:center;
	margin:5px;
	padding:5px 10px 5px 10px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}
