h1 {
	font-size: 16px;
	color: #336699;
}
h2 {
	font-size: 13px;
	color: #336699;
}
ul {
	list-style-type: square;
}
.cell_sub_cat {
	background-color: #568BC9;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.cell_logo {
	background-color: #EF741D;
}
.cell_content {
	padding: 5px;
	background-color: #E1F0FD;
	vertical-align: top;
}
.cell_content_right {
	background-color: #FFFFFF;
	vertical-align: top;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	padding-bottom: 10px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #EF741D;
	text-decoration: underline;
}
a.content_right:link, a.content_right:visited, a.a_01:link, a.a_01:visited {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
a.content_right:hover, a.a_01:hover {
	font-weight: bold;
	color: #EF741D;
	text-decoration: underline;
}
a.sub_cat:link, a.sub_cat:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.sub_cat:hover {
	font-weight: bold;
	color: #EF741D;
	text-decoration: underline;
}
.cell_picture {
	background-color: #FFFFFF;
	vertical-align: top;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
}
.tips {
	background-color: #F7F7F7;
	width: 100%;
	padding: 5px;
	border: 1px solid #999999;
}
.cell_left_padding {
	padding-left: 5px;
}
.text_white {
	color: #FFFFFF;
}
.ul_2 {
	list-style-type: disc;
	text-align: left;
}