body{ background-color:#FFFFFF; color:#000000; }

a:link {  font-size: 11pt; font-weight: bold; color: #00AADD; text-decoration: none}
a:visited {  font-size: 11pt; font-weight: bold; color: #00AADD; text-decoration: none}
a:hover {  font-size: 11pt; font-weight: bold; color: #00AADD; text-decoration: underline}
a:active {  font-size: 11pt; font-weight: bold; color: #CC99FF; text-decoration: none}
h3 {  font-size: 12pt; font-weight: bold}
.main01 {  font-size: 10pt}
.main02 {  font-size: 9pt; font-weight: normal}
.main03 {  font-size: 12pt}
.main04 {  font-size: 11pt}

a.hover_ul:link {  font-size: 11pt; font-weight: bold; color: #00AADD; text-decoration: none}
a.hover_ul:visited {  font-size: 11pt; font-weight: bold; color: #00AADD; text-decoration: none}
a.hover_ul:hover {  font-size: 11pt; font-weight: bold; color: #00AADD; text-decoration: underline}
a.hover_ul:active {  font-size: 11pt; font-weight: bold; color: #CC99FF; text-decoration: none}

a.a:link {  font-size: 12px; color: #000000; text-decoration: none}
a.a:visited {  font-size: 12px; color: #000000; text-decoration: none}
a.a:hover {  font-size: 12px; color: #000000; text-decoration: none}
a.a:active {  font-size: 12px; color: #000000; text-decoration: none}


a.fs12:link {  font-size: 12px; font-weight: normal; color: #00AADD; text-decoration: none}
a.fs12:visited {  font-size: 12px; font-weight: normal; color: #00AADD; text-decoration: none}
a.fs12:hover {  font-size: 12px; font-weight: normal; color: #00AADD; text-decoration: underline}
a.fs12:active {  font-size: 12px; font-weight: normal; color: #CC99FF; text-decoration: none}

.mt0{
	margin-top:0;
}
.mb0{
	margin-bottom:0;
}



.center{
	text-align:center;
}
.right{
	text-align:right;
}
.centering{
	margin:0 auto;
	text-align:left;
}
.clearboth{
	clear:both;
}

/* background-color */
.bgwhite{
	background-color:#ffffff;
}

/*PDF*/
.pdf{
	margin:0 auto;
	text-align:center;
	padding:5px;
	background-color:#FFFFCC;
	font-size: 15px;
	font-weight: bolder;
	line-height: 140%
}

/*float image*/
.imagel{
	float:left;
	margin-right:5px;
	margin-bottom:7px;
	color:#006699;
	font-size: 10px;
	line-height: 130%;
}
.imager{
	float:right;
	margin-left:5px;
	margin-bottom:7px;
	color:#006699;
	font-size: 10px;
	line-height: 130%;
}


/*text*/
.tx10 {
	font-size: 10px;
	line-height: 145%
}
.tx12 {
	font-size: 12px;
	line-height: 145%
}
.tx14 {font-size: 14px;line-height: 140%; margin-bottom:0.5em; font-weight:bold;}
.tx16 {
	font-size: 15px;
	font-weight: bolder;
	line-height: 140%
}
.tx121 {
	font-size: 12px;
	line-height: 18px;
}
/*TV guide*/
table#tv_table{ border:2px solid #006666; border-collapse:collapse; font-size:10pt; width:550px; margin:0 auto; line-height:1.2; }
table#tv_table th{ border:1px solid #006666; background-color:#006666; color:#FFFFFF; text-align:left; padding:2px; }
table#tv_table td{ border:1px solid #006666; padding:2px; }
table#tv_table td.odd{ background-color:#FFFAF3; }
table#tv_table td.even{ background-color:#F0F0F0; }