BODY{
	font-family: Garamond;
	background: #F2F2F2;
	color: Black;
}

TD.tit{
	font-family: Garamond;
	color: White;
	text-align: center;
	font-size: 24px;
	margin: 2 3 3 3;
	border: 1px solid Black;
}	
	
TD.menu{
	font-family: Garamond;
	color: Black;
	background: #C7C7C7;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin: 2px 3px 3px 3px;
	border: 1px solid Black;
}
TD.std {
	font-family: Garamond;
	color: Black;
	text-align: justify;
	font-weight: bolder;
	font-size: 15px;
	background: #E6E6E6;
	margin: 3px 3px 3px 3px;
	padding-left: 5;
	padding-right: 5;
	padding-bottom: 5;
	padding-top: 5;
}

TD.int {
	font-family: Garamond;
	color: Black;
	text-align: justify;
	font-weight: normal;
	font-size: 15px;
	background: #E6E6E6;
	padding-left: 5;
	padding-right: 5;
	padding-bottom: 5;
	padding-top: 5;
	border: 1px solid Black;
	vertical-align: top;
}

TD.intQ {
	font-family: Garamond;
	color: Black;
	text-align: center;
	font-weight: bolder;
	font-size: 15px;
	background: #E6E6E6;
	padding-left: 5;
	padding-right: 5;
	padding-bottom: 5;
	padding-top: 5;
	border: 1px solid Black;
}

TD.dx {
	font-family: Garamond;
	color: Black;
	text-align: center;
	font-weight: bolder;
	font-size: 13px;
	background: #E6E6E6;
	margin: 3px 3px 3px 3px;
}

A.std {
	text-decoration: none;
	color: Black;
	font-size: 15px;
}

A.tit {
	text-decoration: none;
	color: Black;
	font-size: 15px;
}

A:visited.std {
	text-decoration: none;
	color: Red;
	font-size: 15px;
}

A:visited.tit {
	text-decoration: none;
	color: Black;
	font-size: 15px;
}

A:Hover.std {
	text-decoration: underline;
	color: Black;
	font-size: 15px;
}



