BODY {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #cccccc;
	line-height : 16px;
	font-size: 11pt;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom :0 ;
	cursor: default;
	width: 100%;
	height: 100%;
}

BODY.Intro {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #cccccc;
	line-height : 16px;
	font-size: 11pt;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom :0 ;
	cursor: default;
	width: 100%;
	height: 100%;
	background-image: url(../images/introShadowStrip.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

/* Document Header Section */

TD.mainHeaderLeft
{
	height: 121px;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	background-color: #cccccc;
	border : 0;
	background-image: url(../images/mainHeaderLeft.gif);
	background-repeat:repeat;
	background-repeat: repeat-y;
	background-position: right;
	
}

TD.mainHeaderRight
{
	height: 121px;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	background-color: #cccccc;
	border : 0;
	background-image: url(../images/mainShadowRight.gif);
	background-repeat:repeat;
	background-repeat: repeat-y;
	background-position: left;
	
}
TD.mainHeaderCenter{
	height: 121px;
	width: 681px;
	background-color: White;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	border-right: 2px solid Black;
	background-image: url(../images/mainHeaderCenter.gif);
	background-repeat: no-repeat;
	
}
/* End Header Section */

/* Document Body Section */
TABLE.mainTable{
	/*
	background-color: White;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	*/
	width : 100%;
	height: 100%;
	padding : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
}

TD.mainShadowLeft{
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	background-color: #cccccc;
	border : 0;
	background-image: url(../images/mainShadowLeft.gif);
	background-repeat:repeat;
	background-repeat: repeat-y;
	background-position: right;
	
}

TD.mainShadowRight{
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	background-color: #cccccc;
	border : 0;
	background-image: url(../images/mainShadowRight.gif);
	background-repeat:repeat;
	background-repeat: repeat-y;
	background-position: left;
	
}
TD.mainCenter
{	width: 681px;
	background-color: White;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	border-right: 2px solid Black;
	border-left: 2px solid Black;
	background-repeat:repeat;
	background-repeat: repeat-y;
	background-position: left;
	vertical-align: Top;
	
}

TD.mainHeaderCenterBottom{
	padding-bottom : 43;
	padding-left : 11;
	padding-right : 11;
	padding-top : 43;
	border-right: 2px solid Black;
	border-left: 2px solid Black;
	background-color: White;
	vertical-align: top;
	background-image: url(../images/mainHeaderCenterBottom.gif);
	background-repeat: no-repeat;
	
}

TD.mainCenterCircle{
	height: 100%;
	width: 620px;
	background-color: White;
	padding-bottom : 33;
	padding-left : 21;
	padding-right : 21;
	padding-top : 21;
	border-right: 2px solid Black;
	border-left: 2px solid Black;
	border-bottom: 2px solid Black;
	vertical-align: Top;
	background-image: url(../images/mainCenterCircleMoon.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #333333;

}

TD.mainCenterLegal
{
	border-right: 2px solid Black;
	border-left: 2px solid Black;
	background-color: #efefef;
	background-image: url(../images/mainCenterLegal.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Document Body Section End */

/* Into Document */
TABLE.introTable{
	width : 701;
	height: 100%;
	padding : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
}

TR.introTop
{
	height: 100%;
	background-color: #cccccc;
	background-image: url(../images/introTop.gif);
	background-repeat: no-repeat;
	background-position: Bottom Left;
	vertical-align: Bottom;
	text-align: right;
}

TR.introMid
{
	background-color: White;
	background-image: url(../images/introMid.gif);
	background-repeat: no-repeat;
	height: 77px;
}

TR.introBot
{
	padding-bottom: 7;
	background-color: #999999;
	background-image: url(../images/introBot.gif);
	background-repeat: no-repeat;
	height: 155px;
	vertical-align: bottom;
}

/* Into Document End */

/* SmallImageViewer Section Start */
Body.mainBodysmallImageViewer
{
	background-color: #cccccc;
	background-image: url(../images/smallImageViewerBgStrip.gif);
	background-repeat: repeat;
	background-repeat: repeat-x;
	}

Table.mainTablesmallImageViewer
{
	background-image: url(../images/smallImageViewer.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	}
TD.smallImageViewerTop
{
	padding-top: 54;
	padding-right: 7;
	text-align: right;
	
	}
TD.Top
{
	padding-top: 23;
	padding-right: 7;
	text-align: right;
	
	}
TD.Mid
{
	padding-top: 25;
	}
TD.Bot
{
	height: 100%;
	}
	
/* SmallImageViewer Section End */

/* SmallDayViewer Section Start */
Table.smallDayViewerTable
{
	padding: 25;
	color: Black;
	}

TD.smallDayViewerTD
{
	color: Black;
	text-align: right;
	}
TD.smallDayViewerListings
{
	color: Black;
	vertical-align: Top;
	}
TR.smallDayViewerTR
{
	color: Black;
	vertical-align: Top;
	}
/* SmallDayViewer Section End */

/* CalenEdit Section Start */
Table.CalenEditTable
{
	padding: 4;
	color: Black;
	}

TD.CalenEditTD
{
	color: Black;
	vertical-align: Top;
	text-align: right;
	}
/* CalenEdit Section End */

/* Officers & Members Section Start */
TABLE.mainTableOfficersMembers
{
	padding : 0;
	padding-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
}

TD.topOfficersMembers
{
	padding: 7;
	text-align: center;
}

TD.botOfficersMembers
{
	border-left: 1px solid Black;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	border-Top: 1px solid Black;
	background-color: White;
	background-image: url(../images/mainCenterLegal.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 11;
	text-align: center;
}


/* Officers & Members Section End */

/* Past Masters Section Start */
TABLE.mainTablePastMasters
{
	width: 77%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color : #333333;
	padding : 7;
}
/* Past Masters Section End */

IMG.tn
{
	border-bottom-color: Black;
	border-width: thin;
	border-style: solid;
	}
IMG.smallImageViewerImg
{
	border 1px solid Black;
	border-width: thin;
	border-style: groove;
	}

TD.td100
{
	height:100%
	}

TR.tr100
{
	width:100%
	}

/* Form Section Start */
Input.Button
{
    BORDER-RIGHT: #c0c0c0 1px solid;
    BORDER-TOP: #c0c0c0 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    BORDER-LEFT: #c0c0c0 1px solid;
    COLOR: #7b7b7b;
    BORDER-BOTTOM: #c0c0c0 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #dcdcdc;
}
Input.Text
{
    BORDER-RIGHT: #b2b2b2 1px solid;
    BORDER-TOP: #b2b2b2 1px solid;
    FONT-SIZE: 13px;
    BORDER-LEFT: #b2b2b2 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #b2b2b2 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

Textarea
{
    BORDER-RIGHT: #b2b2b2 1px solid;
    BORDER-TOP: #b2b2b2 1px solid;
    FONT-SIZE: 13px;
    BORDER-LEFT: #b2b2b2 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #b2b2b2 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
Select
{
    BORDER-RIGHT: #b2b2b2 1px solid;
    BORDER-TOP: #b2b2b2 1px solid;
    FONT-SIZE: 13px;
    BORDER-LEFT: #b2b2b2 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #b2b2b2 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

/* Form Section End */

A:link { color : #333333; font-size: 11px;}
A:visited {	color : #333333; }
A:active {	color : #dd9900; }
A:hover { color : #ff9900; TEXT-DECORATION: none;}

A.SubLink:link {color:"#333333";font-weight:bold ;font-family:"tahoma,verdana,tahoma,arial" ;font-size:14px ;TEXT-DECORATION: none;}
A.SubLink:visited {color:"#555555";font-weight:bold ;font-family:"tahoma,verdana,tahoma,arial" ;font-size:14px ;TEXT-DECORATION: none;}
A.SubLink:hover {color:"#ff9900"; font-weight:bold ; font-family:"tahoma,verdana,tahoma,arial" ; font-size:14px ; TEXT-DECORATION: none;}

A.bot:link { color : #333333; text-decoration: none; font-size: 10px;}
A.bot:hover { color : #333333; text-decoration: underline; font-size: 10px;}
A.bot:visited { color : #333333; text-decoration: none; font-size: 10px;}
A.ignav:link{font-family: webdings;font-weight:normal; font-size:12pt ; TEXT-DECORATION: none; color:"#666666"}
A.ignav:visited{font-family: webdings;font-weight:normal; font-size:12pt ; TEXT-DECORATION: none; color:"#666666"}
A.ignav:hover{font-family: webdings;font-weight:normal; font-size:12pt ; TEXT-DECORATION: none; color:"#ff6600"}

A.calen:link{font-family: "tahoma,verdana,tahoma,arial";font-weight:bold; font-size:8pt ; TEXT-DECORATION: none; color: Black;}
A.calen:visited{font-family: "tahoma,verdana,tahoma,arial";font-weight:bold; font-size:8pt ; TEXT-DECORATION: none; color: Black;}
A.calen:hover{font-family: "tahoma,verdana,tahoma,arial";font-weight:bold; font-size:8pt ; TEXT-DECORATION: none; color: Red;}

A.calenII:link{font-family: "tahoma,verdana,tahoma,arial";font-weight:bold; font-size:8pt ; TEXT-DECORATION: none; color: FF9900;}
A.calenII:visited{font-family: "tahoma,verdana,tahoma,arial";font-weight:bold; font-size:8pt ; TEXT-DECORATION: none; color: ff9900;}
A.calenII:hover{font-family: "tahoma,verdana,tahoma,arial";font-weight:bold; font-size:8pt ; TEXT-DECORATION: none; color: Red;}

A.calenMonthHeader:link{font-family: "tahoma,verdana,tahoma,arial";font-weight:bold; font-size:10pt ; TEXT-DECORATION: none; color: Black;}
A.calenMonthHeader:visited{font-family: "tahoma,verdana,tahoma,arial";font-weight:bold; font-size:10pt ; TEXT-DECORATION: none; color: Black;}
A.calenMonthHeader:hover{font-family: "tahoma,verdana,tahoma,arial";font-weight:bold; font-size:10pt ; TEXT-DECORATION: none; color: Red;}

A.smallImageViewer
{
	border 0px solid Black;
	border-width: thin;
	border-style: groove;
	}
.tthhh{
	font-family:  Tahoma, Verdana, Arial;
	font-size: 26px;
	color : White;
	font-weight : bold;
}

.tthhhh{
	font-family:  Tahoma, Verdana, Arial;
	font-size: 20px;
	color : Black;
	font-weight : bold;
}

.tthh{
	font-family:  Tahoma, Verdana, Arial;
	font-size: 13px;
	color : #333333;
	font-weight : bold;
}
.tthhBlack{
	font-family:  Tahoma, Verdana, Arial;
	font-size: 13px;
	color : Black;
	font-weight : bold;
}
.tt
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color : #333333;
}
.ttBlack
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color : Black;
}
.subLinkUzors {
	font-family: Wingdings;
	font-size: 11pt;
	color : #ff9900;
	font-weight : normal;
}

.subLinkDivies {
	font-family: Tahoma;
	font-size: 11pt;
	color : #333333;
	font-weight :  bolder;
}
.legalInfo
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	}
.LegalUzors {
	font-family: Wingdings;
	font-size: 10px;
	color : #ff9900;
	font-weight : normal;
}

/* Calendar Styles Start */
.day{
	font-family:arial;
	font-size:11px;
	vertical-align: Top;
	}
.weekend {
	background-color: #f6f6f6;
	vertical-align: Top;
}
.monthtableouter {
	width: 100%;
	background-color: #cccccc;
}
.monthtableinner {
	width: 100%;
}
.normalday {
	background-color: #ffffff;
	vertical-align: Top;
}
.title {
	background-color: #f6f6f6;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	vertical-align: Top;
}
.month, .days {
	background-color: #f6f6f6;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
}
.selectedday {
	background-color: #DBDBDB;
	vertical-align: Top;
}
#today {
	border: 1px #000000 solid;
	background-color: #C4C4C4;
	vertical-align: Top;
}
.founds{
	font-family:verdana;
	font-size:9px;
	color: #666666;
	font-weight:normal;
}
/* Calendar Styles End */
