/* Default CSS Stylesheet for a new Web Application project */

A:link
{
	color: #0000FF;
	text-decoration:	underline;
}	
		
A:visited
{	color: #333333;
	text-decoration:	underline;
}	
		
A:active
{
	color: #0000FF;
	text-decoration:	underline;
}	
		
A:hover
{	color: #666666;
	text-decoration:	none;
}
	
BODY
{
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
welcome {
	
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 20px;
	text-align: center;	
}
header {
	
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 20px;
	text-align: right;
}
		
H5, DT	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
	.H1introIndexlarge_Yellow {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	word-spacing: normal;
	line-height: normal;
	font-weight: bolder;
	cursor: default;
	text-align: center;
	letter-spacing:2px;
	color: #000000;
	border-top-width: 6px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #fef76d;
	border-bottom-color: #CCCCCC;	
}

.vert_grey_left {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.vert_grey_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.H1introIndexlarge_blueborder {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	word-spacing: normal;
	line-height: normal;
	font-weight: bolder;
	cursor: default;
	text-align: center;
	letter-spacing:2px;
	color: #000000;
	border-top-width: 6px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #5181a6;
	border-bottom-color: #CCCCCC;	
}
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
	.faErrorText
{
	font-size: 16px;
	color: #FF0000;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.faHeadTab
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.faLogOnSmall
{
	font-size: 13px;
	color: black;
	font-weight:bold;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.faLogOnLarge
{
	font-size: 18px;
	color: black;
	font-weight:bold;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.faHeadTextSmall
{
	font-size: 11px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.faHeadTextNorm
{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

.faHeadTextWelcome
{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}
.faHeadDivider
{
	font-size: 12px;
	color: #cccccc;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
}

.faMainTextSmall
{
	font-size: 10px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faSignupText
{
	font-size: 11px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faSignupHeaderText

{
	font-size: 16px;
	color: #ffffff;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.faSignupHeaderTextb
{
	font-size: 16px;
	color: #333333;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.faSignupHeaderTextbl
{
	font-size: 16px;
	color: #333333;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

.faBenefitsTextBasic
{
	font-size: 28px;
	color: #DF4F00;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
}
.faBenefitsTextPro
{
	font-size: 28px;
	color: #006A38;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
}
.faBenefitsTextPrm
{
	font-size: 28px;
	color: #35566F;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
}
.fasignupTextPrm
{
	font-size: 22px;
	color: #35566F;
	font-family: "Courier New", Courier, mono;
	text-decoration: none;
	font-weight: bolder;
}

.fasignupTextblue
{
	font-size: 16px;
	color: #5181a6;
	font-family: "Courier New", Courier, mono;
	text-decoration: none;
	font-weight: bolder;
}

.fasignupTextorange
{
	font-size: 20px;
	color: #ff8e50;
	font-family: "Courier New", Courier, mono;
	text-decoration: none;
	font-weight: bolder;
}

.faBenefitsTextBasicsm
{
	font-size: 18px;
	color: #DF4F00;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
}
.faBenefitsTextProsm
{
	font-size: 18px;
	color: #006A38;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
}
.faBenefitsTextPrmsm
{
	font-size: 20px;
	color: #35566F;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.faHeadMidText
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 16px;
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	
}

A.faHeadMidText:link
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 16px;
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	;
}

A.faHeadMidText:active
{	
	text-decoration:	none;
	color:	#666666;
}

A.faHeadMidText:visited
{	
	text-decoration:	none;
	color:	#cccccc;
}

A.faHeadMidText:hover
{	
	text-decoration:	underline;
	color:	#666666;
}

.faSubHeadText
{
	font-size: 11px;
	color: #cccccc;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}
.faSubHeadTextSlogan
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
}

.faSubHeadStats
{
	font-size: 11px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.faSubHeadText2
{
	font-size: 12px;
	color: #999999;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faSubHeadTable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	
	border-bottom-style: none;
}

A.faSubHeadStats:link
{	
	text-decoration: underline;
	color: White;
}

.faNALargeText
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faNASmallText
{
	font-size: 10px;
	font-weight: bold;
	color: Black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faTrailerText
{
	font-size: 11px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}

.faMRTextLarge
{
	font-size: 14px;
	font-weight: bold;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faMRTextSmall
{
	font-size: 10px;
	color: blue;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faMVTextSmall
{
	font-size: 10px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faMVTextLarge
{
	FONT-WEIGHT: bold;
	font-size: 14px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faBODTextSmall
{
	FONT-WEIGHT: bold;
	font-size: 10px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faBODTextLarge
{
	FONT-WEIGHT: bold;
	font-size: 14px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faCamLevelsText
{
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faBigText
{
	font-weight: bold;
	font-size: 18px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faNormText
{
	font-size: 14px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faBoldText
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faMidText
{
	font-size: 12px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.faMidTextPro
{
	font-size: 14px;
	color: #6699FF;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
}

.faMidBold
{	
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faSmallText
{
	font-size: 10px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.faSmallTextr
{
	font-size: 10px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
}


.faSmallBold
{	
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faDirGrid
{
	font-size: 12px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

.faDirLab
{
	font-size: 12px;
	color: LightGrey;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faDirLink
{
	font-size: 12px;
	color: Black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faDirActive
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faUploadTable
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	border-collapse: separate;
	background-color: #cccccc;
}

.faUHTitle
{
	font-size: 16px;
	font-weight: bold;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faUHTextLarge
{
	font-size: 14px;
	font-weight: bold;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faUHTextMid
{
	font-size: 12px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faUHTextSmall
{
	font-size: 11px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faCommentText
{
	font-size: 12px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faUHTextBold
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faSearchText
{
	font-size: 12px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faDisplayMsg
{
	font-size: 12px;
	font-weight: bold;
	color: #933A00;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faTipTextBold
{
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faTipTextSmall
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faTipSmallBold
{
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.faTipTextSmall:link
{
	color: #ffffff;
}

A.faTipTextSmall:visited
{
	color: #ffffff;
}

A.faTipTextSmall:hover
{
	color: #ffffff;
}

A.faTipTextSmall:active
{
	color: #ffffff;
}

.faTipTextPromo
{
	font-size: 10px;
	color: #000000;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faFillerTextBold
{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	
}

A.faFillerTextBold:link
{
	color: #ffffff;
}

A.faFillerTextBold:visited
{
	color: #ffffff;
}

A.faFillerTextBold:hover
{
	color: #ffffff;
}

A.faFillerTextBold:active
{
	color: #ffffff;
}

.faFillerTextNorm
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.faStatsText
{
	font-size: 11px;
	color: black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.faAdminLink
{
	font-size: 11px;
	font-weight: bold;
	color: Black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.fasignupfeatureshead
{
	font-size: 11px;
	font-weight: bold;
	color: Black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}

.faForum
{
	font-size: 12px;
	font-weight: bold;
	color: Black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.verticalbarYellow{
	font-style: bold;
	font-family: arial;
	font-size:16pt;
	color: #E50000;
	text-align: center;
	font-weight: bolder;
}

.faForumLink
{
	font-size: 11px;
	font-weight: bold;
	color: Black;
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.faForumLink:link
{
	color: #dcdcdc;
}

A.faForumLink:visited
{
	color: #dcdcdc;
}

A.faForumLink:hover
{
	color: #d3d3d3;
	text-decoration: underline;
}

A.faForumLink:active
{
	color: #dcdcdc;
}

tr.bglight { background-color: #fefab0; }
tr.bgdark { background-color: #99d4a3; }
.listheader {
	padding: 0.8em;
	font-weight: bold;
	color: #ffffff;
	background-color: #5181a6;
	font-size: 14px;
	white-space: nowrap;
}
.listColumnText { padding: 0.8em; vertical-align: top; border-bottom: 1px solid #243B52; font-size: 10px; }
.listText { padding: 0.8em; vertical-align: top; font-size: 10px; }
.listColumnNumber {
	padding: 0.4em;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #243B52;
	font-size: 12px;
	font-weight: normal;
}
.listColumnNumberbold {
	padding: 0.8em;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #243B52;
	font-size: 10px;
	font-weight: bold;
}
td.title {
	border-top: 1px #a5a5a7 solid;
	width: 562px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 20px;
}
table.legend { border: 1 solid #243B52; }

.listItemLink { font-family: Arial, Arial, Helvetica, Sans-Serif; font-size: 12px; color: Black; }
a.listItemLink:link {font-weight: bold; color: #0D2888; text-decoration: none; }
a.listItemLink:visited {font-weight: bold; color: #0D2888; text-decoration: none; }
a.listItemLink:active {font-weight: bold; color: #000000; text-decoration: underline; }
a.listItemLink:hover { font-weight: bold; color: #F27900; text-decoration: underline; }

.menuitem { font-family: Arial, Arial, Helvetica, Sans-Serif; font-size: 12px; color: Black; }
a.menuitem:link { font-weight: bold; text-decoration: none; color: #666698; }
a.menuitem:visited { font-weight: bold; text-decoration: none; color: #666698; }
a.menuitem:active { font-weight: bold; text-decoration: underline; color: #666698; }
a.menuitem:hover {font-weight: bold; text-decoration: underline; color: #000000; }

.pageLink { font-family: Arial, Arial, Helvetica, Sans-Serif; font-size: 12px; color: Black; }
a.pageLink:link { font-weight: bold; text-decoration: none; color: #4373b4; }
a.pageLink:visited { font-weight: bold; text-decoration: none; color: #4373b4; }
a.pageLink:active { font-weight: bold; text-decoration: none; color: #4373b4; }
a.pageLink:hover { font-weight: bold; text-decoration: underline; color: #4373b4; }

.lastPostLink { font-family: Arial, Arial, Helvetica, Sans-Serif; font-size: 10px; color: Black; }
a.lastPostLink:link { font-size: 10px; font-weight: bold; text-decoration: none; color: #4373b4; }
a.lastPostLink:visited { font-size: 10px; font-weight: bold; text-decoration: none; color: #4373b4; }
a.lastPostLink:active { font-size: 10px; font-weight: bold; text-decoration: none; color: #000000; }
a.lastPostLink:hover { font-size: 10px; font-weight: bold; text-decoration: underline; color: #4373b4; }

.footerLink { font-family: Arial, Arial, Helvetica, Sans-Serif; font-size: 10px; color: Black; }
a.footerLink:link { color: #0D2888; text-decoration: none; font-size: 10px; }
a.footerLink:visited { color: #0D2888; text-decoration: none; font-size: 10px; }
a.footerLink:active { color: #000000; text-decoration: underline; font-size: 10px; }
a.footerLink:hover { color: #000000; text-decoration: underline; font-size: 10px; }

tr.pagerStyle { }
tr.pagerStyle A:link { font-weight: bold; text-decoration: none; color: #4373b4; }
tr.pagerStyle A:visited { font-weight: bold; text-decoration: none; color: #4373b4; }
tr.pagerStyle A:active { font-weight: bold; text-decoration: none; color: #4373b4; }
tr.pagerStyle A:hover { font-weight: bold; text-decoration: underline; color: #4373b4; }

.nav:link { font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: #666698; text-decoration: none; background: transparent }
.nav:visited { font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: #666698; text-decoration: none; background: transparent }
.nav:active { font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: #000000; text-decoration: none; background: transparent }
.nav:hover { font-family: arial, helvetica, sans-serif; font-weight: bold; font-size: 10pt; color: #000000; text-decoration: none; background: transparent }

td.navtd { font-family: arial, helvetica, sans-serif; font-size: 10pt; text-align: left;}

td.copy {
	text-align: center;
	padding-top: 18px;
	border-top: 1px #636467 solid;
}
td.copy a {
	color: #6db33f;
	font-size: 12px;
	margin: 0 5px;
	font-weight: bold;
}

.bsearch {
	width: 162px;
	height: 14px;
	border: 1px #a5a5a7 solid;
	padding: 2px;
	margin-left: 5px;
	font-size: 11px;
	vertical-align: middle;
}

.loginbtn {
	width: 59px;
	height: 16px;
	background-color: #6db33f;
	border: none;
	color: white;
	text-align: center;
	font-size: 11px;	
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 5px;
	cursor: pointer;
}
