/* Document Body */
body { margin: 0px; color: #000000; background: #FFFFFF }

.Heading-Top {
	font-family: Monotype Corsiva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-indent: 5px;
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 10px;
}
/* Left hand Nav */
.menuTable {
	width: 140px;
	padding: 5px 10px 5px 5px;
}
.menuItem {
	color: #000000;	
	height: 28px;
	font-family: Monotype Corsiva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
/* Bottom - Right - Top - Left */
	padding: 0px 10px 0px 32px;
	cursor: pointer;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	background: url(./images/gerb-button.jpg) #FFFFFF left no-repeat;
}
.menuItemMouseOver {
	color: #000000;	
	height: 28px;
	font-family: Monotype Corsiva;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
/* Bottom - Right - Top - Left */
	padding: 0px 10px 0px 32px;
	cursor: pointer;
	border-top: 0px solid #FE4B94;
	border-bottom: 0px solid #FE4B94;
	background-color: #FE4B94;
	background: url(./images/gerb-button.jpg) #FE4B94 left no-repeat;
}
.menuItem a {
	color: #000000;
	text-decoration: none;
}
.menuItemMouseOver a {
	color: #000000;
	text-decoration: none;
}

/* Content */
.content {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
font-weight: normal; 
color: #000000;
margin-top:6px;
margin-left:6px; 
margin-right:6px;
clear:left;
}


.content p {
line-height:12px;
}

.content a:link {
background-color: #FFFFFF;
color:#FE4B94;
text-decoration:none;
}

.content a:visited {
background-color: #FFFFFF;
color:#FE4B94;
text-decoration:none;
}
 
.content a:hover{
background-color: #FE4B94;
color:#000000;
text-decoration:none;
}

.contentTable {
	width: auto;
	padding: 5px 10px 5px 10px;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
}


.contentTableBold {
	font-size: 12px;
	font-weight: bold;
}

.contentTable a:link {
	background-color: #FFFFFF;
	color:#FE4B94;
	text-decoration: none;
}
 
.contentTable a:visited {
	background-color: #FFFFFF;
	color:#FE4B94;
	text-decoration: none;
} 

.contentTable a:hover{
background-color: #FE4B94;
color:#000000;
text-decoration:underline;
}


.contentMiniHeading {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: underline; 
font-weight: bold; 
color: #000000;
margin-top:10px;
margin-left:6px; 
margin-right:6px;
clear:left;
}

.contentNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	height: 28px;
	margin-top:10px;
	margin-left:16px;
	margin-right:16px;
	clear:left;
	text-align : justify;
}
.contentNote p {
line-height:12px;
}

.contentNote a:link {
background-color: #FFFFFF;
color:#FE4B94;
text-decoration:none;
}

.contentNote a:visited {
background-color: #FFFFFF;
color:#FE4B94;
text-decoration:none;
}
 
.contentNote a:hover{
background-color: #FE4B94;
color:#000000;
text-decoration:none;
}

.contentScripty {
	font-family: Monotype Corsiva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	margin-top:6px;
	margin-left:6px; 
	margin-right:6px;
	clear:left;
}
.content li {
	line-height:110%;
	list-style-type : square;
	margin-left : 5;
}

.content ul {
	line-height:0%;
}
/* Diary */
.diary    {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
font-weight: normal; 
color: #333333;
margin-left:6px;
margin-top:0px;
clear:right;
 }

.diary p {
margin:0px 0px 6px 0px;
padding:5px 0px 10px 10px;
}
.diary a:link {
text-decoration:underline;
color: #333333;
}

.diary a:visited {
text-decoration:underline;
color: #333333;
}

.diary a:hover {
text-decoration:underline;
color:#000000;
 }
 
.diaryBold {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-style: normal; 
font-weight: bold;
color: #333333;
margin-top:0px;
padding-top:0px;
margin-right:6px;
margin-left:0px;
}

.diaryBold a {
text-decoration:none;
color: #333333;
}

.diaryBold a:hover {
text-decoration:underline;
color:#6699FF;
 }
 