input.caledit {
	font-size: 8px;
}

p {
	font-size: 11pt;
	font-family: "georgia,times new roman,serif, Times, serif";
}

p.Caption {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	font-style: italic;
	margin-top: 2px;
}

p.News {
	margin-top: 10px;
}

td.Rule { border-left-color: #006400;  border-left-width: 2px;  border-left-style: solid;   }

h1 {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 4px;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;	
}

.ArticleHeader {
	color: #414141;
}

h2 {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -4px;
	font-size: 16px;
}

.Title {
	text-align: center;
	color:rgb(69,84,153);
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: rgb(69,84,153);
	}
.TitleLeft {
	text-align: left;
	color:rgb(69,84,153);
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: rgb(69,84,153);
	}
	
.Divider {
	margin-left: 0px;
	text-align: left;
	color:rgb(69,84,153);	
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: rgb(69,84,153);
}

p.Article {
	margin-left: 10px;
	margin-right: 10px;
}

.News {
	font-size: 9pt;
}

ul {
	margin-top: 0px;
}


p.CalNum {
	text-align: right;
	margin-top: 2px;
}

BODY {
	color: Black;
	background-color: White;
	font-family: "georgia,times new roman,serif, Times, serif";
	font-size: 12pt;
	text-align: left;
	margin-left: 0;
	margin-top: 0;
}

a.special:link {
     color: #BB77AA;
     background-color: transparent;
     }

a.special:visited {
     color: #006400 ;
     background-color: transparent;
     }

a.special:hover {
     color: #228B22;     
     text-decoration: none;
     }
     
.CalLink {
     border-size: 0px;     
     text-decoration: none;
     }

a.special:active {
     color: #006400 ;
     background-color: transparent;
     }

p.BIline {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	font-style: italic;
}

.MutedDark {
 	background-color: #808080;
}

.MutedDarkText {
 	Color: rgb(69,84,153);
}

.ExhibitHead 
{
	margin-top: 15px;
	margin-bottom: -10px;
	font-weight: bold;
 	Color: rgb(69,84,153);
}

.MutedLight {
 	background-color: #f0f0f0;
}

.Muted {
 	background-color: #c0c0c0;
}

.Paper {
 	background-color: #f0f0e0;
}

.Sidebar {
	background-color:rgb(104,122,173);
}

.TableTitle {
	background-color: rgb(221,222,239);
	color:rgb(69,84,153);
}

.SidebarText {
	margin-left: 10px;
	margin-right: 10px;
}

.SmallText {
	font-size: 12px;
	font-family: Geneva; 
}

.SmallColorText {
	font-size: 12px;
	font-family: Geneva; 
	color:rgb(69,84,153);
}

.RightBar {
	background-color: rgb(221,222,239);
}

.BigLetter {
	font-size: 20pt;
	color: #80a080;
}

.MediumLetter {
	font-size: 16pt;
	color: #80a080;
}

.TextBar 
{
	color:rgb(69,84,153);
	background-color: rgb(221,222,239);
}

.ColorText {
	color:rgb(69,84,153);
}

A {
	color: #BB77AA;
}

A:HOVER {
	color: #FF8C00;
}



td img {
  display: block;
}

/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0px none;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0px none;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0px none;
	border-collapse: collapse;
	text-align: center;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color:  #80a080;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0px none;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0px none;
	border-collapse: collapse;
	width: 100%
}
div#tcalShade table td {
	border: 0px none;
	border-collapse: collapse;
	padding: 0
}

/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		margin:0px;
		background-color:rgb(1,52,103);
		border-width:0px 0px;
		border-style:solid;
		border-color:rgb(255,255,255);
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:3px 20px 3px 8px;		
		background-color:rgb(1,52,103);
		color:rgb(255,255,255);
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		border-width:1px;
		border-style:solid;
		border-color:#000000;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color: #EECC55;
		color:rgb(254,254,254);
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		background-repeat:no-repeat;
		background-position:92% 50%;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:rgb(128,160,128);
		background-image:url('images/item_bg.gif');
		color:#000000;
		text-decoration:underline
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		background-color:#ffffff;
		border-width:1px;
		border-style:solid;
		border-color:#333333;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 20px 3px 5px;
		color:rgb(251,251,251);
		font-size:11px;
		border-width:0px 0px 0px 4px;
		border-style:solid;
		border-color:rgb(0,0,0);
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		text-decoration:none;
		border-color:rgb(128,160,128);
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		text-decoration:underline;
		border-color:rgb(128,160,128);
	}
