
/*05-05-2011 | Brian | Bruincard Website Changes, added 'social' style for formatting twitter and facebook on main menu..--> */
/*
.social {
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	
	width: 200px;
	height: 33px;
	display: block;
	padding: 0px 0px 0px 0px;
	background-image: url(../Images/menubg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.menulinks {
	font-family: verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 32px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../Images/menubg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 200px;
	height: 33px;
	display: block;
	padding: 0px 30px 0px 0px;
}
.menusublinks {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.menusublinks:hover {
	color: #FFCC33;
}
.menulinks:hover {
	color: #FFCC33;
}

.content_link {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #1A5177;
	text-decoration: underline;
}
.content_link:hover {
	font-family: verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
	text-decoration: none;
}
.contentlink {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: underline;
}
.contentlink_hover {
	color: #0066CC;
		text-decoration:none;
}
.contentlink:hover {
	color: #0066CC;
		text-decoration:none;
}


.news {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}
*/


.content {
	/*font-family: verdana;*/
	/*font-size: 11px;*/
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.content_red {
	/*font-family: verdana;*/
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
}
.content_note {
	/*font-family: verdana;*/
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: gray;
	text-decoration: none;
}
.content_red_bold {
	/*font-family: verdana;*/
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: red;
	text-decoration: none;
}
.content_welcome {
	/*font-family: verdana;*/
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #1A5177;
	text-decoration: none;
}

.contscroll {
	width: 770px;
	overflow: auto;
	background-color:#f0f8ff;
}
.brdrhorz {
	background-image:url(../Images/sephorz.jpg);
	background-position: left bottom;
	background-repeat:no-repeat;
}

.footertoptxt {
	/*font-family: verdana;*/
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.footertoptxred {
	/*font-family: verdana;*/
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990033;
	text-decoration: none;
}
.copy {
	/*font-family: verdana;*/
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
/*
.footerlinks {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}*/
.subhdg {
	/*font-family: verdana;*/
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
}


.subhdgin {
	/*font-family: verdana;*/
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #4879BB;
	text-decoration: none;
}
/*
a.block:link {
	 display: block;
	 width: 100%;
	 height: 100%;
	 color:#000000;
	 text-decoration: none;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
	padding-bottom:3px; padding-top:3px; padding-left:10px;padding-right:3px;
	background-color:#d4d4d4;
}*/
SPAN.system_messages
{
	text-transform: none;
	color: red;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	display: block;
}
