html, body {
	margin : 0px;
	padding : 0px;
	width : 100%;
	height : 100%;
	font-family : Verdana, Arial;
	color : Black;
	Background-color : #F5F5F5;
	}
.canedit {
	border:1px solid #7A96DF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%
}


.mainmenu A
{
	color:White;
}

A, ACTIVE, A.Link, A:VISITED
	{
	text-decoration: none;
	color: Blue;
	}
A:HOVER {
	color : #996633;
	}
.Intro {
	font-size : 16px;
	}
.button {
	background-color: Navy;
	color: #CCCCCC;
	cursor : pointer;
	border-style: solid;
	border-width: 0;
	font-size: small;
	font-weight : bold;
	height : 18px;
}

.Menu {
	background-color: #336699;
	font-size: 100%;
	border-style: outset; 
	border-width: 2px;
	border-color : #3399FF #0099FF;
	margin-top: 0;
	margin-bottom: 0; 
	padding-top: 0px;
	padding-bottom: 0px;
	color : #FFFFFF;
	cursor:pointer;
}

.MenuOn {
	background-color : #CCDDEE;
	font-size : 100%;
	border-style: inset;
	border-width: 2px;
	border-color : #FFFFFF;
	margin-top : 0;
	margin-bottom : 0;
	padding-top : 0px;
	padding-bottom : 0px;
	color : #003366;
	cursor:pointer;
}

.grayCell {
	font-size : small;
	color : #999999;
	}
.titleCell {
	font-size : larger;
	background-color : white;
	color : Black;
}
.intro {
	font-size :medium	;
	Color : #000033;
}
.SeminarTitle {
	font-size : 110%;
	color : #FFFFCC;
	font-weight : bold;
	Background-Color : #0066CC;
	border: 1px outset;
	}
.docuHead {
	font-size : 18px;
	}
.docuBody {
	font-size : x-small;
	color : #999999;
	}
.docutitle {
	font-size : 16px;
	color : #000066;
}
.contentCell {
	font-size : 14px;
	color : #000000;
}
.dateCell {
	font-size : 11px;
	color : #666666;
}
.detailTitle {
	font-size : 20px;
	color : Black;
}
.detailContent {
	font-size : 14px;
	color : Black;
}