/*
a:link, a:active, a:visited{
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	color: #c2000b;
	text-decoration: none;
}

a:hover{
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	color: #c2000b;
	text-decoration: underline;
}*/
.navbarheader{ 
	background: #033f9a;
	background-image: url(images/navbarheader.gif);
	height: 25px;
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	color: White;
	border: 1px solid #033f9a;
}
.navbartext{
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 8pt;
	color: White;
	text-decoration: none;
}
a.navbartext:link{
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 8pt;
	color: White;
	text-decoration: none;
}
a.navbartext:active{
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 8pt;
	color: White;
	text-decoration: none;
}
a.navbartext:visited{
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 8pt;
	color: White;
	text-decoration: none;
}
a.navbartext:hover{
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 8pt;
	color: White;
	text-decoration: underline;
}
.navbartable{
	background: #F5F5F5;
	border: 1px solid #dedede;
	padding: 2px;
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: left; 
}/*
.note
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
}
a.note:link
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.note:active
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.note:visited
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.note:hover
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;
}
.gnote
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
}
a.gnote:link
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.gnote:active
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.gnote:visited
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.gnote:hover
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;	
}
.dnote {
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.dnote {
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.dnote:visited {
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
}
a.dnote:hover {
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; 
	font-size: 9pt;
	color: #333333;
	text-decoration: underline;
}
.formtextbox
{
	BACKGROUND-COLOR: White;
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #bebebe;
	BORDER-WIDTH: 1px;
	PADDING: 2px 2px 2px 2px;
}
.formtextarea
{	BACKGROUND-COLOR: White;
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #bebebe;
	BORDER-WIDTH: 1px;
	WIDTH: 100%;
	PADDING: 2px 2px 2px 2px;
}
.formselect
{
	BACKGROUND-COLOR: White;
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #bebebe;
	BORDER-WIDTH: 1px;
	PADDING: 2px 2px 2px 2px;
}*/
.navbarlogintext
{
	background: White;
	WIDTH: 190px;
	PADDING: 2px 2px 2px 2px;
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #bebebe;
	BORDER-WIDTH: 1px;
	MARGIN: 0px;
}
.passwordtextbox
{
	background: White;
	WIDTH: 190px;
	PADDING: 2px 2px 2px 2px;
	COLOR: #333333;
	FONT-FAMILY: tahoma, sans-serif;
	font-size: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #bebebe;
	BORDER-WIDTH: 1px;
	MARGIN: 0px;
}/*
.subscribetextbox
{
	background: White;
	WIDTH: 187px;
	PADDING: 2px 2px 2px 2px;
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #bebebe;
	BORDER-WIDTH: 1px;
	MARGIN: 0px;
}*/
.searchtextbox
{
	background: White;
	WIDTH: 120px;
	PADDING: 2px 2px 2px 2px;
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #bebebe;
	BORDER-WIDTH: 1px;
	MARGIN: 0px;
	vertical-align: middle;
}
.navsearchselect
{	
	background: White;
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #bebebe;
	BORDER-WIDTH: 1px;
	MARGIN: 0px;
	width: 100%;
	PADDING: 2px 2px 2px 2px;
}
.navbluebutton
{
	BORDER: solid 0 #FFFFFF;
	BACKGROUND: URL(images/navbluebutton.gif) no-repeat;
	HEIGHT: 21px;
	WIDTH: 65px;
	COLOR: White;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	MARGIN: 0px;
	vertical-align: middle;
	padding-bottom: 1px;
}
.navbigbluebutton
{
	BORDER: solid 0 #FFFFFF;
	BACKGROUND: URL(images/navbigbluebutton.gif) no-repeat;
	HEIGHT: 22px;
	WIDTH: 95px;
	COLOR: White;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
	MARGIN: 0px;
	vertical-align: middle;
	padding-bottom: 1px;
}/*
.navitem
{
	background: transparent;
	BORDER-BOTTOM: 0px solid #dce8ee;
	PADDING: 4px;
}
.tabletitle
{
	background: #FFFFFF url(images/titletablebg.gif) repeat-x top left;
   COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 10pt;
	HEIGHT: 16px;
	PADDING: 2px 2px 2px 2px;
	MARGIN: 0px;
	BORDER-TOP: 1px SOLID #eaeaea;
	BORDER-BOTTOM: 1px SOLID #e5e5e5;
}
.tabletitletext{
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	FONT-SIZE: 10pt;
	text-decoration: none;
}
a.tabletitletext:link{
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	FONT-SIZE: 10pt;
	text-decoration: none;
}
a.tabletitletext:active{
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	FONT-SIZE: 10pt;
	text-decoration: none;
}
a.tabletitletext:visited{
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	FONT-SIZE: 10pt;
	text-decoration: none;
}
a.tabletitletext:hover{
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	FONT-SIZE: 10pt;
	text-decoration: none;
}
.content
{
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
}
.normal
{
	COLOR: #333333;
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 9pt;
}
.catdisplay
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.catdisplay:link
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.catdisplay:active
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.catdisplay:visited
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.catdisplay:hover
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.itemheader
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.itemheader:link
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.itemheader:active
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.itemheader:visited
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a.itemheader:hover
{
	FONT-SIZE: 9pt;
	COLOR: #c2000b; 
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.fieldheader
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 8pt;
	COLOR: #c2000b;
}
.swiftfieldset { margin-bottom: 6px; color: #c2000b; BORDER: 1px SOLID #dedede; -moz-border-radius: 4px 4px 4px 4px; padding: 4px}
.swiftfieldset, .swiftfieldset td, .swiftfieldset p, .swiftfieldset li { FONT: 8pt 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif; }
.requiredtext
{
	FONT-FAMILY: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 8pt;
	COLOR: #c2000b;
}
.x-small {
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 1pt;
	color: White;
}
a.x-small:link {
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 1pt;
	color: White;
	text-decoration: none;
}
a.x-small:active {
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 1pt;
	color: White;
	text-decoration: none;
}
a.x-small:visited {
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 1pt;
	color: White;
	text-decoration: none;
}
a.x-small:hover {
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	font-size: 1pt;
	color: White;
	text-decoration: none;
}*/
.chatheaderbg{
	background: #033f9a;
	background-image: url(images/chatheaderbg.gif);
	background-repeat: repeat-x;
	height: 76px;
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
}
.swifttimer
{	BACKGROUND-COLOR: transparent;
	color: White;
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	FONT-SIZE: 8pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #FFFFFF;
	BORDER-WIDTH: 0px;
	WIDTH: 50px;
	TEXT-ALIGN: right;
	PADDING-RIGHT: 5px;
}/*
.usertyping
{
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	FONT-SIZE: 8pt;
	COLOR: White;
}
.swiftpostmessage
{	
	background: White;
	COLOR: #333333;
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	FONT-SIZE: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #bebebe;
	BORDER-WIDTH: 1px;
	WIDTH: 98%;
	HEIGHT: 40px;
	OVERFLOW: auto;
	PADDING: 2px 2px 2px 2px;
}
*/.darkgrey{
	background: #2e2e2e;
}/*
.swiftsendbutton
{
	BACKGROUND: URL(images/sendbuttonbg.gif);
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: White;
	font-family: 'lucida sans', 'lucida grande', 'lucida sans unicode', tahoma, sans-serif;
	FONT-SIZE: 9pt;
	BORDER-STYLE: solid;
	BORDER-COLOR: #033f9a;
	BORDER-WIDTH: 1px;
	WIDTH: 98%;
	HEIGHT: 40px;
	PADDING: 2px 2px 2px 2px;
	font-weight: bold;
}*/
